From f4ff067387dd44b15a4c5e2f8c075d610021c43f Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:47:31 +0200 Subject: [PATCH] chore: Update WebGPU CTS (#33990) * chore: Update WebGPU CTS https://github.com/gpuweb/cts/commit/d473d09475bffec9569fe5c45834bb6aaad44818 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update expectations Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Allow multiple process testing for CTS Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- python/servo/try_parser.py | 2 +- tests/wpt/webgpu/meta/MANIFEST.json | 1544 +- .../wpt/webgpu/meta/webgpu/cts.https.html.ini | 369890 ++++++++++++++- ...anvas_colorspace_bgra8unorm.https.html.ini | 6 +- ...nvas_colorspace_rgba16float.https.html.ini | 2 +- ...anvas_colorspace_rgba8unorm.https.html.ini | 6 +- ...vas_complex_bgra8unorm_copy.https.html.ini | 6 +- ...vas_complex_bgra8unorm_draw.https.html.ini | 6 +- ...as_complex_rgba16float_copy.https.html.ini | 2 +- ...as_complex_rgba16float_draw.https.html.ini | 2 +- ...vas_complex_rgba8unorm_copy.https.html.ini | 6 +- ...vas_complex_rgba8unorm_draw.https.html.ini | 6 +- ...ra8unorm_premultiplied_copy.https.html.ini | 2 +- ...ra8unorm_premultiplied_draw.https.html.ini | 2 +- ...lpha_rgba8unorm_opaque_copy.https.html.ini | 2 +- ...ba8unorm_premultiplied_copy.https.html.ini | 2 +- ...ba8unorm_premultiplied_draw.https.html.ini | 2 +- .../reftests/resize_observer.https.html.ini | 6 +- tests/wpt/webgpu/tests/checkout_commit.txt | 2 +- .../webgpu/common/framework/test_config.js | 15 +- .../webgpu/common/internal/test_group.js | 49 +- .../tests/webgpu/common/internal/version.js | 2 +- .../tests/webgpu/common/util/navigator_gpu.js | 9 +- tests/wpt/webgpu/tests/webgpu/cts.https.html | 178 +- .../tests/webgpu/resources/cache/hashes.json | 220 +- .../cache/webgpu/shader/execution/abs.bin | Bin 17976 -> 17976 bytes .../cache/webgpu/shader/execution/acos.bin | Bin 26440 -> 26392 bytes .../cache/webgpu/shader/execution/acosh.bin | Bin 30248 -> 30384 bytes .../cache/webgpu/shader/execution/asin.bin | Bin 26440 -> 26392 bytes .../cache/webgpu/shader/execution/asinh.bin | Bin 11664 -> 11680 bytes .../cache/webgpu/shader/execution/atan.bin | Bin 20128 -> 20128 bytes .../cache/webgpu/shader/execution/atanh.bin | Bin 21104 -> 21056 bytes .../cache/webgpu/shader/execution/bitcast.bin | Bin 2240896 -> 2239856 bytes .../cache/webgpu/shader/execution/ceil.bin | Bin 16016 -> 16016 bytes .../cache/webgpu/shader/execution/cos.bin | Bin 20176 -> 20168 bytes .../cache/webgpu/shader/execution/cosh.bin | Bin 14904 -> 14856 bytes .../cache/webgpu/shader/execution/degrees.bin | Bin 18048 -> 18048 bytes .../webgpu/shader/execution/distance.bin | Bin 1731496 -> 1747400 bytes .../cache/webgpu/shader/execution/floor.bin | Bin 16016 -> 16016 bytes .../cache/webgpu/shader/execution/fract.bin | Bin 10024 -> 10024 bytes .../cache/webgpu/shader/execution/frexp.bin | Bin 47072 -> 47072 bytes .../cache/webgpu/shader/execution/length.bin | Bin 35696 -> 35720 bytes .../cache/webgpu/shader/execution/log.bin | Bin 148848 -> 148848 bytes .../cache/webgpu/shader/execution/log2.bin | Bin 148848 -> 148848 bytes .../cache/webgpu/shader/execution/modf.bin | Bin 82448 -> 82448 bytes .../webgpu/shader/execution/pack2x16float.bin | Bin 1791400 -> 1755024 bytes .../cache/webgpu/shader/execution/pow.bin | Bin 1308224 -> 1306768 bytes .../webgpu/shader/execution/quantizeToF16.bin | Bin 8904 -> 8896 bytes .../cache/webgpu/shader/execution/radians.bin | Bin 10992 -> 10992 bytes .../cache/webgpu/shader/execution/round.bin | Bin 14816 -> 14816 bytes .../webgpu/shader/execution/saturate.bin | Bin 17096 -> 17096 bytes .../cache/webgpu/shader/execution/sign.bin | Bin 21224 -> 21224 bytes .../cache/webgpu/shader/execution/sin.bin | Bin 20176 -> 20168 bytes .../cache/webgpu/shader/execution/sinh.bin | Bin 14904 -> 14856 bytes .../cache/webgpu/shader/execution/sqrt.bin | Bin 10024 -> 10024 bytes .../cache/webgpu/shader/execution/tan.bin | Bin 21776 -> 21768 bytes .../cache/webgpu/shader/execution/tanh.bin | Bin 11448 -> 11440 bytes .../cache/webgpu/shader/execution/trunc.bin | Bin 14696 -> 14696 bytes .../execution/unary/bool_conversion.bin | Bin 6480 -> 6480 bytes .../shader/execution/unary/f16_conversion.bin | Bin 97912 -> 97872 bytes .../shader/execution/unary/f32_arithmetic.bin | Bin 19544 -> 19544 bytes .../shader/execution/unary/f32_conversion.bin | Bin 138624 -> 138624 bytes .../shader/execution/unary/i32_conversion.bin | Bin 11856 -> 11856 bytes .../shader/execution/unary/u32_conversion.bin | Bin 10680 -> 10680 bytes .../rendering/color_target_state.spec.js | 73 +- .../shader_module/compilation_info.spec.js | 78 +- .../api/operation/texture_view/write.spec.js | 36 +- .../features/clip_distances.spec.js | 161 + .../features/texture_formats.spec.js | 19 +- .../capability_checks/limits/limit_utils.js | 9 +- .../maxInterStageShaderComponents.spec.js | 153 - .../maxInterStageShaderVariables.spec.js | 109 +- .../limits/maxVertexAttributes.spec.js | 3 +- .../limits/maxVertexBufferArrayStride.spec.js | 3 +- .../limits/maxVertexBuffers.spec.js | 3 +- .../webgpu/api/validation/createView.spec.js | 72 + .../gpu_external_texture_expiration.spec.js | 2 +- .../validation/layout_shader_compat.spec.js | 3 +- .../render_pipeline/float32_blendable.spec.js | 47 + .../render_pipeline/fragment_state.spec.js | 186 +- .../render_pipeline/inter_stage.spec.js | 70 +- .../validation/render_pipeline/misc.spec.js | 4 +- .../texture/in_render_common.spec.js | 61 +- .../texture/in_render_misc.spec.js | 77 + .../shader_module/entry_point.spec.js | 6 +- .../tests/webgpu/webgpu/capability_info.js | 25 +- .../render_pipeline/unsupported_wgsl.spec.js | 311 + .../shader_module/shader_module.spec.js | 156 - .../webgpu/tests/webgpu/webgpu/format_info.js | 15 + .../wpt/webgpu/tests/webgpu/webgpu/listing.js | 285 +- .../webgpu/webgpu/print_environment.spec.js | 6 +- .../expression/access/matrix/index.spec.js | 72 + .../call/builtin/quadBroadcast.spec.js | 656 + .../expression/call/builtin/quadSwap.spec.js | 666 + .../call/builtin/smoothstep.spec.js | 34 +- .../call/builtin/subgroupAdd.spec.js | 364 + .../call/builtin/subgroupAll.spec.js | 390 + .../call/builtin/subgroupAny.spec.js | 390 + .../call/builtin/subgroupBallot.spec.js | 339 + .../call/builtin/subgroupBitwise.spec.js | 562 + .../call/builtin/subgroupBroadcast.spec.js | 321 + .../call/builtin/subgroupMul.spec.js | 387 + .../expression/call/builtin/subgroup_util.js | 555 + .../call/builtin/textureGather.spec.js | 725 +- .../call/builtin/textureGatherCompare.spec.js | 398 +- .../call/builtin/textureLoad.spec.js | 1102 +- .../call/builtin/textureNumLayers.spec.js | 21 +- .../call/builtin/textureNumLevels.spec.js | 2 + .../call/builtin/textureSample.spec.js | 968 +- .../textureSampleBaseClampToEdge.spec.js | 134 + .../call/builtin/textureSampleBias.spec.js | 418 +- .../call/builtin/textureSampleCompare.spec.js | 407 +- .../builtin/textureSampleCompareLevel.spec.js | 444 +- .../call/builtin/textureSampleGrad.spec.js | 410 +- .../call/builtin/textureSampleLevel.spec.js | 829 +- .../call/builtin/textureStore.spec.js | 12 + .../expression/call/builtin/texture_utils.js | 3887 +- .../expression/call/builtin/utils.js | 99 +- .../unary/address_of_and_indirection.spec.js | 66 +- .../webgpu/shader/execution/padding.spec.js | 81 + .../shader/execution/robust_access.spec.js | 7 - .../shader_io/compute_builtins.spec.js | 503 + .../shader_io/fragment_builtins.spec.js | 394 +- .../shader_io/vertex_builtins.spec.js | 150 + .../shader/execution/statement/phony.spec.js | 119 + .../tests/webgpu/webgpu/shader/types.js | 17 +- .../webgpu/shader/validation/decl/var.spec.js | 3 +- .../expression/binary/div_rem.spec.js | 8 +- .../binary/short_circuiting_and_or.spec.js | 264 + .../expression/call/builtin/clamp.spec.js | 10 +- .../call/builtin/extractBits.spec.js | 10 +- .../call/builtin/insertBits.spec.js | 10 +- .../expression/call/builtin/ldexp.spec.js | 7 +- .../expression/call/builtin/normalize.spec.js | 24 +- .../call/builtin/quadBroadcast.spec.js | 286 + .../expression/call/builtin/quadSwap.spec.js | 227 + .../expression/call/builtin/refract.spec.js | 50 +- .../call/builtin/smoothstep.spec.js | 22 +- .../call/builtin/subgroupAdd.spec.js | 235 + .../call/builtin/subgroupAnyAll.spec.js | 186 + .../call/builtin/subgroupBallot.spec.js | 175 + .../call/builtin/subgroupBitwise.spec.js | 204 + .../call/builtin/subgroupBroadcast.spec.js | 286 + .../builtin/subgroupBroadcastFirst.spec.js | 210 + .../call/builtin/subgroupElect.spec.js | 175 + .../call/builtin/subgroupMinMax.spec.js | 227 + .../call/builtin/subgroupMul.spec.js | 235 + .../call/builtin/subgroupShuffle.spec.js | 262 + .../expression/matrix/add_sub.spec.js | 2 +- .../validation/expression/matrix/mul.spec.js | 2 +- .../extension/clip_distances.spec.js | 43 + .../functions/alias_analysis.spec.js | 36 + .../shader/validation/parse/enable.spec.js | 35 +- .../validation/parse/identifiers.spec.js | 2 + .../validation/shader_io/builtins.spec.js | 75 +- .../validation/shader_io/interpolate.spec.js | 25 +- .../shader/validation/shader_io/util.js | 7 + .../validation/shader_validation_test.js | 5 + .../shader/validation/statement/phony.spec.js | 7 + .../shader/validation/types/textures.spec.js | 2 +- .../validation/uniformity/uniformity.spec.js | 46 + .../webgpu/webgpu/util/copy_to_texture.js | 2 +- .../webgpu/tests/webgpu/webgpu/util/math.js | 20 +- .../webgpu/tests/webgpu/webgpu/util/shader.js | 19 +- .../tests/webgpu/webgpu/util/texture.js | 509 +- .../tests/webgpu/webgpu/util/texture/base.js | 11 +- .../webgpu/webgpu/util/texture/texel_view.js | 20 +- .../web_platform/canvas/configure.spec.js | 74 +- .../copyToTexture/ImageBitmap.spec.js | 4 +- .../copyToTexture/ImageData.spec.js | 4 +- .../web_platform/copyToTexture/canvas.spec.js | 4 +- .../web_platform/copyToTexture/image.spec.js | 4 +- .../external_texture/video.spec.js | 144 +- .../web_platform/reftests/gpu_ref_test.js | 7 +- .../tests/webgpu/webgpu/web_platform/util.js | 61 +- .../clip_distances.as_worker.js} | 2 +- .../float32_blendable.as_worker.js | 6 + .../unsupported_wgsl.as_worker.js} | 2 +- .../call/builtin/quadBroadcast.as_worker.js | 6 + .../call/builtin/quadSwap.as_worker.js | 6 + .../call/builtin/subgroupAdd.as_worker.js | 6 + .../call/builtin/subgroupAll.as_worker.js | 6 + .../call/builtin/subgroupAny.as_worker.js | 6 + .../call/builtin/subgroupBallot.as_worker.js | 6 + .../call/builtin/subgroupBitwise.as_worker.js | 6 + .../builtin/subgroupBroadcast.as_worker.js | 6 + .../call/builtin/subgroupMul.as_worker.js | 6 + .../textureSampleBaseClampToEdge.as_worker.js | 6 + .../shader_io/vertex_builtins.as_worker.js | 6 + .../execution/statement/phony.as_worker.js | 6 + .../short_circuiting_and_or.as_worker.js | 6 + .../call/builtin/quadBroadcast.as_worker.js | 6 + .../call/builtin/quadSwap.as_worker.js | 6 + .../call/builtin/subgroupAdd.as_worker.js | 6 + .../call/builtin/subgroupAnyAll.as_worker.js | 6 + .../call/builtin/subgroupBallot.as_worker.js | 6 + .../call/builtin/subgroupBitwise.as_worker.js | 6 + .../builtin/subgroupBroadcast.as_worker.js | 6 + .../subgroupBroadcastFirst.as_worker.js | 6 + .../call/builtin/subgroupElect.as_worker.js | 6 + .../call/builtin/subgroupMinMax.as_worker.js | 6 + .../call/builtin/subgroupMul.as_worker.js | 6 + .../call/builtin/subgroupShuffle.as_worker.js | 6 + .../extension/clip_distances.as_worker.js | 6 + 204 files changed, 389656 insertions(+), 4667 deletions(-) create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/clip_distances.spec.js delete mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderComponents.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/float32_blendable.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/render_pipeline/unsupported_wgsl.spec.js delete mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/shader_module/shader_module.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadBroadcast.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadSwap.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAdd.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAll.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAny.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBallot.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBitwise.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBroadcast.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupMul.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroup_util.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/vertex_builtins.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/statement/phony.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/short_circuiting_and_or.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadBroadcast.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadSwap.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAdd.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAnyAll.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBallot.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBitwise.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcast.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcastFirst.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupElect.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMinMax.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMul.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupShuffle.spec.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/extension/clip_distances.spec.js rename tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/capability_checks/{limits/maxInterStageShaderComponents.as_worker.js => features/clip_distances.as_worker.js} (84%) create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/render_pipeline/float32_blendable.as_worker.js rename tests/wpt/webgpu/tests/webgpu/webgpu/webworker/compat/api/validation/{shader_module/shader_module.as_worker.js => render_pipeline/unsupported_wgsl.as_worker.js} (68%) create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadBroadcast.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadSwap.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAdd.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAll.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAny.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBallot.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBitwise.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBroadcast.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupMul.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/shader_io/vertex_builtins.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/statement/phony.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/binary/short_circuiting_and_or.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadBroadcast.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadSwap.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAdd.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAnyAll.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBallot.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBitwise.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcast.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcastFirst.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupElect.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMinMax.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMul.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupShuffle.as_worker.js create mode 100644 tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/extension/clip_distances.as_worker.js diff --git a/python/servo/try_parser.py b/python/servo/try_parser.py index 750e0c74424..66422743997 100644 --- a/python/servo/try_parser.py +++ b/python/servo/try_parser.py @@ -102,7 +102,7 @@ def handle_preset(s: str) -> Optional[JobConfig]: elif s == "webgpu": return JobConfig("WebGPU CTS", Workflow.LINUX, wpt_layout=Layout.layout2020, # reftests are mode for new layout - wpt_args="--processes 1 _webgpu", # run only webgpu cts + wpt_args="_webgpu", # run only webgpu cts profile="production", # WebGPU works to slow with debug assert unit_tests=False) # production profile does not work with unit-tests elif s in ["lint", "tidy"]: diff --git a/tests/wpt/webgpu/meta/MANIFEST.json b/tests/wpt/webgpu/meta/MANIFEST.json index 00a0d7c3041..0f810420e7c 100644 --- a/tests/wpt/webgpu/meta/MANIFEST.json +++ b/tests/wpt/webgpu/meta/MANIFEST.json @@ -528,7 +528,7 @@ [] ], "checkout_commit.txt": [ - "a52cebd18ee4178ebee8c0c3310d43b001c52534", + "11bf5df5b1b3a89ca8abe9a53bb134df5179bc14", [] ], "webgpu": { @@ -555,7 +555,7 @@ [] ], "test_config.js": [ - "5d8a59217f75c38474ae15a0a7da67b296c1ce7d", + "6aaf08d3fee792dcd7798be206622170834d180d", [] ], "test_group.js": [ @@ -629,7 +629,7 @@ [] ], "test_group.js": [ - "2772194667219e9168f7ecde7223afe26945d155", + "a49d1b1435a789af1f9fb5dbd3c8b7332ac2cc9c", [] ], "test_suite_listing.js": [ @@ -645,7 +645,7 @@ [] ], "version.js": [ - "8b224ed0153532ada2ac18d9a832b3484b7ebb53", + "48413f3e882dcedb9f1b335c14f1736adeaa9548", [] ], "websocket_logger.js": [ @@ -699,7 +699,7 @@ [] ], "navigator_gpu.js": [ - "a6cb742a18fb0ebcbc6288ee0b181ce57fb741aa", + "b666304d0709a18c61e73ff9709be7de1d0215bf", [] ], "parse_imports.js": [ @@ -749,34 +749,34 @@ ], "cache": { "hashes.json": [ - "e0459422560f3fa4eeff29ad0c46926b21c62e5b", + "e2224325944f22691f0c52064ff77ea74bdf0b77", [] ], "webgpu": { "shader": { "execution": { "abs.bin": [ - "4cba9b72dff4e34c6a8b77120479331d2a28ab39", + "373fef8f3b32a895ce51271214d51283b251177c", [] ], "acos.bin": [ - "2ecaaa389a4e2ceca0d22803faed5a7bcb4c6ecf", + "5e311531fef47aa2a30acb3b45cb59b26211f384", [] ], "acosh.bin": [ - "d48659f3c3253de69bc0425496474d9cbd8dd18b", + "82a3857ebdc6f08a1bf9eabe5a7be391ded976e9", [] ], "asin.bin": [ - "b199953eaf4b047cd64d437e40c0de18a1d935bb", + "388de445c06bf85d3d58e9fdfae16a74c0e597fa", [] ], "asinh.bin": [ - "b370c53b01790680ef0699cdb15d91ffd91e6147", + "120654f685c26ee098d8ad0585f1b19efb297c24", [] ], "atan.bin": [ - "6ab0ba106a9efbaf739a2351bbf72f8fc08b5ceb", + "e81af87e15e049d19f261b085c98b54208b60df4", [] ], "atan2.bin": [ @@ -784,7 +784,7 @@ [] ], "atanh.bin": [ - "e6a190b35df52250397c14343e8ef4a651cb1b93", + "a7fee794094dc4e42ce23c4ce84a588ca1d7597f", [] ], "binary": { @@ -942,11 +942,11 @@ ] }, "bitcast.bin": [ - "ead299d5e78fe9ee3c9f1954e1afa2f76714258b", + "e743a092553e897f77d4826fafa162220d4fddde", [] ], "ceil.bin": [ - "9b93ed416f64cab3ab59dd75114fb225c8abef95", + "02cf23324cdfc85bcf444ab1a6691ec4acbcde96", [] ], "clamp.bin": [ @@ -954,11 +954,11 @@ [] ], "cos.bin": [ - "4e34eff3f1b1f234063494cdff519e27e320b852", + "a5d8573c62572f3bb65ba579266a0e5925be3065", [] ], "cosh.bin": [ - "5b30d2786c5ec095c30bfc2370bf51ba0da3a9e7", + "25e8750cc7fc51b70c8b481f139c291873d424b7", [] ], "cross.bin": [ @@ -966,7 +966,7 @@ [] ], "degrees.bin": [ - "662558d78aca547f5fcbb4e948bdf1006ff3d49a", + "eb514cb48b4d08257fea8fc7eb8f0ecaa23a6718", [] ], "derivatives.bin": [ @@ -978,7 +978,7 @@ [] ], "distance.bin": [ - "23a4756a69eb4e861455f53f0fec5a12eb3c6fd9", + "06d0d9a8fc2aada1619d64e6d7ea394f6f12371e", [] ], "dot.bin": [ @@ -998,7 +998,7 @@ [] ], "floor.bin": [ - "b5341907f8ef6b83c9287d647356708752703d39", + "a199d0db9ff03b4237e3bd369f1c86a41424d726", [] ], "fma.bin": [ @@ -1006,11 +1006,11 @@ [] ], "fract.bin": [ - "7f09e8f60b2345471731a82825a290785015d9bd", + "bb80e873625f44098a594566f057d091ffa7d43c", [] ], "frexp.bin": [ - "6811dfa295076b1561a3d730c434b9b229849de9", + "8f87d16a9c953a9d5dc301c2701cd927fc816183", [] ], "fwidth.bin": [ @@ -1026,15 +1026,15 @@ [] ], "length.bin": [ - "3644d9b683ac70b84740dd3b72c6b2a20abd9e92", + "db42153edff77a81c6d4a244a05e19a7c279e022", [] ], "log.bin": [ - "ba591faad8a032e8e352cccd54c5495d44769e01", + "a5e62f8e02d8417a198b12bb3a992a8e499b50a0", [] ], "log2.bin": [ - "00641ce119cfa61735b37bac238921ad7c602bb8", + "f19d77f41097c6865b6f6297f8b54428149501a3", [] ], "max.bin": [ @@ -1050,7 +1050,7 @@ [] ], "modf.bin": [ - "363cc161fd7225ca902c248c9ff2cca162606247", + "74259a23a6f88fb08685323a7798a1221f354571", [] ], "normalize.bin": [ @@ -1058,19 +1058,19 @@ [] ], "pack2x16float.bin": [ - "e95227d36e50f1b6f6f66b3de1b4d119aaf9efbd", + "a7b99a0a6cfd276736e8f568ed42234e98d4e004", [] ], "pow.bin": [ - "4f5faf3293fafcc60f8104806edeb0faf6d62859", + "f66ec5ca2fbe4a39d1b57f47a9bdb053fc02c826", [] ], "quantizeToF16.bin": [ - "9e4308d5cd301234b2af1e7daf0dad15f87f042c", + "d6d75befc06b69a50ef969b82c1658008bbebff4", [] ], "radians.bin": [ - "f5285d108778da7ea5a7ab0930659875cdfb308e", + "731e6be24ed52a2f52a81b88ceb6c9b8c60bb67c", [] ], "reflect.bin": [ @@ -1082,23 +1082,23 @@ [] ], "round.bin": [ - "c3b30b68f0a113da6a8b01f6ec0ff44aa0ad362c", + "5ccab9e661c4f338e548c3b2fbfb2a01cd8e0259", [] ], "saturate.bin": [ - "2e1eb821a9e788a62d14b3ed3375ab734d6c8a9d", + "e7402f25af734ad635c2b9b72994988efbc37dc9", [] ], "sign.bin": [ - "033f2e8158f6cc1b223f099e3a54e832acb558a7", + "576019c008eede64b2029095b12038f7e5ed171e", [] ], "sin.bin": [ - "a2ca632008ff4e42fe5a18e61a63389816c966ed", + "bdbbfe2bd539dccae629df7d8a5d6d3c66309ac2", [] ], "sinh.bin": [ - "1176cd472bf244bd4513facef35f43866c130207", + "b4b051a226ae2d01f8ec92298bdcb38def80b3da", [] ], "smoothstep.bin": [ @@ -1106,7 +1106,7 @@ [] ], "sqrt.bin": [ - "6dd8088c0898cd7c31fdfeff86f8aa32319fe403", + "64a7db70d00410bb822361381a3d7f37dcb09640", [] ], "step.bin": [ @@ -1114,11 +1114,11 @@ [] ], "tan.bin": [ - "572bee4df2a502c650055ee3caa963710be529ed", + "5af3e740d2137906aa17d553daf4cc5604eebbf6", [] ], "tanh.bin": [ - "a13028b165f054dfdb3a460eedef70704d0d58e7", + "9687ff00235c8d963e3028eb5294a2930a736e09", [] ], "transpose.bin": [ @@ -1126,7 +1126,7 @@ [] ], "trunc.bin": [ - "ba81e2ada42743b52200c58f8c0adc970431fe60", + "e18bb52ed981be7bfa2737d56723bb937a7ea20b", [] ], "unary": { @@ -1147,7 +1147,7 @@ [] ], "bool_conversion.bin": [ - "98a90ea45b9ab94b2ad0f4435606f95969753716", + "f28c275092f1504e4d2d59f57050990ce8a9ed99", [] ], "f16_arithmetic.bin": [ @@ -1155,15 +1155,15 @@ [] ], "f16_conversion.bin": [ - "14299da76670985737516491ff0392b6235babd2", + "c47b3d0afcb051503d816a252a438d3842e39f2e", [] ], "f32_arithmetic.bin": [ - "ebc60029fa6091e18b8d03e473f855c08b12f859", + "6e93bec14f767b1bd6ab6c17e52aa6272f055f23", [] ], "f32_conversion.bin": [ - "66b2bc73f889cc03ac45cd5a116e8aaf05b5c192", + "55e1f5ed945fa438f7be1219092e242a3ddb94f2", [] ], "i32_arithmetic.bin": [ @@ -1171,11 +1171,11 @@ [] ], "i32_conversion.bin": [ - "04841df6078543261ae2aaf237c38570b10ae6fb", + "49969e9221ad39274a096b757a941fc71e402e69", [] ], "u32_conversion.bin": [ - "277ffc4d76b7d6c1d8692f92fb3e9ecd3eb93894", + "8dfc4e268561904e8fc48e02ed44379b84236e71", [] ] }, @@ -1497,7 +1497,7 @@ [] ], "color_target_state.spec.js": [ - "97630bc904d9d37863ea0277fd9e738abbf2988f", + "3780206cbad270e67ce910f45e08bb927209e4d1", [] ], "depth.spec.js": [ @@ -1573,7 +1573,7 @@ }, "shader_module": { "compilation_info.spec.js": [ - "ee64ed60651ec25f7f2dacd9dead8cfd68a9f85a", + "8ccc4066f1c348f37d404369fc5d67ef704213a7", [] ] }, @@ -1597,7 +1597,7 @@ [] ], "write.spec.js": [ - "6a7d07def4dd670259475fe50f6c9b63384e8d80", + "d0ac583bba01648da3d23a5a6f651cfdc7bc7de7", [] ] }, @@ -1637,18 +1637,22 @@ }, "capability_checks": { "features": { + "clip_distances.spec.js": [ + "c207bd8b373d4183150af6ba416b8197ec872bfc", + [] + ], "query_types.spec.js": [ "64cffceb1eaa8822cfc93c04651593cc598a3ee5", [] ], "texture_formats.spec.js": [ - "b7beccf59c67d23532f8a36a2caef8620ff3a310", + "5e0dfc6c9f275f820dbf8c15893d1abef2305b24", [] ] }, "limits": { "limit_utils.js": [ - "3fbe58f5d6d35bb44163b4988ca7eef5a762d997", + "5511b71478ab115f481d9134d7671d72c97194f5", [] ], "maxBindGroups.spec.js": [ @@ -1707,12 +1711,8 @@ "dba8f547476e4384061696898a6dfe3d8077c7da", [] ], - "maxInterStageShaderComponents.spec.js": [ - "7b994ab8a8442398dd5b6498530a14239d253034", - [] - ], "maxInterStageShaderVariables.spec.js": [ - "3fe1b4108d8db91ccdfbc14c64b5c38deb65ab31", + "9747ab866d3acfeed1fa1e342acd6d1a9a070bbd", [] ], "maxSampledTexturesPerShaderStage.spec.js": [ @@ -1760,15 +1760,15 @@ [] ], "maxVertexAttributes.spec.js": [ - "8908742821ce694304301bdd32c261acb81d4262", + "d0e5a548198f2e984206a6af33da8f14cba57f3b", [] ], "maxVertexBufferArrayStride.spec.js": [ - "2879e4022d0ae3408eba8bec3081a7db507dab5f", + "8e73d170114b40585739e613f1c4cc7979e51975", [] ], "maxVertexBuffers.spec.js": [ - "1f9ffc439656e0864238dae29a006a64a7043f15", + "74af03db878ba10b3481c42668a4243c4e38a6ae", [] ], "minStorageBufferOffsetAlignment.spec.js": [ @@ -1806,7 +1806,7 @@ [] ], "createView.spec.js": [ - "9ba5d20d5f409d347a956cb7312c51e1a4233682", + "d8cf19f5172ba20bda21363ca5040ea35b31e17b", [] ], "debugMarker.spec.js": [ @@ -1940,7 +1940,7 @@ [] ], "gpu_external_texture_expiration.spec.js": [ - "09a949ad857fa0649a7247b3afb44cf454141391", + "67f87ca61dbd74358114c711e106fe2cad8fee1c", [] ], "image_copy": { @@ -1966,7 +1966,7 @@ ] }, "layout_shader_compat.spec.js": [ - "9722aec086edad2ae3d0d9f92a0b3c8d6ea4cfe1", + "6ef56832e26a7fc112a878f38d51724eb354357a", [] ], "query_set": { @@ -2040,16 +2040,20 @@ "1a5f4e41bee6a1e87a0990cc2d256132a965cc96", [] ], + "float32_blendable.spec.js": [ + "857b57ac98af405f2923373b1c86ed709386227a", + [] + ], "fragment_state.spec.js": [ - "1b0f0dd08a0956c22c1293b24e49ab60f0603566", + "4aebb9348e59de9a15eec63bdf3268b9fce00684", [] ], "inter_stage.spec.js": [ - "cd26b00af05ee42f05b7e1eb5d23eb6bc9c5ca46", + "70bf1d495e8fa0c936bde869bcdec838667caa37", [] ], "misc.spec.js": [ - "38bc1f3453475c6248a0dbfa3332c9666b1324d4", + "69958eea52c80373ac40797d00ad4f1f28a18e5d", [] ], "multisample_state.spec.js": [ @@ -2094,18 +2098,18 @@ [] ], "in_render_common.spec.js": [ - "0821bb7954f5a6eb37a0b331ba9d05a2f9c4c55d", + "bbe40249551a01401b778bb63105583df000ed93", [] ], "in_render_misc.spec.js": [ - "e052daeb2a882081484985c1e7db010e701bd00b", + "66153f16d3e192aa4bd1a3b0ed566bcdc1e35760", [] ] } }, "shader_module": { "entry_point.spec.js": [ - "c8e7a0109db4ce2277add5ee094d19cf111ea1b5", + "5fb87037bd825446cdf8473bf9f4b65a8f0f610f", [] ], "overrides.spec.js": [ @@ -2150,7 +2154,7 @@ } }, "capability_info.js": [ - "b3fad3b6f37c784e44781869af6c8f3cc5a5f519", + "6001d1c3c5ab531116ac2adcab263d677f735a01", [] ], "compat": { @@ -2191,17 +2195,15 @@ "1d020f82ba86e84569dc5a4edf58a29b894c42d7", [] ], + "unsupported_wgsl.spec.js": [ + "43c4f57636b57770ec8db5a82a2206df034cb04e", + [] + ], "vertex_state.spec.js": [ "47b962f608c4aff52bbff212270ebd5f118ae6f4", [] ] }, - "shader_module": { - "shader_module.spec.js": [ - "0de80fc9dc3db51c44b54390809a5fc513c924f3", - [] - ] - }, "texture": { "createTexture.spec.js": [ "b5006cedd0ab80a2c4813104e15df1d85b3c3299", @@ -2232,7 +2234,7 @@ [] ], "format_info.js": [ - "248078fc6c843a3bc0f71674c8555f2f7d2bbe78", + "0685471aacc16a804b8ebea08a23883d3528e122", [] ], "gpu_test.js": [ @@ -2264,7 +2266,7 @@ [] ], "listing.js": [ - "998993c688ebe0a7f13607b666d03c5abcb8d933", + "b894330474667ff15a4a3233b7e1a5531e5f0851", [] ], "multisample_info.js": [ @@ -2272,7 +2274,7 @@ [] ], "print_environment.spec.js": [ - "d9bd533326118c4fc8b7af8abede8db1481ba32e", + "0577ee9859a67b65486ba752d0f9270625852e55", [] ], "shader": { @@ -2287,7 +2289,7 @@ }, "matrix": { "index.spec.js": [ - "0f44f06305f5cb72505419753fa971f0ce49228c", + "ddceafaa3b8f1e680785f5825c858b1cc4067ccb", [] ] }, @@ -3122,6 +3124,14 @@ "562c75de99c175c5586236156e6ff869da6817cc", [] ], + "quadBroadcast.spec.js": [ + "9539ec8c0ce9a08677888596a93e4d38d58fbc34", + [] + ], + "quadSwap.spec.js": [ + "e15880b9b3c660e4e6371eaf8f6c6ecfd5ed88a4", + [] + ], "quantizeToF16.cache.js": [ "1613f4514349caa35c9c08a98ae1bc81b9d1e62c", [] @@ -3207,7 +3217,7 @@ [] ], "smoothstep.spec.js": [ - "353f70a00c35aec34ed876d584340457c99e2713", + "c8fe39c196ee50a2f1d37d99e530f100d997a227", [] ], "sqrt.cache.js": [ @@ -3230,6 +3240,38 @@ "f5f305c11820ef2163301ffefcd3493016a36cff", [] ], + "subgroupAdd.spec.js": [ + "250e876f4b0dfa5f627504ea3df89a8a51fad434", + [] + ], + "subgroupAll.spec.js": [ + "2f9b66f6124b6eef2d6c81602759d8cac7551ddb", + [] + ], + "subgroupAny.spec.js": [ + "8b3a52a3658ca4eeaeb76b7e1e16291a436a638b", + [] + ], + "subgroupBallot.spec.js": [ + "2bb107d9998db5854a3ac5b165bc13db2a6cc611", + [] + ], + "subgroupBitwise.spec.js": [ + "a44ae05d8a7f9251732e50468389ef2377192e16", + [] + ], + "subgroupBroadcast.spec.js": [ + "f6d11fc3c2788af9293a029f7d6e2e4f4aecdeb0", + [] + ], + "subgroupMul.spec.js": [ + "f8e8ddf230b29b4648144d32bf0890f466bfda4c", + [] + ], + "subgroup_util.js": [ + "67ce096918a61e289b01bd6d51da4f3e0ae76aee", + [] + ], "tan.cache.js": [ "d88c4a29075857c463621a8b3cdaedf4cbd6c6b9", [] @@ -3251,23 +3293,23 @@ [] ], "textureGather.spec.js": [ - "162832708f025979c1c089945081aacc2aff91c8", + "4e72dc97c4e730ba14f76d4af25ccc2df28c2833", [] ], "textureGatherCompare.spec.js": [ - "d029c8cdf5eb65b2f71a8a57ae0bf1e52f91339f", + "6ed16e0020fb79b0c71714db0c3329ceec81d921", [] ], "textureLoad.spec.js": [ - "4c9789b1b0367f24717d790d1af66892116b9f02", + "9ca902a6ea6b380671277a6852719e9687579a03", [] ], "textureNumLayers.spec.js": [ - "835095a2274d7fe4a94f5f2a77348304d1769093", + "d6aa188b2e148775a9728cdeedc036b1463aab6c", [] ], "textureNumLevels.spec.js": [ - "9292252108b95756ede081ad2ceeecd4a6ea9013", + "e53eff548f80a74b643a9c69563c8c6b6235f53b", [] ], "textureNumSamples.spec.js": [ @@ -3275,35 +3317,39 @@ [] ], "textureSample.spec.js": [ - "bc18d9ad32a957adf1c01c86bdc018dd090ad49f", + "a59fb2b16700a4df9d2b6f9e49ab191741e3c01d", + [] + ], + "textureSampleBaseClampToEdge.spec.js": [ + "d06634ad4f160204192a0bc17987fa15196caef8", [] ], "textureSampleBias.spec.js": [ - "a11274e067f3706c7e7dd08f4e22e76cc1d3bad8", + "05e33c8aed1fa2649a2aeb9dc8247d1c5fb4032a", [] ], "textureSampleCompare.spec.js": [ - "cb34aa652ccda52f0b73ca5aa2dcec705c94cd71", + "10c25607a605104ee092159c0883d1f3640043ea", [] ], "textureSampleCompareLevel.spec.js": [ - "f3db871107c893edae4e229602cc690f54c2b41f", + "add992e8a97b7a0345258c6c27668b6785d284a5", [] ], "textureSampleGrad.spec.js": [ - "dcf121f03885d166d9591306943691afc2f84121", + "04b3a5e1acef40b7621d36694aced963424dbd77", [] ], "textureSampleLevel.spec.js": [ - "e2cdfff8038e06d01d2f54e6a17a6779ea3dea79", + "9063d2528cda8bedf6eba5aeaff8bc3cf2852ce3", [] ], "textureStore.spec.js": [ - "49e777d4550d12b5b66616873d0b4e7c5977570f", + "cad4298e9694103b4dcbec4711e0d1e6b53193ee", [] ], "texture_utils.js": [ - "d684573c2949a7ab904d197a97fd4db35db52cc7", + "6a36f9b60bbbb015071d723076018b192e9879d4", [] ], "transpose.cache.js": [ @@ -3371,7 +3417,7 @@ [] ], "utils.js": [ - "93651bcf971e686c523d08b9a0ddf80755bfb6ca", + "e0c58671b8272d4cd1b627e46a8db08b89196bbd", [] ], "workgroupBarrier.spec.js": [ @@ -3426,7 +3472,7 @@ ], "unary": { "address_of_and_indirection.spec.js": [ - "f68dc1882274592b3d38c8fb21a02a199cb7ac62", + "906884cbc2122e6e169537854829f7e1bb7732ff", [] ], "af_arithmetic.cache.js": [ @@ -3636,11 +3682,11 @@ ] }, "padding.spec.js": [ - "56a64d60843ab192eb2c5adeee4e961c53e7076e", + "3465ac820f337ee0dcb4f18ac420bff1172d7d9d", [] ], "robust_access.spec.js": [ - "96e58aa337801b8ea560d806155b027c7f7c1f83", + "06c488b1dd897eb812720bddd1c670975b912ba7", [] ], "robust_access_vertex.spec.js": [ @@ -3649,11 +3695,11 @@ ], "shader_io": { "compute_builtins.spec.js": [ - "98baa860c02534522488d6d88cf73ec9def66a33", + "d201dab82df3eaf0a8ee967d338297bb9160beb0", [] ], "fragment_builtins.spec.js": [ - "79f61c083bee57e09d95e6ef5bb7d59fab4db0fd", + "c44c6a0d4b738adde3d125e44079bedc3ac5cf44", [] ], "shared_structs.spec.js": [ @@ -3664,6 +3710,10 @@ "0998100ef9c6779f61aaf42c178aef16ac6b2e98", [] ], + "vertex_builtins.spec.js": [ + "babfdb374d8619a46568251d6a118f05cb17067c", + [] + ], "workgroup_size.spec.js": [ "88338fe373e0d239232b0594c4f110d8d18fc85d", [] @@ -3689,6 +3739,10 @@ "increment_decrement.spec.js": [ "b3db47e210915250f7022d1e868c6661f7aa33e0", [] + ], + "phony.spec.js": [ + "69c0e476f3a501c5edce50b41aca45df1b050486", + [] ] }, "value_init.spec.js": [ @@ -3701,7 +3755,7 @@ ] }, "types.js": [ - "9f18971ebf944979e39792a8dc6d6af9a6cfc3c3", + "c4deeb5bd72258c563138ab253680ebca7dd15d2", [] ], "validation": { @@ -3737,7 +3791,7 @@ [] ], "var.spec.js": [ - "82bd326d0575cd7346704d0d83aa2e34aa280d49", + "f73e9ce8ce467e3dbe83f898310287efcaeb2aca", [] ] }, @@ -3778,7 +3832,7 @@ [] ], "div_rem.spec.js": [ - "d09d60130551ab063134ca543cd670da1846f855", + "c8efd0de55f6efa9acec46a1817f49aa9a68224e", [] ], "parse.spec.js": [ @@ -3788,6 +3842,10 @@ "result_type.js": [ "d7a6d546a34b1afb9f7865eaa63321b6176d77fe", [] + ], + "short_circuiting_and_or.spec.js": [ + "cbf18674f11de810596d535b7fcd14df18552c52", + [] ] }, "call": { @@ -3853,7 +3911,7 @@ [] ], "clamp.spec.js": [ - "e55db09017c5a60caa56f14ce677559d49849dcd", + "8df74f08cb4a9f6e12c81b0e51fd8d532f8fa606", [] ], "const_override_validation.js": [ @@ -3921,7 +3979,7 @@ [] ], "extractBits.spec.js": [ - "fba6dc6bf7dbad39c8f549950ffe437bdd509381", + "70c4dc17bbeb8c2759d35f4aeff2feb362c2bb92", [] ], "faceForward.spec.js": [ @@ -3953,7 +4011,7 @@ [] ], "insertBits.spec.js": [ - "ecb124f558773848629ab4145c6d887d4cfbe279", + "22be4813be746fa3989fbfd9317f88809ce07f54", [] ], "inverseSqrt.spec.js": [ @@ -3961,7 +4019,7 @@ [] ], "ldexp.spec.js": [ - "cb22771798909a30fff50502fc18bc0d565f189c", + "7fb389ca486e869c1773858678d899ef8da2ffac", [] ], "length.spec.js": [ @@ -3993,7 +4051,7 @@ [] ], "normalize.spec.js": [ - "b696401dbacc61d375f87dcef0cae58126e9b64e", + "9c032b116f2a63541a96c56f65d4227f4a9f9993", [] ], "pack2x16float.spec.js": [ @@ -4036,6 +4094,14 @@ "66e13ff2dfb24e8c7a065e8f5e209c6508160ec5", [] ], + "quadBroadcast.spec.js": [ + "348e0bc9176dd786a420580746a3fda0e8e63682", + [] + ], + "quadSwap.spec.js": [ + "eb262ab4cbeb589a0524cc3d8235e21171ab28c0", + [] + ], "quantizeToF16.spec.js": [ "cbea6ffa409ebe7ae66602a4f64ef48b51faa58c", [] @@ -4049,7 +4115,7 @@ [] ], "refract.spec.js": [ - "334a197b1cbf72ee16d23350e452a249e3406052", + "d9d5d5f46e34c949df6705dbab54ad9bc9578f52", [] ], "reverseBits.spec.js": [ @@ -4085,7 +4151,7 @@ [] ], "smoothstep.spec.js": [ - "dbddd881077abf7bf7eca31eca68810d20572dc6", + "3c6da44218d826ef6004678a1b8b18b297004670", [] ], "sqrt.spec.js": [ @@ -4096,6 +4162,46 @@ "6266a3628bcd6a8c95d9e7e1015fc3cf591b8c02", [] ], + "subgroupAdd.spec.js": [ + "ec2486fd8613d8d928af6a13dab4d14d8acfd5db", + [] + ], + "subgroupAnyAll.spec.js": [ + "76291fcda8209c5b3ba0523260729e1b1850830f", + [] + ], + "subgroupBallot.spec.js": [ + "19c35bc211499b4e816d6c38cf78c6f0f041f70b", + [] + ], + "subgroupBitwise.spec.js": [ + "926380efba0f3ae81e65234fdf892d0a23a90900", + [] + ], + "subgroupBroadcast.spec.js": [ + "befdb7523922cf3848169a967e94f7c35ebabee4", + [] + ], + "subgroupBroadcastFirst.spec.js": [ + "a04ce44734eb314a68d4b36b791f9e17faa60597", + [] + ], + "subgroupElect.spec.js": [ + "cfd6f8df769b84909123844a5529f743d4b0c251", + [] + ], + "subgroupMinMax.spec.js": [ + "6d4c57d195f5a8826f9f702e75dd63ec5101eb9f", + [] + ], + "subgroupMul.spec.js": [ + "4a71b7f6295482e1ebc97e26b06a8aab5d3644ed", + [] + ], + "subgroupShuffle.spec.js": [ + "a6321bd6d172541761f8f81425c6cba0cedd81df", + [] + ], "tan.spec.js": [ "a7504ccb18d8bba03ff726753b3679b88b7fb262", [] @@ -4216,7 +4322,7 @@ ], "matrix": { "add_sub.spec.js": [ - "4760c3b947885cbcd09ef64d9dfd1d417393ffb3", + "b608a966d8c8a3aaad4eedb7dc05490405997676", [] ], "and_or_xor.spec.js": [ @@ -4236,7 +4342,7 @@ [] ], "mul.spec.js": [ - "d8ef4f2e752630ac3f1d60a8ca7a6f56f3c62a43", + "fdc756365783d557c1d94731d2e5e49cb2fd7095", [] ] }, @@ -4268,6 +4374,10 @@ } }, "extension": { + "clip_distances.spec.js": [ + "f0b1494a6324daa8447dcc1304c26f38e8264738", + [] + ], "dual_source_blending.spec.js": [ "c5ce9153d4b43af8c0a71a57ed3acaa67bafd427", [] @@ -4283,7 +4393,7 @@ }, "functions": { "alias_analysis.spec.js": [ - "0549dc9c90f38803d66eb84ed0e1e9f1b2a6a27b", + "9669d6d7854e3b3b191aa703fb250624d25be8f1", [] ], "restrictions.spec.js": [ @@ -4309,11 +4419,11 @@ [] ], "enable.spec.js": [ - "b0ce591dfa5a747f19f3f6e0a4a1f8b7a17b2268", + "df71c06dd3848652adb277e2c3dd5b42de03c897", [] ], "identifiers.spec.js": [ - "d7510cc5b002301a9c414360b4ddc3482e2ee6f6", + "4869ebfb28bb6df2efda70e5d7c937fb935cc1fc", [] ], "literal.spec.js": [ @@ -4351,7 +4461,7 @@ [] ], "builtins.spec.js": [ - "57d56e175d4c2a84b68f84d8ade27dd27d2eea15", + "041423d58f70e1b2d21286cc5dd157f31aaf46d8", [] ], "entry_point.spec.js": [ @@ -4371,7 +4481,7 @@ [] ], "interpolate.spec.js": [ - "1799aea931e98b4a96e54a9c809b5967e9cf0cdb", + "ff8590ddecaeeaf581d85d2d849d7e32e4135ee6", [] ], "invariant.spec.js": [ @@ -4395,7 +4505,7 @@ [] ], "util.js": [ - "38659014c88796d369eab9a762df1c10c5a96731", + "e04946968b72caf17db5fd4f978f502a0051d751", [] ], "workgroup_size.spec.js": [ @@ -4404,7 +4514,7 @@ ] }, "shader_validation_test.js": [ - "82192482e21bd39b059841e65f5b191dea7bbc20", + "ed0b3a09f939e067635780a1ea5d11eec4eacbbd", [] ], "statement": { @@ -4453,7 +4563,7 @@ [] ], "phony.spec.js": [ - "da106d26fbc718fb4c4379f82f08e30e302b9ede", + "bf5691a8e7baffe316a384997bb4cedaaa5307cf", [] ], "return.spec.js": [ @@ -4511,7 +4621,7 @@ [] ], "textures.spec.js": [ - "085d450c297d4c55d89fa9997e374a656e41cfb6", + "e6e22057d6aa634f6c71d03feff9e454cbb97368", [] ], "vector.spec.js": [ @@ -4521,7 +4631,7 @@ }, "uniformity": { "uniformity.spec.js": [ - "2c7464aecc1c070c394fe1f53ea96beabb062099", + "e5554c4a9c466c877f50b15f8f72e00ec459c6ba", [] ] } @@ -4561,7 +4671,7 @@ [] ], "copy_to_texture.js": [ - "5065bd11250186773c2e96789d05a7a6c098c1aa", + "dc5ddad5aa91f68794f51e9afe78a227b3ed05ac", [] ], "create_elements.js": [ @@ -4577,7 +4687,7 @@ [] ], "math.js": [ - "e44458cfbd9f4e767bd01d6cd8983b52c0d7f4eb", + "816aa1e2775e1ca7bf9f547c29e5a596f0033831", [] ], "memory.js": [ @@ -4597,12 +4707,12 @@ [] ], "shader.js": [ - "c4fd89c3af6df929ec08efbf9e31052ecae6494b", + "88fe957a47a14d8d530edc284e547c754ccdcc35", [] ], "texture": { "base.js": [ - "282f6a95a472a7f5fe1f063a67227d8a9cb3543b", + "a8f921e7b0bc3962ce963738d21661608f07d201", [] ], "color_space_conversions.spec.js": [ @@ -4630,7 +4740,7 @@ [] ], "texel_view.js": [ - "e61baf99e4468cdf4e680f6c35a4bcc17d55560e", + "532c9fbc722c7b1fa175ed1258381aa18c0dbbd8", [] ], "texture_ok.js": [ @@ -4643,7 +4753,7 @@ ] }, "texture.js": [ - "bd7dd92f94ec0c09391646e68b9acad9bacefd30", + "f5448751784e0c06051e869801f0a084e533ec23", [] ], "unions.js": [ @@ -4654,7 +4764,7 @@ "web_platform": { "canvas": { "configure.spec.js": [ - "58ebfb4af580458a55a59104f66e71a9fc43c48b", + "c4ff5ad4fbc1ab981ffdafe6e03a4d5ef9cc5ab2", [] ], "context_creation.spec.js": [ @@ -4676,19 +4786,19 @@ }, "copyToTexture": { "ImageBitmap.spec.js": [ - "0ec99fdc591cb6dfd559269772eae499d2380b2d", + "df5e9bfe33ae849eca99a815027053ad45c7fe45", [] ], "ImageData.spec.js": [ - "32000fbb011847668fcc42c27a268aa78d4117e5", + "aed20626d9e0f4aa7186444856e02f4a51603195", [] ], "canvas.spec.js": [ - "5903908611cb17e0558ec4380c15c72ac3a5e5bf", + "71cbdc8ec3b8accd01e6bce6c7ec08e7ecf7740f", [] ], "image.spec.js": [ - "1e8fed51d6f5f0614da75b212c8d9b64792264cb", + "05490a00e0a663c04c29ef75cb006839f4b0b34c", [] ], "util.js": [ @@ -4702,7 +4812,7 @@ }, "external_texture": { "video.spec.js": [ - "908287b3b04cb84511b7375d89ab9bd0a3fa0915", + "e7a1f11f9c40c4b6059b271e607e700c73bb621f", [] ] }, @@ -4740,7 +4850,7 @@ [] ], "gpu_ref_test.js": [ - "ae7c29d98c3b353adf33ded8de8dbe242bb989be", + "603c8a848d8e320f06985f379d3ce2ae5a2729e4", [] ], "ref": { @@ -4791,7 +4901,7 @@ ] }, "util.js": [ - "dc66e3c70dc48156024bd71320e4c1c94f59d98a", + "7d7b5ea97d6684a96bb222f08fcf360075a10b28", [] ], "worker": { @@ -5136,6 +5246,10 @@ }, "capability_checks": { "features": { + "clip_distances.as_worker.js": [ + "9b22d7c1a6f08bc2eac0a22fcd41a67a43899b01", + [] + ], "query_types.as_worker.js": [ "1b47f1ebe58d7b4f57a3706114cbefcfe64a754b", [] @@ -5202,10 +5316,6 @@ "2f8f6eac6b0ffe40ba1477debc771dd25d9edff4", [] ], - "maxInterStageShaderComponents.as_worker.js": [ - "5141c00a5c48901b601860dd8f2fba3f4d23a582", - [] - ], "maxInterStageShaderVariables.as_worker.js": [ "9eed84a023670dc1fdbd35f9febcea67682b7f03", [] @@ -5519,6 +5629,10 @@ "6ac988850f9d320292b60c7f8466fb8453d1c145", [] ], + "float32_blendable.as_worker.js": [ + "2e5557319252af91ad2074d55ff99b6656707408", + [] + ], "fragment_state.as_worker.js": [ "c72d44ea90b8ead2505c8bcff0c8ddb246e2f754", [] @@ -5658,17 +5772,15 @@ "98196d03d1ddb8353e64c4ff4fae4aa8cc82a560", [] ], + "unsupported_wgsl.as_worker.js": [ + "73253239ce4826cda7b15ef75fad8520f1209643", + [] + ], "vertex_state.as_worker.js": [ "20e8dd4ce76b832c370886876c11713e37b295ae", [] ] }, - "shader_module": { - "shader_module.as_worker.js": [ - "dca678fc5c26b91498d8d00048f3b5241d67e011", - [] - ] - }, "texture": { "createTexture.as_worker.js": [ "d0fb1f6d7062c371942727b34d272b4481c502d5", @@ -6217,6 +6329,14 @@ "6bd477c788d8dc0e4c7e1db98d3186c57d90adea", [] ], + "quadBroadcast.as_worker.js": [ + "fa7e498be73a2a42eb8acafbd71c2b57d0d5a6a6", + [] + ], + "quadSwap.as_worker.js": [ + "d063f88bdedc3e9f65cf8ea3f2d8f5341a11edb0", + [] + ], "quantizeToF16.as_worker.js": [ "d99fc9bbaba6b2f82285d607161070ffc1e65412", [] @@ -6277,6 +6397,34 @@ "bc402636419fdfb7b671867ff8259cd7199d91b1", [] ], + "subgroupAdd.as_worker.js": [ + "9fb6203693ab523bb1aca34a56851455cff480e9", + [] + ], + "subgroupAll.as_worker.js": [ + "8539083e1cbd76d8d751826ca44ff73a594f8403", + [] + ], + "subgroupAny.as_worker.js": [ + "4bf6661598f3e15b369d54021a3347534f488ba9", + [] + ], + "subgroupBallot.as_worker.js": [ + "41af5ff2a2f26ea3263b07b9819ad51fba9a529d", + [] + ], + "subgroupBitwise.as_worker.js": [ + "b4d653ba1ec75fbcf5f032a4cfdd3b27037025d8", + [] + ], + "subgroupBroadcast.as_worker.js": [ + "38121d06e896c81d6a367e253aa87c8736118b6f", + [] + ], + "subgroupMul.as_worker.js": [ + "40fe882bd1634d50a14cc4eadb3666e95441ff26", + [] + ], "tan.as_worker.js": [ "4ed7807bda8e1fb08cb54f2818f7e3e72e7d63f3", [] @@ -6317,6 +6465,10 @@ "8d6cffd9725bc40fc588d6c4c9d6baee1133ce83", [] ], + "textureSampleBaseClampToEdge.as_worker.js": [ + "c600bcfe4f72c20939f7ad66a5221b56d11f2daf", + [] + ], "textureSampleBias.as_worker.js": [ "6f15b0455f0fabd2e7793051bec282abb49a4a20", [] @@ -6587,6 +6739,10 @@ "2b4570a48c0d1759ea7886ad25a53373de475a6e", [] ], + "vertex_builtins.as_worker.js": [ + "f1434e4198c119bd991072ce101cc89a3293b8c9", + [] + ], "workgroup_size.as_worker.js": [ "31827b5e391be042cda3aa18d4ec4faf569ae811", [] @@ -6612,6 +6768,10 @@ "increment_decrement.as_worker.js": [ "6d82f16828769ae9669ee3189da92ac9b399126d", [] + ], + "phony.as_worker.js": [ + "be0c5d890c8fe91e382c343789b37b1d8aa984b0", + [] ] }, "value_init.as_worker.js": [ @@ -6699,6 +6859,10 @@ "parse.as_worker.js": [ "58165f7a8c946972f7acb5046e447a797197409b", [] + ], + "short_circuiting_and_or.as_worker.js": [ + "386f440e27ad0d6b49a1d197af81bc4d8156f88a", + [] ] }, "call": { @@ -6943,6 +7107,14 @@ "89a9e26cc4de9c9703e1eb7fe718b4152c0d0a19", [] ], + "quadBroadcast.as_worker.js": [ + "004bf5dda8994bf753e8202506886621e22e1f98", + [] + ], + "quadSwap.as_worker.js": [ + "a6211b3ba8924ab9e4bf3dd61336fa86236d0a27", + [] + ], "quantizeToF16.as_worker.js": [ "0fe919929f92e2515ce6406092da57f8068fa569", [] @@ -6999,6 +7171,46 @@ "bd3b7ba060f21d7bb1ea792d55c6f588d935a155", [] ], + "subgroupAdd.as_worker.js": [ + "0937bd54a5c290f1561896f25ffe9a41491ce997", + [] + ], + "subgroupAnyAll.as_worker.js": [ + "3d3fec43639ce4b8533f88a5de39dda2466c0b92", + [] + ], + "subgroupBallot.as_worker.js": [ + "01347681d013226eb113d8cfb2589abc2c3e8396", + [] + ], + "subgroupBitwise.as_worker.js": [ + "e15ba05df39ae0200649a4d3c116b163f6cf02b4", + [] + ], + "subgroupBroadcast.as_worker.js": [ + "7d516fd0ec712389743918fd45770bad248bdc58", + [] + ], + "subgroupBroadcastFirst.as_worker.js": [ + "0f225d44f5d4aa6de4ebbb86e3c5cfdf2547f45d", + [] + ], + "subgroupElect.as_worker.js": [ + "c0b935c51b5aaf788b887e9b30ac8b1649819f6f", + [] + ], + "subgroupMinMax.as_worker.js": [ + "a740e8891eb80b984b3ee2cb42218e3c8ef44d90", + [] + ], + "subgroupMul.as_worker.js": [ + "decde6dba9ee0dd91f58e1e272706b189148ced4", + [] + ], + "subgroupShuffle.as_worker.js": [ + "b7022dee21d59d5db06848ecd3aad12b38d075a8", + [] + ], "tan.as_worker.js": [ "39f53bb17332d325c173756ba0046c78e25d2dc6", [] @@ -7171,6 +7383,10 @@ } }, "extension": { + "clip_distances.as_worker.js": [ + "3f9f191fb242e527fe9cbb95566b61a36cde230d", + [] + ], "dual_source_blending.as_worker.js": [ "dd30e93ce28b7b252fe829f3e340249f52c5ece8", [] @@ -7499,7 +7715,7 @@ "testharness": { "webgpu": { "cts.https.html": [ - "3c5b8f7c30964b2d3eaa3e75f23d9096ce395e62", + "4bbc0d55e67b8507a12636b967599b192dd0c50b", [ "webgpu/cts.https.html?q=webgpu:api,operation,adapter,info:adapter_info:*", { @@ -9138,6 +9354,18 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,at_over:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,max_vertex_output_location:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,query_types:createQuerySet:*", { @@ -9378,12 +9606,6 @@ "timeout": "long" } ], - [ - "webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:createRenderPipeline,at_over:*", - { - "timeout": "long" - } - ], [ "webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderVariables:createRenderPipeline,at_over:*", { @@ -10104,6 +10326,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,createView:texture_view_usage:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:api,validation,debugMarker:push_pop_call_count_unbalance,command_encoder:*", { @@ -11796,12 +12024,30 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,float32_blendable:create_render_pipeline:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:color_target_exists:*", { "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:dual_source_blending,color_target_count:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:dual_source_blending,use_blend_src:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachmentBytesPerSample,aligned:*", { @@ -11892,24 +12138,24 @@ "timeout": "long" } ], - [ - "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,input:*", - { - "timeout": "long" - } - ], - [ - "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,output:*", - { - "timeout": "long" - } - ], [ "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_shader_variable_location:*", { "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,output:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:type:*", { @@ -12306,6 +12552,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,texture_view_usages:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:api,validation,shader_module,entry_point:compute:*", { @@ -12702,42 +12954,54 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:interpolate:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:sample_index:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:sample_mask:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:textureLoad_with_depth_textures,computePipeline:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:textureLoad_with_depth_textures,renderPipeline:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:unsupportedStorageTextureFormats,computePipeline:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:unsupportedStorageTextureFormats,renderPipeline:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,vertex_state:maxVertexAttributesVertexIndexInstanceIndex:*", { "timeout": "long" } ], - [ - "webgpu/cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:interpolate:*", - { - "timeout": "long" - } - ], - [ - "webgpu/cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:sample_index:*", - { - "timeout": "long" - } - ], - [ - "webgpu/cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:sample_mask:*", - { - "timeout": "long" - } - ], - [ - "webgpu/cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:textureLoad_with_depth_textures:*", - { - "timeout": "long" - } - ], - [ - "webgpu/cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:unsupportedStorageTextureFormats:*", - { - "timeout": "long" - } - ], [ "webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:depthOrArrayLayers_incompatible_with_textureBindingViewDimension:*", { @@ -13002,6 +13266,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,access,matrix,index:non_const_index:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,expression,access,structure,index:buffer:*", { @@ -16350,6 +16620,66 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:compute,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:data_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:fragment,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:fragment,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:compute,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:data_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:fragment,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:fragment,split:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quantizeToF16:f32:*", { @@ -16674,6 +17004,180 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:data_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:fp_accuracy:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:fragment:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:compute,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:fragment,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:fragment,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:compute,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:fragment,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:fragment,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:fragment,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:fragment:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:predicate:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:predicate_and_control_flow:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:compute,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:data_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:fragment,all_active:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:fragment,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:data_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:fragment:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:workgroup_uniform_load:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:compute,split:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:data_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:fp_accuracy:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:fragment:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tan:abstract_float:*", { @@ -16795,13 +17299,13 @@ } ], [ - "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_2d_coords:*", + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_2d_coords:*", { "timeout": "long" } ], [ - "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_3d_coords:*", + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_3d_coords:*", { "timeout": "long" } @@ -16849,7 +17353,25 @@ } ], [ - "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_texel_formats:*", + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_1d:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_2d:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_2d_array:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_3d:*", { "timeout": "long" } @@ -16926,12 +17448,6 @@ "timeout": "long" } ], - [ - "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_2d_coords,derivatives:*", - { - "timeout": "long" - } - ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_2d_coords:*", { @@ -16956,6 +17472,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBaseClampToEdge:2d_coords:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_2d_coords:*", { @@ -17028,18 +17550,6 @@ "timeout": "long" } ], - [ - "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:control_flow:*", - { - "timeout": "long" - } - ], - [ - "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:stage:*", - { - "timeout": "long" - } - ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_2d_coords:*", { @@ -17460,6 +17970,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,address_of_and_indirection:deref_swizzle:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,af_arithmetic:negation:*", { @@ -18534,6 +19050,18 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,padding:array_of_vec3h,elementwise:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,padding:array_of_vec3h:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,padding:matCx3:*", { @@ -18582,6 +19110,18 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,compute_builtins:subgroup_invocation_id:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,compute_builtins:subgroup_size:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:inputs,front_facing:*", { @@ -18618,6 +19158,18 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:subgroup_invocation_id:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:subgroup_size:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,shared_structs:shared_between_stages:*", { @@ -18642,6 +19194,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,vertex_builtins:outputs,clip_distances:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,workgroup_size:workgroup_size:*", { @@ -18852,6 +19410,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,execution,statement,phony:executes:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,execution,value_init:array,nested:*", { @@ -19446,6 +20010,36 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_array_count_on_rhs:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_rhs_const:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_rhs_override:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:scalar_vector:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,abs:parameters:*", { @@ -20772,6 +21366,102 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:id_constness:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:id_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:requires_subgroups_f16:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:requires_subgroups_f16:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:stage:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quantizeToF16:args:*", { @@ -21084,6 +21774,408 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:invalid_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:id_constness:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:id_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:requires_subgroups_f16:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:requires_subgroups_f16:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:requires_subgroups_f16:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:invalid_types:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:stage:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:data_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:early_eval:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:must_use:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:param2_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:requires_subgroups:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:requires_subgroups_f16:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:return_type:*", + { + "timeout": "long" + } + ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:stage:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,tan:args:*", { @@ -22338,6 +23430,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,extension,clip_distances:use_clip_distances_requires_extension_enabled:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,validation,extension,dual_source_blending:blend_src_same_type:*", { @@ -22428,6 +23526,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:swizzles:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_atomic_pointers:*", { @@ -23730,6 +24834,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:shader,validation,statement,phony:module_scope:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:shader,validation,statement,phony:parse:*", { @@ -24498,6 +25608,12 @@ "timeout": "long" } ], + [ + "webgpu/cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,cameraCapture:*", + { + "timeout": "long" + } + ], [ "webgpu/cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,compute:*", { diff --git a/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini b/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini index f7fc4dc871d..3950b3b0ed7 100644 --- a/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini @@ -773,12 +773,20 @@ [:srcFormat="astc-8x8-unorm-srgb";dstFormat="astc-8x8-unorm-srgb";dimension="2d"] [:srcFormat="bc1-rgba-unorm";dstFormat="bc1-rgba-unorm";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc1-rgba-unorm";dstFormat="bc1-rgba-unorm-srgb";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm-srgb";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc2-rgba-unorm";dstFormat="bc2-rgba-unorm";dimension="2d"] expected: @@ -999,12 +1007,20 @@ [:srcFormat="astc-8x8-unorm-srgb";dstFormat="astc-8x8-unorm-srgb";dimension="2d"] [:srcFormat="bc1-rgba-unorm";dstFormat="bc1-rgba-unorm";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc1-rgba-unorm";dstFormat="bc1-rgba-unorm-srgb";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm-srgb";dimension="2d"] + expected: + if os == "linux" and not debug: FAIL [:srcFormat="bc2-rgba-unorm";dstFormat="bc2-rgba-unorm";dimension="2d"] expected: @@ -7970,150 +7986,442 @@ [cts.https.html?q=webgpu:api,operation,texture_view,write:format:*] [:method="render-pass-resolve";format="bgra8unorm";sampleCount=1] + [:method="render-pass-resolve";format="bgra8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="bgra8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="bgra8unorm-srgb";sampleCount=1] + [:method="render-pass-resolve";format="bgra8unorm-srgb";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="bgra8unorm-srgb";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="r16float";sampleCount=1] + [:method="render-pass-resolve";format="r16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="r16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="r8unorm";sampleCount=1] + [:method="render-pass-resolve";format="r8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="r8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="rg16float";sampleCount=1] + [:method="render-pass-resolve";format="rg16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="rg16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="rg8unorm";sampleCount=1] + [:method="render-pass-resolve";format="rg8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="rg8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="rgb10a2unorm";sampleCount=1] + [:method="render-pass-resolve";format="rgb10a2unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="rgb10a2unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="rgba16float";sampleCount=1] + [:method="render-pass-resolve";format="rgba16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="rgba16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="rgba8unorm";sampleCount=1] + [:method="render-pass-resolve";format="rgba8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="rgba8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-resolve";format="rgba8unorm-srgb";sampleCount=1] + [:method="render-pass-resolve";format="rgba8unorm-srgb";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-resolve";format="rgba8unorm-srgb";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="bgra8unorm";sampleCount=1] + [:method="render-pass-store";format="bgra8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="bgra8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="bgra8unorm-srgb";sampleCount=1] + [:method="render-pass-store";format="bgra8unorm-srgb";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="bgra8unorm-srgb";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r16float";sampleCount=1] + [:method="render-pass-store";format="r16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r16sint";sampleCount=1] + [:method="render-pass-store";format="r16sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r16sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r16uint";sampleCount=1] + [:method="render-pass-store";format="r16uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r16uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r32float";sampleCount=1] + [:method="render-pass-store";format="r32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r32sint";sampleCount=1] + [:method="render-pass-store";format="r32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r32uint";sampleCount=1] + [:method="render-pass-store";format="r32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r8sint";sampleCount=1] + [:method="render-pass-store";format="r8sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r8sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r8uint";sampleCount=1] + [:method="render-pass-store";format="r8uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r8uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="r8unorm";sampleCount=1] + [:method="render-pass-store";format="r8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="r8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg16float";sampleCount=1] + [:method="render-pass-store";format="rg16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg16sint";sampleCount=1] + [:method="render-pass-store";format="rg16sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg16sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg16uint";sampleCount=1] + [:method="render-pass-store";format="rg16uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg16uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg32float";sampleCount=1] + [:method="render-pass-store";format="rg32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg32sint";sampleCount=1] + [:method="render-pass-store";format="rg32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg32uint";sampleCount=1] + [:method="render-pass-store";format="rg32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg8sint";sampleCount=1] + [:method="render-pass-store";format="rg8sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg8sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg8uint";sampleCount=1] + [:method="render-pass-store";format="rg8uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg8uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rg8unorm";sampleCount=1] + [:method="render-pass-store";format="rg8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rg8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgb10a2unorm";sampleCount=1] + [:method="render-pass-store";format="rgb10a2unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgb10a2unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba16float";sampleCount=1] + [:method="render-pass-store";format="rgba16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba16sint";sampleCount=1] + [:method="render-pass-store";format="rgba16sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba16sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba16uint";sampleCount=1] + [:method="render-pass-store";format="rgba16uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba16uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba32float";sampleCount=1] + [:method="render-pass-store";format="rgba32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba32sint";sampleCount=1] + [:method="render-pass-store";format="rgba32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba32uint";sampleCount=1] + [:method="render-pass-store";format="rgba32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba8sint";sampleCount=1] + [:method="render-pass-store";format="rgba8sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba8sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba8uint";sampleCount=1] + [:method="render-pass-store";format="rgba8uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba8uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba8unorm";sampleCount=1] + [:method="render-pass-store";format="rgba8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="render-pass-store";format="rgba8unorm-srgb";sampleCount=1] + [:method="render-pass-store";format="rgba8unorm-srgb";sampleCount=1;viewUsageMethod="inherit"] + + [:method="render-pass-store";format="rgba8unorm-srgb";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="r32float";sampleCount=1] + [:method="storage-write-compute";format="r32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="r32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="r32sint";sampleCount=1] + [:method="storage-write-compute";format="r32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="r32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="r32uint";sampleCount=1] + [:method="storage-write-compute";format="r32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="r32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rg32float";sampleCount=1] + [:method="storage-write-compute";format="rg32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rg32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rg32sint";sampleCount=1] + [:method="storage-write-compute";format="rg32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rg32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rg32uint";sampleCount=1] + [:method="storage-write-compute";format="rg32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rg32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba16float";sampleCount=1] + [:method="storage-write-compute";format="rgba16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba16sint";sampleCount=1] + [:method="storage-write-compute";format="rgba16sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba16sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba16uint";sampleCount=1] + [:method="storage-write-compute";format="rgba16uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba16uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba32float";sampleCount=1] + [:method="storage-write-compute";format="rgba32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba32sint";sampleCount=1] + [:method="storage-write-compute";format="rgba32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba32uint";sampleCount=1] + [:method="storage-write-compute";format="rgba32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba8sint";sampleCount=1] + [:method="storage-write-compute";format="rgba8sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba8sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba8snorm";sampleCount=1] + [:method="storage-write-compute";format="rgba8snorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba8snorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba8uint";sampleCount=1] + [:method="storage-write-compute";format="rgba8uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba8uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-compute";format="rgba8unorm";sampleCount=1] + [:method="storage-write-compute";format="rgba8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-compute";format="rgba8unorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="r32float";sampleCount=1] + [:method="storage-write-fragment";format="r32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="r32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="r32sint";sampleCount=1] + [:method="storage-write-fragment";format="r32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="r32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="r32uint";sampleCount=1] + [:method="storage-write-fragment";format="r32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="r32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rg32float";sampleCount=1] + [:method="storage-write-fragment";format="rg32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rg32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rg32sint";sampleCount=1] + [:method="storage-write-fragment";format="rg32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rg32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rg32uint";sampleCount=1] + [:method="storage-write-fragment";format="rg32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rg32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba16float";sampleCount=1] + [:method="storage-write-fragment";format="rgba16float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba16float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba16sint";sampleCount=1] + [:method="storage-write-fragment";format="rgba16sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba16sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba16uint";sampleCount=1] + [:method="storage-write-fragment";format="rgba16uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba16uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba32float";sampleCount=1] + [:method="storage-write-fragment";format="rgba32float";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba32float";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba32sint";sampleCount=1] + [:method="storage-write-fragment";format="rgba32sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba32sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba32uint";sampleCount=1] + [:method="storage-write-fragment";format="rgba32uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba32uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba8sint";sampleCount=1] + [:method="storage-write-fragment";format="rgba8sint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba8sint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba8snorm";sampleCount=1] + [:method="storage-write-fragment";format="rgba8snorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba8snorm";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba8uint";sampleCount=1] + [:method="storage-write-fragment";format="rgba8uint";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba8uint";sampleCount=1;viewUsageMethod="minimal"] + [:method="storage-write-fragment";format="rgba8unorm";sampleCount=1] + [:method="storage-write-fragment";format="rgba8unorm";sampleCount=1;viewUsageMethod="inherit"] + + [:method="storage-write-fragment";format="rgba8unorm";sampleCount=1;viewUsageMethod="minimal"] + [cts.https.html?q=webgpu:api,operation,uncapturederror:iff_uncaptured:*] [:] @@ -9203,6 +9511,746 @@ [:] +[cts.https.html?q=webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,at_over:*] + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;clipDistances=8] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=1] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=2] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=3] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=4] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=5] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=6] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=7] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;clipDistances=8] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=1] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=2] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=3] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=4] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=5] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=6] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=7] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;clipDistances=8] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=1] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=2] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=3] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=4] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=5] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=6] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=7] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;clipDistances=8] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=1] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=2] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=3] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=4] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=5] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=6] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=7] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;clipDistances=8] + + +[cts.https.html?q=webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,max_vertex_output_location:*] + [:pointList=false;clipDistances=1;startLocation=0] + + [:pointList=false;clipDistances=1;startLocation=1] + + [:pointList=false;clipDistances=1;startLocation=2] + + [:pointList=false;clipDistances=2;startLocation=0] + + [:pointList=false;clipDistances=2;startLocation=1] + + [:pointList=false;clipDistances=2;startLocation=2] + + [:pointList=false;clipDistances=3;startLocation=0] + + [:pointList=false;clipDistances=3;startLocation=1] + + [:pointList=false;clipDistances=3;startLocation=2] + + [:pointList=false;clipDistances=4;startLocation=0] + + [:pointList=false;clipDistances=4;startLocation=1] + + [:pointList=false;clipDistances=4;startLocation=2] + + [:pointList=false;clipDistances=5;startLocation=0] + + [:pointList=false;clipDistances=5;startLocation=1] + + [:pointList=false;clipDistances=5;startLocation=2] + + [:pointList=false;clipDistances=6;startLocation=0] + + [:pointList=false;clipDistances=6;startLocation=1] + + [:pointList=false;clipDistances=6;startLocation=2] + + [:pointList=false;clipDistances=7;startLocation=0] + + [:pointList=false;clipDistances=7;startLocation=1] + + [:pointList=false;clipDistances=7;startLocation=2] + + [:pointList=false;clipDistances=8;startLocation=0] + + [:pointList=false;clipDistances=8;startLocation=1] + + [:pointList=false;clipDistances=8;startLocation=2] + + [:pointList=true;clipDistances=1;startLocation=0] + + [:pointList=true;clipDistances=1;startLocation=1] + + [:pointList=true;clipDistances=1;startLocation=2] + + [:pointList=true;clipDistances=2;startLocation=0] + + [:pointList=true;clipDistances=2;startLocation=1] + + [:pointList=true;clipDistances=2;startLocation=2] + + [:pointList=true;clipDistances=3;startLocation=0] + + [:pointList=true;clipDistances=3;startLocation=1] + + [:pointList=true;clipDistances=3;startLocation=2] + + [:pointList=true;clipDistances=4;startLocation=0] + + [:pointList=true;clipDistances=4;startLocation=1] + + [:pointList=true;clipDistances=4;startLocation=2] + + [:pointList=true;clipDistances=5;startLocation=0] + + [:pointList=true;clipDistances=5;startLocation=1] + + [:pointList=true;clipDistances=5;startLocation=2] + + [:pointList=true;clipDistances=6;startLocation=0] + + [:pointList=true;clipDistances=6;startLocation=1] + + [:pointList=true;clipDistances=6;startLocation=2] + + [:pointList=true;clipDistances=7;startLocation=0] + + [:pointList=true;clipDistances=7;startLocation=1] + + [:pointList=true;clipDistances=7;startLocation=2] + + [:pointList=true;clipDistances=8;startLocation=0] + + [:pointList=true;clipDistances=8;startLocation=1] + + [:pointList=true;clipDistances=8;startLocation=2] + + [cts.https.html?q=webgpu:api,validation,capability_checks,features,query_types:createQuerySet:*] [:type="occlusion";featureContainsTimestampQuery=false] expected: @@ -9461,6 +10509,8 @@ [:format="bc1-rgba-unorm";canvasType="onscreen";enable_required_feature=false] [:format="bc1-rgba-unorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc1-rgba-unorm-srgb";canvasType="offscreen";enable_required_feature=false] @@ -9469,6 +10519,8 @@ [:format="bc1-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=false] [:format="bc1-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc2-rgba-unorm";canvasType="offscreen";enable_required_feature=false] @@ -9477,6 +10529,8 @@ [:format="bc2-rgba-unorm";canvasType="onscreen";enable_required_feature=false] [:format="bc2-rgba-unorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc2-rgba-unorm-srgb";canvasType="offscreen";enable_required_feature=false] @@ -9485,6 +10539,8 @@ [:format="bc2-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=false] [:format="bc2-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc3-rgba-unorm";canvasType="offscreen";enable_required_feature=false] @@ -9493,6 +10549,8 @@ [:format="bc3-rgba-unorm";canvasType="onscreen";enable_required_feature=false] [:format="bc3-rgba-unorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc3-rgba-unorm-srgb";canvasType="offscreen";enable_required_feature=false] @@ -9501,6 +10559,8 @@ [:format="bc3-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=false] [:format="bc3-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc4-r-snorm";canvasType="offscreen";enable_required_feature=false] @@ -9509,6 +10569,8 @@ [:format="bc4-r-snorm";canvasType="onscreen";enable_required_feature=false] [:format="bc4-r-snorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc4-r-unorm";canvasType="offscreen";enable_required_feature=false] @@ -9517,6 +10579,8 @@ [:format="bc4-r-unorm";canvasType="onscreen";enable_required_feature=false] [:format="bc4-r-unorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc5-rg-snorm";canvasType="offscreen";enable_required_feature=false] @@ -9525,6 +10589,8 @@ [:format="bc5-rg-snorm";canvasType="onscreen";enable_required_feature=false] [:format="bc5-rg-snorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc5-rg-unorm";canvasType="offscreen";enable_required_feature=false] @@ -9533,6 +10599,8 @@ [:format="bc5-rg-unorm";canvasType="onscreen";enable_required_feature=false] [:format="bc5-rg-unorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc6h-rgb-float";canvasType="offscreen";enable_required_feature=false] @@ -9541,6 +10609,8 @@ [:format="bc6h-rgb-float";canvasType="onscreen";enable_required_feature=false] [:format="bc6h-rgb-float";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc6h-rgb-ufloat";canvasType="offscreen";enable_required_feature=false] @@ -9549,6 +10619,8 @@ [:format="bc6h-rgb-ufloat";canvasType="onscreen";enable_required_feature=false] [:format="bc6h-rgb-ufloat";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc7-rgba-unorm";canvasType="offscreen";enable_required_feature=false] @@ -9557,6 +10629,8 @@ [:format="bc7-rgba-unorm";canvasType="onscreen";enable_required_feature=false] [:format="bc7-rgba-unorm";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="bc7-rgba-unorm-srgb";canvasType="offscreen";enable_required_feature=false] @@ -9565,6 +10639,8 @@ [:format="bc7-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=false] [:format="bc7-rgba-unorm-srgb";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="depth32float-stencil8";canvasType="offscreen";enable_required_feature=false] @@ -9573,6 +10649,8 @@ [:format="depth32float-stencil8";canvasType="onscreen";enable_required_feature=false] [:format="depth32float-stencil8";canvasType="onscreen";enable_required_feature=true] + expected: + if os == "linux" and not debug: FAIL [:format="eac-r11snorm";canvasType="offscreen";enable_required_feature=false] @@ -12373,10 +13451,18 @@ if os == "linux" and not debug: SKIP -[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:createRenderPipeline,at_over:*] +[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderVariables:createRenderPipeline,at_over:*] + [:limitTest="atDefault";testValueName="atLimit";async=false] + expected: + if os == "linux" and not debug: FAIL + [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] @@ -12438,9 +13524,17 @@ [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [:limitTest="atDefault";testValueName="atLimit";async=true] + expected: + if os == "linux" and not debug: FAIL + [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] @@ -12502,257 +13596,149 @@ [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [:limitTest="atDefault";testValueName="overLimit";async=false] + [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL + + [:limitTest="atDefault";testValueName="overLimit";async=true] [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="atMaximum";testValueName="atLimit";async=false] expected: if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] @@ -12814,9 +13800,17 @@ [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [:limitTest="atMaximum";testValueName="atLimit";async=true] + expected: + if os == "linux" and not debug: FAIL + [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] @@ -12878,257 +13872,149 @@ [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [:limitTest="atMaximum";testValueName="overLimit";async=false] + [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL + + [:limitTest="atMaximum";testValueName="overLimit";async=true] [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false] expected: if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] @@ -13190,9 +14076,17 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true] + expected: + if os == "linux" and not debug: FAIL + [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] @@ -13254,509 +14148,669 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false] + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="overMaximum";testValueName="atLimit";async=false] expected: if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL + + [:limitTest="overMaximum";testValueName="atLimit";async=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL + + [:limitTest="overMaximum";testValueName="overLimit";async=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL + + [:limitTest="overMaximum";testValueName="overLimit";async=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + expected: + if os == "linux" and not debug: FAIL + + [:limitTest="underDefault";testValueName="atLimit";async=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: @@ -13767,122 +14821,66 @@ if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="atLimit";async=true] expected: if os == "linux" and not debug: FAIL @@ -13895,447 +14893,197 @@ if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: FAIL - - -[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderVariables:createRenderPipeline,at_over:*] - [:limitTest="atDefault";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="atDefault";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="atDefault";testValueName="overLimit";async=false] - - [:limitTest="atDefault";testValueName="overLimit";async=true] - - [:limitTest="atMaximum";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="atMaximum";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="atMaximum";testValueName="overLimit";async=false] - - [:limitTest="atMaximum";testValueName="overLimit";async=true] - - [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false] - - [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true] - - [:limitTest="overMaximum";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="overMaximum";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="overMaximum";testValueName="overLimit";async=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="overMaximum";testValueName="overLimit";async=true] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL - - [:limitTest="underDefault";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false] + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [:limitTest="underDefault";testValueName="overLimit";async=true] + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] + + [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] + [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createBindGroupLayout,at_over:*] disabled: true @@ -16661,40 +17409,40 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexAttributes:createRenderPipeline,at_over:*] [:limitTest="atDefault";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false] + expected: + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true] + + [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false] expected: if os == "linux" and not debug: FAIL - [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false] - [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true] + expected: + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false] @@ -16705,16 +17453,16 @@ [:limitTest="overMaximum";testValueName="overLimit";async=true] [:limitTest="underDefault";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true] + + [:limitTest="underDefault";testValueName="overLimit";async=false] expected: if os == "linux" and not debug: FAIL - [:limitTest="underDefault";testValueName="overLimit";async=false] - [:limitTest="underDefault";testValueName="overLimit";async=true] + expected: + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexBufferArrayStride:createRenderPipeline,at_over:*] @@ -24678,6 +25426,8 @@ [cts.https.html?q=webgpu:api,validation,createTexture:viewFormats:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:formatFeature="_undef_";viewFormatFeature="_undef_"] [:formatFeature="_undef_";viewFormatFeature="depth32float-stencil8"] @@ -25501,6 +26251,5574 @@ if os == "linux" and not debug: FAIL +[cts.https.html?q=webgpu:api,validation,createView:texture_view_usage:*] + [:format="astc-10x10-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x10-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x10-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x10-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x10-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x10-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x10-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x10-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x10-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x10-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x10-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x10-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x10-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x10-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x10-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x10-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-10x10-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x10-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x10-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x10-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x10-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x10-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x10-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x10-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x10-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x10-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x10-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x10-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x10-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x10-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x10-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x10-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-10x5-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x5-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x5-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x5-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x5-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x5-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x5-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x5-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x5-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x5-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x5-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x5-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x5-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x5-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x5-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x5-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-10x5-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x5-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x5-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x5-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x5-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x5-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x5-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x5-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x5-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x5-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x5-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x5-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x5-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x5-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x5-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x5-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-10x6-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x6-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x6-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x6-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x6-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x6-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x6-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x6-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x6-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x6-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x6-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x6-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x6-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x6-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x6-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x6-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-10x6-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x6-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x6-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x6-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x6-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x6-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x6-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x6-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x6-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x6-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x6-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x6-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x6-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x6-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x6-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x6-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-10x8-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x8-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x8-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x8-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x8-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x8-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x8-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x8-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x8-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x8-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x8-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x8-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x8-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x8-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x8-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x8-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-10x8-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-10x8-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-10x8-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-10x8-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-10x8-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-10x8-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-10x8-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-10x8-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-10x8-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-10x8-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-10x8-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-10x8-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-10x8-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-10x8-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-10x8-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-10x8-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-12x10-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-12x10-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-12x10-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-12x10-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-12x10-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-12x10-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-12x10-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-12x10-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-12x10-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-12x10-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-12x10-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-12x10-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-12x10-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-12x10-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-12x10-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-12x10-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-12x10-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-12x10-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-12x10-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-12x10-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-12x10-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-12x10-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-12x10-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-12x10-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-12x10-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-12x10-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-12x10-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-12x10-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-12x10-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-12x10-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-12x10-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-12x10-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-12x12-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-12x12-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-12x12-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-12x12-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-12x12-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-12x12-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-12x12-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-12x12-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-12x12-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-12x12-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-12x12-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-12x12-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-12x12-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-12x12-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-12x12-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-12x12-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-12x12-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-12x12-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-12x12-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-12x12-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-12x12-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-12x12-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-12x12-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-12x12-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-12x12-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-12x12-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-12x12-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-12x12-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-12x12-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-12x12-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-12x12-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-12x12-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-4x4-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-4x4-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-4x4-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-4x4-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-4x4-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-4x4-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-4x4-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-4x4-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-4x4-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-4x4-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-4x4-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-4x4-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-4x4-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-4x4-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-4x4-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-4x4-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-4x4-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-4x4-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-4x4-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-4x4-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-4x4-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-4x4-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-4x4-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-4x4-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-4x4-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-4x4-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-4x4-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-4x4-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-4x4-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-4x4-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-4x4-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-4x4-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-5x4-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-5x4-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-5x4-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-5x4-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-5x4-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-5x4-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-5x4-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-5x4-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-5x4-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-5x4-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-5x4-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-5x4-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-5x4-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-5x4-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-5x4-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-5x4-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-5x4-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-5x4-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-5x4-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-5x4-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-5x4-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-5x4-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-5x4-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-5x4-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-5x4-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-5x4-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-5x4-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-5x4-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-5x4-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-5x4-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-5x4-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-5x4-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-5x5-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-5x5-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-5x5-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-5x5-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-5x5-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-5x5-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-5x5-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-5x5-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-5x5-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-5x5-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-5x5-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-5x5-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-5x5-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-5x5-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-5x5-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-5x5-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-5x5-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-5x5-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-5x5-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-5x5-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-5x5-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-5x5-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-5x5-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-5x5-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-5x5-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-5x5-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-5x5-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-5x5-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-5x5-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-5x5-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-5x5-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-5x5-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-6x5-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-6x5-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-6x5-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-6x5-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-6x5-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-6x5-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-6x5-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-6x5-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-6x5-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-6x5-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-6x5-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-6x5-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-6x5-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-6x5-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-6x5-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-6x5-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-6x5-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-6x5-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-6x5-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-6x5-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-6x5-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-6x5-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-6x5-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-6x5-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-6x5-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-6x5-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-6x5-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-6x5-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-6x5-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-6x5-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-6x5-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-6x5-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-6x6-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-6x6-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-6x6-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-6x6-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-6x6-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-6x6-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-6x6-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-6x6-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-6x6-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-6x6-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-6x6-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-6x6-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-6x6-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-6x6-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-6x6-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-6x6-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-6x6-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-6x6-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-6x6-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-6x6-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-6x6-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-6x6-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-6x6-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-6x6-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-6x6-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-6x6-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-6x6-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-6x6-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-6x6-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-6x6-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-6x6-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-6x6-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-8x5-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-8x5-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-8x5-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-8x5-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-8x5-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-8x5-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-8x5-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-8x5-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-8x5-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-8x5-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-8x5-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-8x5-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-8x5-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-8x5-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-8x5-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-8x5-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-8x5-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-8x5-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-8x5-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-8x5-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-8x5-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-8x5-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-8x5-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-8x5-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-8x5-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-8x5-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-8x5-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-8x5-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-8x5-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-8x5-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-8x5-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-8x5-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-8x6-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-8x6-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-8x6-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-8x6-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-8x6-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-8x6-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-8x6-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-8x6-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-8x6-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-8x6-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-8x6-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-8x6-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-8x6-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-8x6-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-8x6-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-8x6-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-8x6-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-8x6-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-8x6-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-8x6-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-8x6-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-8x6-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-8x6-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-8x6-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-8x6-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-8x6-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-8x6-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-8x6-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-8x6-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-8x6-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-8x6-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-8x6-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="astc-8x8-unorm";textureUsage0=1;textureUsage1=1] + + [:format="astc-8x8-unorm";textureUsage0=1;textureUsage1=2] + + [:format="astc-8x8-unorm";textureUsage0=1;textureUsage1=4] + + [:format="astc-8x8-unorm";textureUsage0=1;textureUsage1=8] + + [:format="astc-8x8-unorm";textureUsage0=2;textureUsage1=1] + + [:format="astc-8x8-unorm";textureUsage0=2;textureUsage1=2] + + [:format="astc-8x8-unorm";textureUsage0=2;textureUsage1=4] + + [:format="astc-8x8-unorm";textureUsage0=2;textureUsage1=8] + + [:format="astc-8x8-unorm";textureUsage0=4;textureUsage1=1] + + [:format="astc-8x8-unorm";textureUsage0=4;textureUsage1=2] + + [:format="astc-8x8-unorm";textureUsage0=4;textureUsage1=4] + + [:format="astc-8x8-unorm";textureUsage0=4;textureUsage1=8] + + [:format="astc-8x8-unorm";textureUsage0=8;textureUsage1=1] + + [:format="astc-8x8-unorm";textureUsage0=8;textureUsage1=2] + + [:format="astc-8x8-unorm";textureUsage0=8;textureUsage1=4] + + [:format="astc-8x8-unorm";textureUsage0=8;textureUsage1=8] + + [:format="astc-8x8-unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="astc-8x8-unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="astc-8x8-unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="astc-8x8-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="astc-8x8-unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="astc-8x8-unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="astc-8x8-unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="astc-8x8-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="astc-8x8-unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="astc-8x8-unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="astc-8x8-unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="astc-8x8-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="astc-8x8-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="astc-8x8-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="astc-8x8-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="astc-8x8-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="bc1-rgba-unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=1;textureUsage1=8] + + [:format="bc1-rgba-unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=2;textureUsage1=8] + + [:format="bc1-rgba-unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";textureUsage0=4;textureUsage1=8] + + [:format="bc1-rgba-unorm";textureUsage0=8;textureUsage1=1] + + [:format="bc1-rgba-unorm";textureUsage0=8;textureUsage1=2] + + [:format="bc1-rgba-unorm";textureUsage0=8;textureUsage1=4] + + [:format="bc1-rgba-unorm";textureUsage0=8;textureUsage1=8] + + [:format="bc1-rgba-unorm-srgb";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="bc1-rgba-unorm-srgb";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="bc1-rgba-unorm-srgb";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="bc1-rgba-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="bc1-rgba-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="bc1-rgba-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="bc1-rgba-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="bc2-rgba-unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=1;textureUsage1=8] + + [:format="bc2-rgba-unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=2;textureUsage1=8] + + [:format="bc2-rgba-unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";textureUsage0=4;textureUsage1=8] + + [:format="bc2-rgba-unorm";textureUsage0=8;textureUsage1=1] + + [:format="bc2-rgba-unorm";textureUsage0=8;textureUsage1=2] + + [:format="bc2-rgba-unorm";textureUsage0=8;textureUsage1=4] + + [:format="bc2-rgba-unorm";textureUsage0=8;textureUsage1=8] + + [:format="bc2-rgba-unorm-srgb";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="bc2-rgba-unorm-srgb";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="bc2-rgba-unorm-srgb";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="bc2-rgba-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="bc2-rgba-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="bc2-rgba-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="bc2-rgba-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="bc3-rgba-unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=1;textureUsage1=8] + + [:format="bc3-rgba-unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=2;textureUsage1=8] + + [:format="bc3-rgba-unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";textureUsage0=4;textureUsage1=8] + + [:format="bc3-rgba-unorm";textureUsage0=8;textureUsage1=1] + + [:format="bc3-rgba-unorm";textureUsage0=8;textureUsage1=2] + + [:format="bc3-rgba-unorm";textureUsage0=8;textureUsage1=4] + + [:format="bc3-rgba-unorm";textureUsage0=8;textureUsage1=8] + + [:format="bc3-rgba-unorm-srgb";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="bc3-rgba-unorm-srgb";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="bc3-rgba-unorm-srgb";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="bc3-rgba-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="bc3-rgba-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="bc3-rgba-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="bc3-rgba-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="bc4-r-snorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=1;textureUsage1=8] + + [:format="bc4-r-snorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=2;textureUsage1=8] + + [:format="bc4-r-snorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";textureUsage0=4;textureUsage1=8] + + [:format="bc4-r-snorm";textureUsage0=8;textureUsage1=1] + + [:format="bc4-r-snorm";textureUsage0=8;textureUsage1=2] + + [:format="bc4-r-snorm";textureUsage0=8;textureUsage1=4] + + [:format="bc4-r-snorm";textureUsage0=8;textureUsage1=8] + + [:format="bc4-r-unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=1;textureUsage1=8] + + [:format="bc4-r-unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=2;textureUsage1=8] + + [:format="bc4-r-unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";textureUsage0=4;textureUsage1=8] + + [:format="bc4-r-unorm";textureUsage0=8;textureUsage1=1] + + [:format="bc4-r-unorm";textureUsage0=8;textureUsage1=2] + + [:format="bc4-r-unorm";textureUsage0=8;textureUsage1=4] + + [:format="bc4-r-unorm";textureUsage0=8;textureUsage1=8] + + [:format="bc5-rg-snorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=1;textureUsage1=8] + + [:format="bc5-rg-snorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=2;textureUsage1=8] + + [:format="bc5-rg-snorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";textureUsage0=4;textureUsage1=8] + + [:format="bc5-rg-snorm";textureUsage0=8;textureUsage1=1] + + [:format="bc5-rg-snorm";textureUsage0=8;textureUsage1=2] + + [:format="bc5-rg-snorm";textureUsage0=8;textureUsage1=4] + + [:format="bc5-rg-snorm";textureUsage0=8;textureUsage1=8] + + [:format="bc5-rg-unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=1;textureUsage1=8] + + [:format="bc5-rg-unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=2;textureUsage1=8] + + [:format="bc5-rg-unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";textureUsage0=4;textureUsage1=8] + + [:format="bc5-rg-unorm";textureUsage0=8;textureUsage1=1] + + [:format="bc5-rg-unorm";textureUsage0=8;textureUsage1=2] + + [:format="bc5-rg-unorm";textureUsage0=8;textureUsage1=4] + + [:format="bc5-rg-unorm";textureUsage0=8;textureUsage1=8] + + [:format="bc6h-rgb-float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=1;textureUsage1=8] + + [:format="bc6h-rgb-float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=2;textureUsage1=8] + + [:format="bc6h-rgb-float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-float";textureUsage0=4;textureUsage1=8] + + [:format="bc6h-rgb-float";textureUsage0=8;textureUsage1=1] + + [:format="bc6h-rgb-float";textureUsage0=8;textureUsage1=2] + + [:format="bc6h-rgb-float";textureUsage0=8;textureUsage1=4] + + [:format="bc6h-rgb-float";textureUsage0=8;textureUsage1=8] + + [:format="bc6h-rgb-ufloat";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=1;textureUsage1=8] + + [:format="bc6h-rgb-ufloat";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=2;textureUsage1=8] + + [:format="bc6h-rgb-ufloat";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc6h-rgb-ufloat";textureUsage0=4;textureUsage1=8] + + [:format="bc6h-rgb-ufloat";textureUsage0=8;textureUsage1=1] + + [:format="bc6h-rgb-ufloat";textureUsage0=8;textureUsage1=2] + + [:format="bc6h-rgb-ufloat";textureUsage0=8;textureUsage1=4] + + [:format="bc6h-rgb-ufloat";textureUsage0=8;textureUsage1=8] + + [:format="bc7-rgba-unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=1;textureUsage1=8] + + [:format="bc7-rgba-unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=2;textureUsage1=8] + + [:format="bc7-rgba-unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";textureUsage0=4;textureUsage1=8] + + [:format="bc7-rgba-unorm";textureUsage0=8;textureUsage1=1] + + [:format="bc7-rgba-unorm";textureUsage0=8;textureUsage1=2] + + [:format="bc7-rgba-unorm";textureUsage0=8;textureUsage1=4] + + [:format="bc7-rgba-unorm";textureUsage0=8;textureUsage1=8] + + [:format="bc7-rgba-unorm-srgb";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="bc7-rgba-unorm-srgb";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="bc7-rgba-unorm-srgb";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="bc7-rgba-unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="bc7-rgba-unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="bc7-rgba-unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="bc7-rgba-unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="bgra8unorm";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=16;textureUsage1=8] + + [:format="bgra8unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=1;textureUsage1=8] + + [:format="bgra8unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=2;textureUsage1=8] + + [:format="bgra8unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";textureUsage0=4;textureUsage1=8] + + [:format="bgra8unorm";textureUsage0=8;textureUsage1=1] + + [:format="bgra8unorm";textureUsage0=8;textureUsage1=16] + + [:format="bgra8unorm";textureUsage0=8;textureUsage1=2] + + [:format="bgra8unorm";textureUsage0=8;textureUsage1=4] + + [:format="bgra8unorm";textureUsage0=8;textureUsage1=8] + + [:format="bgra8unorm-srgb";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=16;textureUsage1=8] + + [:format="bgra8unorm-srgb";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="bgra8unorm-srgb";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="bgra8unorm-srgb";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="bgra8unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="bgra8unorm-srgb";textureUsage0=8;textureUsage1=16] + + [:format="bgra8unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="bgra8unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="bgra8unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="depth16unorm";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=16;textureUsage1=8] + + [:format="depth16unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=1;textureUsage1=8] + + [:format="depth16unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=2;textureUsage1=8] + + [:format="depth16unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";textureUsage0=4;textureUsage1=8] + + [:format="depth16unorm";textureUsage0=8;textureUsage1=1] + + [:format="depth16unorm";textureUsage0=8;textureUsage1=16] + + [:format="depth16unorm";textureUsage0=8;textureUsage1=2] + + [:format="depth16unorm";textureUsage0=8;textureUsage1=4] + + [:format="depth16unorm";textureUsage0=8;textureUsage1=8] + + [:format="depth24plus";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=16;textureUsage1=8] + + [:format="depth24plus";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=1;textureUsage1=8] + + [:format="depth24plus";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=2;textureUsage1=8] + + [:format="depth24plus";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus";textureUsage0=4;textureUsage1=8] + + [:format="depth24plus";textureUsage0=8;textureUsage1=1] + + [:format="depth24plus";textureUsage0=8;textureUsage1=16] + + [:format="depth24plus";textureUsage0=8;textureUsage1=2] + + [:format="depth24plus";textureUsage0=8;textureUsage1=4] + + [:format="depth24plus";textureUsage0=8;textureUsage1=8] + + [:format="depth24plus-stencil8";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=16;textureUsage1=8] + + [:format="depth24plus-stencil8";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=1;textureUsage1=8] + + [:format="depth24plus-stencil8";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=2;textureUsage1=8] + + [:format="depth24plus-stencil8";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth24plus-stencil8";textureUsage0=4;textureUsage1=8] + + [:format="depth24plus-stencil8";textureUsage0=8;textureUsage1=1] + + [:format="depth24plus-stencil8";textureUsage0=8;textureUsage1=16] + + [:format="depth24plus-stencil8";textureUsage0=8;textureUsage1=2] + + [:format="depth24plus-stencil8";textureUsage0=8;textureUsage1=4] + + [:format="depth24plus-stencil8";textureUsage0=8;textureUsage1=8] + + [:format="depth32float";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=16;textureUsage1=8] + + [:format="depth32float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=1;textureUsage1=8] + + [:format="depth32float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=2;textureUsage1=8] + + [:format="depth32float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";textureUsage0=4;textureUsage1=8] + + [:format="depth32float";textureUsage0=8;textureUsage1=1] + + [:format="depth32float";textureUsage0=8;textureUsage1=16] + + [:format="depth32float";textureUsage0=8;textureUsage1=2] + + [:format="depth32float";textureUsage0=8;textureUsage1=4] + + [:format="depth32float";textureUsage0=8;textureUsage1=8] + + [:format="depth32float-stencil8";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=16;textureUsage1=8] + + [:format="depth32float-stencil8";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=1;textureUsage1=8] + + [:format="depth32float-stencil8";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=2;textureUsage1=8] + + [:format="depth32float-stencil8";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float-stencil8";textureUsage0=4;textureUsage1=8] + + [:format="depth32float-stencil8";textureUsage0=8;textureUsage1=1] + + [:format="depth32float-stencil8";textureUsage0=8;textureUsage1=16] + + [:format="depth32float-stencil8";textureUsage0=8;textureUsage1=2] + + [:format="depth32float-stencil8";textureUsage0=8;textureUsage1=4] + + [:format="depth32float-stencil8";textureUsage0=8;textureUsage1=8] + + [:format="eac-r11snorm";textureUsage0=1;textureUsage1=1] + + [:format="eac-r11snorm";textureUsage0=1;textureUsage1=2] + + [:format="eac-r11snorm";textureUsage0=1;textureUsage1=4] + + [:format="eac-r11snorm";textureUsage0=1;textureUsage1=8] + + [:format="eac-r11snorm";textureUsage0=2;textureUsage1=1] + + [:format="eac-r11snorm";textureUsage0=2;textureUsage1=2] + + [:format="eac-r11snorm";textureUsage0=2;textureUsage1=4] + + [:format="eac-r11snorm";textureUsage0=2;textureUsage1=8] + + [:format="eac-r11snorm";textureUsage0=4;textureUsage1=1] + + [:format="eac-r11snorm";textureUsage0=4;textureUsage1=2] + + [:format="eac-r11snorm";textureUsage0=4;textureUsage1=4] + + [:format="eac-r11snorm";textureUsage0=4;textureUsage1=8] + + [:format="eac-r11snorm";textureUsage0=8;textureUsage1=1] + + [:format="eac-r11snorm";textureUsage0=8;textureUsage1=2] + + [:format="eac-r11snorm";textureUsage0=8;textureUsage1=4] + + [:format="eac-r11snorm";textureUsage0=8;textureUsage1=8] + + [:format="eac-r11unorm";textureUsage0=1;textureUsage1=1] + + [:format="eac-r11unorm";textureUsage0=1;textureUsage1=2] + + [:format="eac-r11unorm";textureUsage0=1;textureUsage1=4] + + [:format="eac-r11unorm";textureUsage0=1;textureUsage1=8] + + [:format="eac-r11unorm";textureUsage0=2;textureUsage1=1] + + [:format="eac-r11unorm";textureUsage0=2;textureUsage1=2] + + [:format="eac-r11unorm";textureUsage0=2;textureUsage1=4] + + [:format="eac-r11unorm";textureUsage0=2;textureUsage1=8] + + [:format="eac-r11unorm";textureUsage0=4;textureUsage1=1] + + [:format="eac-r11unorm";textureUsage0=4;textureUsage1=2] + + [:format="eac-r11unorm";textureUsage0=4;textureUsage1=4] + + [:format="eac-r11unorm";textureUsage0=4;textureUsage1=8] + + [:format="eac-r11unorm";textureUsage0=8;textureUsage1=1] + + [:format="eac-r11unorm";textureUsage0=8;textureUsage1=2] + + [:format="eac-r11unorm";textureUsage0=8;textureUsage1=4] + + [:format="eac-r11unorm";textureUsage0=8;textureUsage1=8] + + [:format="eac-rg11snorm";textureUsage0=1;textureUsage1=1] + + [:format="eac-rg11snorm";textureUsage0=1;textureUsage1=2] + + [:format="eac-rg11snorm";textureUsage0=1;textureUsage1=4] + + [:format="eac-rg11snorm";textureUsage0=1;textureUsage1=8] + + [:format="eac-rg11snorm";textureUsage0=2;textureUsage1=1] + + [:format="eac-rg11snorm";textureUsage0=2;textureUsage1=2] + + [:format="eac-rg11snorm";textureUsage0=2;textureUsage1=4] + + [:format="eac-rg11snorm";textureUsage0=2;textureUsage1=8] + + [:format="eac-rg11snorm";textureUsage0=4;textureUsage1=1] + + [:format="eac-rg11snorm";textureUsage0=4;textureUsage1=2] + + [:format="eac-rg11snorm";textureUsage0=4;textureUsage1=4] + + [:format="eac-rg11snorm";textureUsage0=4;textureUsage1=8] + + [:format="eac-rg11snorm";textureUsage0=8;textureUsage1=1] + + [:format="eac-rg11snorm";textureUsage0=8;textureUsage1=2] + + [:format="eac-rg11snorm";textureUsage0=8;textureUsage1=4] + + [:format="eac-rg11snorm";textureUsage0=8;textureUsage1=8] + + [:format="eac-rg11unorm";textureUsage0=1;textureUsage1=1] + + [:format="eac-rg11unorm";textureUsage0=1;textureUsage1=2] + + [:format="eac-rg11unorm";textureUsage0=1;textureUsage1=4] + + [:format="eac-rg11unorm";textureUsage0=1;textureUsage1=8] + + [:format="eac-rg11unorm";textureUsage0=2;textureUsage1=1] + + [:format="eac-rg11unorm";textureUsage0=2;textureUsage1=2] + + [:format="eac-rg11unorm";textureUsage0=2;textureUsage1=4] + + [:format="eac-rg11unorm";textureUsage0=2;textureUsage1=8] + + [:format="eac-rg11unorm";textureUsage0=4;textureUsage1=1] + + [:format="eac-rg11unorm";textureUsage0=4;textureUsage1=2] + + [:format="eac-rg11unorm";textureUsage0=4;textureUsage1=4] + + [:format="eac-rg11unorm";textureUsage0=4;textureUsage1=8] + + [:format="eac-rg11unorm";textureUsage0=8;textureUsage1=1] + + [:format="eac-rg11unorm";textureUsage0=8;textureUsage1=2] + + [:format="eac-rg11unorm";textureUsage0=8;textureUsage1=4] + + [:format="eac-rg11unorm";textureUsage0=8;textureUsage1=8] + + [:format="etc2-rgb8a1unorm";textureUsage0=1;textureUsage1=1] + + [:format="etc2-rgb8a1unorm";textureUsage0=1;textureUsage1=2] + + [:format="etc2-rgb8a1unorm";textureUsage0=1;textureUsage1=4] + + [:format="etc2-rgb8a1unorm";textureUsage0=1;textureUsage1=8] + + [:format="etc2-rgb8a1unorm";textureUsage0=2;textureUsage1=1] + + [:format="etc2-rgb8a1unorm";textureUsage0=2;textureUsage1=2] + + [:format="etc2-rgb8a1unorm";textureUsage0=2;textureUsage1=4] + + [:format="etc2-rgb8a1unorm";textureUsage0=2;textureUsage1=8] + + [:format="etc2-rgb8a1unorm";textureUsage0=4;textureUsage1=1] + + [:format="etc2-rgb8a1unorm";textureUsage0=4;textureUsage1=2] + + [:format="etc2-rgb8a1unorm";textureUsage0=4;textureUsage1=4] + + [:format="etc2-rgb8a1unorm";textureUsage0=4;textureUsage1=8] + + [:format="etc2-rgb8a1unorm";textureUsage0=8;textureUsage1=1] + + [:format="etc2-rgb8a1unorm";textureUsage0=8;textureUsage1=2] + + [:format="etc2-rgb8a1unorm";textureUsage0=8;textureUsage1=4] + + [:format="etc2-rgb8a1unorm";textureUsage0=8;textureUsage1=8] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="etc2-rgb8a1unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="etc2-rgb8unorm";textureUsage0=1;textureUsage1=1] + + [:format="etc2-rgb8unorm";textureUsage0=1;textureUsage1=2] + + [:format="etc2-rgb8unorm";textureUsage0=1;textureUsage1=4] + + [:format="etc2-rgb8unorm";textureUsage0=1;textureUsage1=8] + + [:format="etc2-rgb8unorm";textureUsage0=2;textureUsage1=1] + + [:format="etc2-rgb8unorm";textureUsage0=2;textureUsage1=2] + + [:format="etc2-rgb8unorm";textureUsage0=2;textureUsage1=4] + + [:format="etc2-rgb8unorm";textureUsage0=2;textureUsage1=8] + + [:format="etc2-rgb8unorm";textureUsage0=4;textureUsage1=1] + + [:format="etc2-rgb8unorm";textureUsage0=4;textureUsage1=2] + + [:format="etc2-rgb8unorm";textureUsage0=4;textureUsage1=4] + + [:format="etc2-rgb8unorm";textureUsage0=4;textureUsage1=8] + + [:format="etc2-rgb8unorm";textureUsage0=8;textureUsage1=1] + + [:format="etc2-rgb8unorm";textureUsage0=8;textureUsage1=2] + + [:format="etc2-rgb8unorm";textureUsage0=8;textureUsage1=4] + + [:format="etc2-rgb8unorm";textureUsage0=8;textureUsage1=8] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="etc2-rgb8unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="etc2-rgba8unorm";textureUsage0=1;textureUsage1=1] + + [:format="etc2-rgba8unorm";textureUsage0=1;textureUsage1=2] + + [:format="etc2-rgba8unorm";textureUsage0=1;textureUsage1=4] + + [:format="etc2-rgba8unorm";textureUsage0=1;textureUsage1=8] + + [:format="etc2-rgba8unorm";textureUsage0=2;textureUsage1=1] + + [:format="etc2-rgba8unorm";textureUsage0=2;textureUsage1=2] + + [:format="etc2-rgba8unorm";textureUsage0=2;textureUsage1=4] + + [:format="etc2-rgba8unorm";textureUsage0=2;textureUsage1=8] + + [:format="etc2-rgba8unorm";textureUsage0=4;textureUsage1=1] + + [:format="etc2-rgba8unorm";textureUsage0=4;textureUsage1=2] + + [:format="etc2-rgba8unorm";textureUsage0=4;textureUsage1=4] + + [:format="etc2-rgba8unorm";textureUsage0=4;textureUsage1=8] + + [:format="etc2-rgba8unorm";textureUsage0=8;textureUsage1=1] + + [:format="etc2-rgba8unorm";textureUsage0=8;textureUsage1=2] + + [:format="etc2-rgba8unorm";textureUsage0=8;textureUsage1=4] + + [:format="etc2-rgba8unorm";textureUsage0=8;textureUsage1=8] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=1;textureUsage1=1] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=1;textureUsage1=2] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=1;textureUsage1=4] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=2;textureUsage1=1] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=2;textureUsage1=2] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=2;textureUsage1=4] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=4;textureUsage1=1] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=4;textureUsage1=2] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=4;textureUsage1=4] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="etc2-rgba8unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="r16float";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=16;textureUsage1=8] + + [:format="r16float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=1;textureUsage1=8] + + [:format="r16float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=2;textureUsage1=8] + + [:format="r16float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";textureUsage0=4;textureUsage1=8] + + [:format="r16float";textureUsage0=8;textureUsage1=1] + + [:format="r16float";textureUsage0=8;textureUsage1=16] + + [:format="r16float";textureUsage0=8;textureUsage1=2] + + [:format="r16float";textureUsage0=8;textureUsage1=4] + + [:format="r16float";textureUsage0=8;textureUsage1=8] + + [:format="r16sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=16;textureUsage1=8] + + [:format="r16sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=1;textureUsage1=8] + + [:format="r16sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=2;textureUsage1=8] + + [:format="r16sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16sint";textureUsage0=4;textureUsage1=8] + + [:format="r16sint";textureUsage0=8;textureUsage1=1] + + [:format="r16sint";textureUsage0=8;textureUsage1=16] + + [:format="r16sint";textureUsage0=8;textureUsage1=2] + + [:format="r16sint";textureUsage0=8;textureUsage1=4] + + [:format="r16sint";textureUsage0=8;textureUsage1=8] + + [:format="r16uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=16;textureUsage1=8] + + [:format="r16uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=1;textureUsage1=8] + + [:format="r16uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=2;textureUsage1=8] + + [:format="r16uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16uint";textureUsage0=4;textureUsage1=8] + + [:format="r16uint";textureUsage0=8;textureUsage1=1] + + [:format="r16uint";textureUsage0=8;textureUsage1=16] + + [:format="r16uint";textureUsage0=8;textureUsage1=2] + + [:format="r16uint";textureUsage0=8;textureUsage1=4] + + [:format="r16uint";textureUsage0=8;textureUsage1=8] + + [:format="r32float";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=16;textureUsage1=8] + + [:format="r8sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=1;textureUsage1=8] + + [:format="r8sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=2;textureUsage1=8] + + [:format="r8sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8sint";textureUsage0=4;textureUsage1=8] + + [:format="r8sint";textureUsage0=8;textureUsage1=1] + + [:format="r8sint";textureUsage0=8;textureUsage1=16] + + [:format="r8sint";textureUsage0=8;textureUsage1=2] + + [:format="r8sint";textureUsage0=8;textureUsage1=4] + + [:format="r8sint";textureUsage0=8;textureUsage1=8] + + [:format="r8snorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=1;textureUsage1=8] + + [:format="r8snorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=2;textureUsage1=8] + + [:format="r8snorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";textureUsage0=4;textureUsage1=8] + + [:format="r8snorm";textureUsage0=8;textureUsage1=1] + + [:format="r8snorm";textureUsage0=8;textureUsage1=2] + + [:format="r8snorm";textureUsage0=8;textureUsage1=4] + + [:format="r8snorm";textureUsage0=8;textureUsage1=8] + + [:format="r8uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=16;textureUsage1=8] + + [:format="r8uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=1;textureUsage1=8] + + [:format="r8uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=2;textureUsage1=8] + + [:format="r8uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8uint";textureUsage0=4;textureUsage1=8] + + [:format="r8uint";textureUsage0=8;textureUsage1=1] + + [:format="r8uint";textureUsage0=8;textureUsage1=16] + + [:format="r8uint";textureUsage0=8;textureUsage1=2] + + [:format="r8uint";textureUsage0=8;textureUsage1=4] + + [:format="r8uint";textureUsage0=8;textureUsage1=8] + + [:format="r8unorm";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=16;textureUsage1=8] + + [:format="r8unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=1;textureUsage1=8] + + [:format="r8unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=2;textureUsage1=8] + + [:format="r8unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";textureUsage0=4;textureUsage1=8] + + [:format="r8unorm";textureUsage0=8;textureUsage1=1] + + [:format="r8unorm";textureUsage0=8;textureUsage1=16] + + [:format="r8unorm";textureUsage0=8;textureUsage1=2] + + [:format="r8unorm";textureUsage0=8;textureUsage1=4] + + [:format="r8unorm";textureUsage0=8;textureUsage1=8] + + [:format="rg11b10ufloat";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=1;textureUsage1=8] + + [:format="rg11b10ufloat";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=2;textureUsage1=8] + + [:format="rg11b10ufloat";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";textureUsage0=4;textureUsage1=8] + + [:format="rg11b10ufloat";textureUsage0=8;textureUsage1=1] + + [:format="rg11b10ufloat";textureUsage0=8;textureUsage1=2] + + [:format="rg11b10ufloat";textureUsage0=8;textureUsage1=4] + + [:format="rg11b10ufloat";textureUsage0=8;textureUsage1=8] + + [:format="rg16float";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=16;textureUsage1=8] + + [:format="rg16float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=1;textureUsage1=8] + + [:format="rg16float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=2;textureUsage1=8] + + [:format="rg16float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";textureUsage0=4;textureUsage1=8] + + [:format="rg16float";textureUsage0=8;textureUsage1=1] + + [:format="rg16float";textureUsage0=8;textureUsage1=16] + + [:format="rg16float";textureUsage0=8;textureUsage1=2] + + [:format="rg16float";textureUsage0=8;textureUsage1=4] + + [:format="rg16float";textureUsage0=8;textureUsage1=8] + + [:format="rg16sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=16;textureUsage1=8] + + [:format="rg16sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=1;textureUsage1=8] + + [:format="rg16sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=2;textureUsage1=8] + + [:format="rg16sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16sint";textureUsage0=4;textureUsage1=8] + + [:format="rg16sint";textureUsage0=8;textureUsage1=1] + + [:format="rg16sint";textureUsage0=8;textureUsage1=16] + + [:format="rg16sint";textureUsage0=8;textureUsage1=2] + + [:format="rg16sint";textureUsage0=8;textureUsage1=4] + + [:format="rg16sint";textureUsage0=8;textureUsage1=8] + + [:format="rg16uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=16;textureUsage1=8] + + [:format="rg16uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=1;textureUsage1=8] + + [:format="rg16uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=2;textureUsage1=8] + + [:format="rg16uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16uint";textureUsage0=4;textureUsage1=8] + + [:format="rg16uint";textureUsage0=8;textureUsage1=1] + + [:format="rg16uint";textureUsage0=8;textureUsage1=16] + + [:format="rg16uint";textureUsage0=8;textureUsage1=2] + + [:format="rg16uint";textureUsage0=8;textureUsage1=4] + + [:format="rg16uint";textureUsage0=8;textureUsage1=8] + + [:format="rg32float";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=16;textureUsage1=8] + + [:format="rg8sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=1;textureUsage1=8] + + [:format="rg8sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=2;textureUsage1=8] + + [:format="rg8sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8sint";textureUsage0=4;textureUsage1=8] + + [:format="rg8sint";textureUsage0=8;textureUsage1=1] + + [:format="rg8sint";textureUsage0=8;textureUsage1=16] + + [:format="rg8sint";textureUsage0=8;textureUsage1=2] + + [:format="rg8sint";textureUsage0=8;textureUsage1=4] + + [:format="rg8sint";textureUsage0=8;textureUsage1=8] + + [:format="rg8snorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=1;textureUsage1=8] + + [:format="rg8snorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=2;textureUsage1=8] + + [:format="rg8snorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";textureUsage0=4;textureUsage1=8] + + [:format="rg8snorm";textureUsage0=8;textureUsage1=1] + + [:format="rg8snorm";textureUsage0=8;textureUsage1=2] + + [:format="rg8snorm";textureUsage0=8;textureUsage1=4] + + [:format="rg8snorm";textureUsage0=8;textureUsage1=8] + + [:format="rg8uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=16;textureUsage1=8] + + [:format="rg8uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=1;textureUsage1=8] + + [:format="rg8uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=2;textureUsage1=8] + + [:format="rg8uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8uint";textureUsage0=4;textureUsage1=8] + + [:format="rg8uint";textureUsage0=8;textureUsage1=1] + + [:format="rg8uint";textureUsage0=8;textureUsage1=16] + + [:format="rg8uint";textureUsage0=8;textureUsage1=2] + + [:format="rg8uint";textureUsage0=8;textureUsage1=4] + + [:format="rg8uint";textureUsage0=8;textureUsage1=8] + + [:format="rg8unorm";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=16;textureUsage1=8] + + [:format="rg8unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=1;textureUsage1=8] + + [:format="rg8unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=2;textureUsage1=8] + + [:format="rg8unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";textureUsage0=4;textureUsage1=8] + + [:format="rg8unorm";textureUsage0=8;textureUsage1=1] + + [:format="rg8unorm";textureUsage0=8;textureUsage1=16] + + [:format="rg8unorm";textureUsage0=8;textureUsage1=2] + + [:format="rg8unorm";textureUsage0=8;textureUsage1=4] + + [:format="rg8unorm";textureUsage0=8;textureUsage1=8] + + [:format="rgb10a2uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=16;textureUsage1=8] + + [:format="rgb10a2uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=1;textureUsage1=8] + + [:format="rgb10a2uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=2;textureUsage1=8] + + [:format="rgb10a2uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2uint";textureUsage0=4;textureUsage1=8] + + [:format="rgb10a2uint";textureUsage0=8;textureUsage1=1] + + [:format="rgb10a2uint";textureUsage0=8;textureUsage1=16] + + [:format="rgb10a2uint";textureUsage0=8;textureUsage1=2] + + [:format="rgb10a2uint";textureUsage0=8;textureUsage1=4] + + [:format="rgb10a2uint";textureUsage0=8;textureUsage1=8] + + [:format="rgb10a2unorm";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=16;textureUsage1=8] + + [:format="rgb10a2unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=1;textureUsage1=8] + + [:format="rgb10a2unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=2;textureUsage1=8] + + [:format="rgb10a2unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";textureUsage0=4;textureUsage1=8] + + [:format="rgb10a2unorm";textureUsage0=8;textureUsage1=1] + + [:format="rgb10a2unorm";textureUsage0=8;textureUsage1=16] + + [:format="rgb10a2unorm";textureUsage0=8;textureUsage1=2] + + [:format="rgb10a2unorm";textureUsage0=8;textureUsage1=4] + + [:format="rgb10a2unorm";textureUsage0=8;textureUsage1=8] + + [:format="rgb9e5ufloat";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=1;textureUsage1=8] + + [:format="rgb9e5ufloat";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=2;textureUsage1=8] + + [:format="rgb9e5ufloat";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";textureUsage0=4;textureUsage1=8] + + [:format="rgb9e5ufloat";textureUsage0=8;textureUsage1=1] + + [:format="rgb9e5ufloat";textureUsage0=8;textureUsage1=2] + + [:format="rgb9e5ufloat";textureUsage0=8;textureUsage1=4] + + [:format="rgb9e5ufloat";textureUsage0=8;textureUsage1=8] + + [:format="rgba16float";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=16;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=1;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=2;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=4;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=8;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=8;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=8;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=8;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";textureUsage0=8;textureUsage1=8] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=16;textureUsage1=8] + + [:format="rgba8unorm-srgb";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=1;textureUsage1=8] + + [:format="rgba8unorm-srgb";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=2;textureUsage1=8] + + [:format="rgba8unorm-srgb";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";textureUsage0=4;textureUsage1=8] + + [:format="rgba8unorm-srgb";textureUsage0=8;textureUsage1=1] + + [:format="rgba8unorm-srgb";textureUsage0=8;textureUsage1=16] + + [:format="rgba8unorm-srgb";textureUsage0=8;textureUsage1=2] + + [:format="rgba8unorm-srgb";textureUsage0=8;textureUsage1=4] + + [:format="rgba8unorm-srgb";textureUsage0=8;textureUsage1=8] + + [:format="stencil8";textureUsage0=16;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=16;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=16;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=16;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=16;textureUsage1=8] + + [:format="stencil8";textureUsage0=1;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=1;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=1;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=1;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=1;textureUsage1=8] + + [:format="stencil8";textureUsage0=2;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=2;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=2;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=2;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=2;textureUsage1=8] + + [:format="stencil8";textureUsage0=4;textureUsage1=1] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=4;textureUsage1=16] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=4;textureUsage1=2] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=4;textureUsage1=4] + expected: + if os == "linux" and not debug: FAIL + + [:format="stencil8";textureUsage0=4;textureUsage1=8] + + [:format="stencil8";textureUsage0=8;textureUsage1=1] + + [:format="stencil8";textureUsage0=8;textureUsage1=16] + + [:format="stencil8";textureUsage0=8;textureUsage1=2] + + [:format="stencil8";textureUsage0=8;textureUsage1=4] + + [:format="stencil8";textureUsage0=8;textureUsage1=8] + + [cts.https.html?q=webgpu:api,validation,debugMarker:push_pop_call_count_unbalance,command_encoder:*] [:] expected: @@ -43537,8 +49855,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="compareSamp";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="compareSamp";bindingInShader="readonlyStorageTex"] expected: @@ -43559,8 +49875,6 @@ [:bindingInPipelineLayout="compareSamp";bindingInShader="storageBuf"] [:bindingInPipelineLayout="compareSamp";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="compareSamp";bindingInShader="writeonlyStorageTex"] expected: @@ -43575,8 +49889,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="filtSamp";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="filtSamp";bindingInShader="readonlyStorageTex"] expected: @@ -43597,8 +49909,6 @@ [:bindingInPipelineLayout="filtSamp";bindingInShader="storageBuf"] [:bindingInPipelineLayout="filtSamp";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="filtSamp";bindingInShader="writeonlyStorageTex"] expected: @@ -43613,8 +49923,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="nonFiltSamp";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="nonFiltSamp";bindingInShader="readonlyStorageTex"] expected: @@ -43635,8 +49943,6 @@ [:bindingInPipelineLayout="nonFiltSamp";bindingInShader="storageBuf"] [:bindingInPipelineLayout="nonFiltSamp";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="nonFiltSamp";bindingInShader="writeonlyStorageTex"] expected: @@ -43651,8 +49957,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="readonlyStorageTex"] expected: @@ -43673,8 +49977,6 @@ [:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="storageBuf"] [:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="writeonlyStorageTex"] expected: @@ -43769,8 +50071,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="sampledTex";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="sampledTex";bindingInShader="readonlyStorageTex"] expected: @@ -43791,8 +50091,6 @@ [:bindingInPipelineLayout="sampledTex";bindingInShader="storageBuf"] [:bindingInPipelineLayout="sampledTex";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="sampledTex";bindingInShader="writeonlyStorageTex"] expected: @@ -43807,8 +50105,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="sampledTexMS";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="sampledTexMS";bindingInShader="readonlyStorageTex"] expected: @@ -43829,8 +50125,6 @@ [:bindingInPipelineLayout="sampledTexMS";bindingInShader="storageBuf"] [:bindingInPipelineLayout="sampledTexMS";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="sampledTexMS";bindingInShader="writeonlyStorageTex"] expected: @@ -43845,8 +50139,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="storageBuf";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="storageBuf";bindingInShader="readonlyStorageTex"] expected: @@ -43867,8 +50159,6 @@ [:bindingInPipelineLayout="storageBuf";bindingInShader="storageBuf"] [:bindingInPipelineLayout="storageBuf";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="storageBuf";bindingInShader="writeonlyStorageTex"] expected: @@ -43883,8 +50173,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="uniformBuf";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="uniformBuf";bindingInShader="readonlyStorageTex"] expected: @@ -43905,8 +50193,6 @@ [:bindingInPipelineLayout="uniformBuf";bindingInShader="storageBuf"] [:bindingInPipelineLayout="uniformBuf";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="uniformBuf";bindingInShader="writeonlyStorageTex"] expected: @@ -43921,8 +50207,6 @@ if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="readonlyStorageBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="readonlyStorageTex"] expected: @@ -43943,8 +50227,6 @@ [:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="storageBuf"] [:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="uniformBuf"] - expected: - if os == "linux" and not debug: FAIL [:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="writeonlyStorageTex"] expected: @@ -47725,12 +54007,310 @@ [:isAsync=true;format="stencil8";faceAndOpType="frontPassOp";op="zero"] +[cts.https.html?q=webgpu:api,validation,render_pipeline,float32_blendable:create_render_pipeline:*] + [:isAsync=false;enabled=false] + + [:isAsync=false;enabled=true] + + [:isAsync=true;enabled=false] + + [:isAsync=true;enabled=true] + + [cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:color_target_exists:*] [:isAsync=false] [:isAsync=true] +[cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:dual_source_blending,color_target_count:*] + [:blendFactor="one-minus-src1";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";colorTargetsCount=1;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=false] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";colorTargetsCount=2;maskOutNonZeroIndexColorTargets=true] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:dual_source_blending,use_blend_src:*] + [:blendFactor="constant";useBlendSrc1=false;writeMask=0] + + [:blendFactor="constant";useBlendSrc1=false;writeMask=15] + + [:blendFactor="constant";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="constant";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="dst";useBlendSrc1=false;writeMask=0] + + [:blendFactor="dst";useBlendSrc1=false;writeMask=15] + + [:blendFactor="dst";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="dst";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="dst-alpha";useBlendSrc1=false;writeMask=0] + + [:blendFactor="dst-alpha";useBlendSrc1=false;writeMask=15] + + [:blendFactor="dst-alpha";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="dst-alpha";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one";useBlendSrc1=false;writeMask=0] + + [:blendFactor="one";useBlendSrc1=false;writeMask=15] + + [:blendFactor="one";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-constant";useBlendSrc1=false;writeMask=0] + + [:blendFactor="one-minus-constant";useBlendSrc1=false;writeMask=15] + + [:blendFactor="one-minus-constant";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-constant";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-dst";useBlendSrc1=false;writeMask=0] + + [:blendFactor="one-minus-dst";useBlendSrc1=false;writeMask=15] + + [:blendFactor="one-minus-dst";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-dst";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-dst-alpha";useBlendSrc1=false;writeMask=0] + + [:blendFactor="one-minus-dst-alpha";useBlendSrc1=false;writeMask=15] + + [:blendFactor="one-minus-dst-alpha";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-dst-alpha";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src";useBlendSrc1=false;writeMask=0] + + [:blendFactor="one-minus-src";useBlendSrc1=false;writeMask=15] + + [:blendFactor="one-minus-src";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src-alpha";useBlendSrc1=false;writeMask=0] + + [:blendFactor="one-minus-src-alpha";useBlendSrc1=false;writeMask=15] + + [:blendFactor="one-minus-src-alpha";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src-alpha";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1";useBlendSrc1=false;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1";useBlendSrc1=false;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";useBlendSrc1=false;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";useBlendSrc1=false;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="one-minus-src1-alpha";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src";useBlendSrc1=false;writeMask=0] + + [:blendFactor="src";useBlendSrc1=false;writeMask=15] + + [:blendFactor="src";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src-alpha";useBlendSrc1=false;writeMask=0] + + [:blendFactor="src-alpha";useBlendSrc1=false;writeMask=15] + + [:blendFactor="src-alpha";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src-alpha";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src-alpha-saturated";useBlendSrc1=false;writeMask=0] + + [:blendFactor="src-alpha-saturated";useBlendSrc1=false;writeMask=15] + + [:blendFactor="src-alpha-saturated";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src-alpha-saturated";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";useBlendSrc1=false;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";useBlendSrc1=false;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";useBlendSrc1=false;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";useBlendSrc1=false;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="src1-alpha";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="zero";useBlendSrc1=false;writeMask=0] + + [:blendFactor="zero";useBlendSrc1=false;writeMask=15] + + [:blendFactor="zero";useBlendSrc1=true;writeMask=0] + expected: + if os == "linux" and not debug: FAIL + + [:blendFactor="zero";useBlendSrc1=true;writeMask=15] + expected: + if os == "linux" and not debug: FAIL + + [cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachmentBytesPerSample,aligned:*] [:format="bgra8unorm"] @@ -47816,88 +54396,5584 @@ [cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:pipeline_output_targets,blend:*] [:isAsync=false;format="bgra8unorm";componentCount=1] + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=false;format="bgra8unorm";componentCount=2] + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=false;format="bgra8unorm";componentCount=3] + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=false;format="bgra8unorm";componentCount=4] + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="bgra8unorm";componentCount=4;colorSrcFactor="zero"] + [:isAsync=false;format="r8unorm";componentCount=1] expected: if os == "linux" and not debug: FAIL + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=false;format="r8unorm";componentCount=2] expected: if os == "linux" and not debug: FAIL + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=false;format="r8unorm";componentCount=3] expected: if os == "linux" and not debug: FAIL + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=false;format="r8unorm";componentCount=4] + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="r8unorm";componentCount=4;colorSrcFactor="zero"] + [:isAsync=false;format="rg8unorm";componentCount=1] + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=false;format="rg8unorm";componentCount=2] expected: if os == "linux" and not debug: FAIL + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=false;format="rg8unorm";componentCount=3] expected: if os == "linux" and not debug: FAIL + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=false;format="rg8unorm";componentCount=4] + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rg8unorm";componentCount=4;colorSrcFactor="zero"] + [:isAsync=false;format="rgba8unorm";componentCount=1] + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=false;format="rgba8unorm";componentCount=2] + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=false;format="rgba8unorm";componentCount=3] + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=false;format="rgba8unorm";componentCount=4] + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;format="rgba8unorm";componentCount=4;colorSrcFactor="zero"] + [:isAsync=true;format="bgra8unorm";componentCount=1] + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=true;format="bgra8unorm";componentCount=2] + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=true;format="bgra8unorm";componentCount=3] + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=true;format="bgra8unorm";componentCount=4] + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="bgra8unorm";componentCount=4;colorSrcFactor="zero"] + [:isAsync=true;format="r8unorm";componentCount=1] expected: if os == "linux" and not debug: FAIL + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=true;format="r8unorm";componentCount=2] expected: if os == "linux" and not debug: FAIL + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=true;format="r8unorm";componentCount=3] expected: if os == "linux" and not debug: FAIL + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=true;format="r8unorm";componentCount=4] + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="r8unorm";componentCount=4;colorSrcFactor="zero"] + [:isAsync=true;format="rg8unorm";componentCount=1] + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=true;format="rg8unorm";componentCount=2] expected: if os == "linux" and not debug: FAIL + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=true;format="rg8unorm";componentCount=3] expected: if os == "linux" and not debug: FAIL + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=true;format="rg8unorm";componentCount=4] + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rg8unorm";componentCount=4;colorSrcFactor="zero"] + [:isAsync=true;format="rgba8unorm";componentCount=1] + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;alphaSrcFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=1;colorSrcFactor="zero"] + [:isAsync=true;format="rgba8unorm";componentCount=2] + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;alphaSrcFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=2;colorSrcFactor="zero"] + [:isAsync=true;format="rgba8unorm";componentCount=3] + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;alphaSrcFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=3;colorSrcFactor="zero"] + [:isAsync=true;format="rgba8unorm";componentCount=4] + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;alphaSrcFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorDstFactor="zero"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-constant"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-dst"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-dst-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="src"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="src-alpha"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="src-alpha-saturated"] + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;format="rgba8unorm";componentCount=4;colorSrcFactor="zero"] + [cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:pipeline_output_targets:*] [:isAsync=false;format="_undef_"] @@ -48162,22 +60238,4640 @@ [cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:targets_blend:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:isAsync=false;component="alpha"] expected: if os == "linux" and not debug: FAIL + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one"] + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src-alpha-saturated";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="alpha";srcFactor="zero";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + [:isAsync=false;component="color"] expected: if os == "linux" and not debug: FAIL + [:isAsync=false;component="color";srcFactor="constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one"] + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="one-minus-src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src-alpha-saturated";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;component="color";srcFactor="zero";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + [:isAsync=true;component="alpha"] expected: if os == "linux" and not debug: FAIL + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one"] + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="one-minus-src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src-alpha-saturated";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="alpha";srcFactor="zero";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + [:isAsync=true;component="color"] expected: if os == "linux" and not debug: FAIL + [:isAsync=true;component="color";srcFactor="constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one"] + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-constant";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-dst-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="one-minus-src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src-alpha-saturated";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="src1-alpha";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one-minus-constant"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one-minus-dst"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one-minus-dst-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one-minus-src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one-minus-src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one-minus-src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="one-minus-src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="src"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="src-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="src-alpha-saturated"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="src1"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="src1-alpha"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;component="color";srcFactor="zero";dstFactor="zero"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:targets_format_filterable:*] [:isAsync=false;format="bgra8unorm"] @@ -48899,78 +65593,6 @@ [:isAsync=true] -[cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,input:*] - [:isAsync=false;numScalarDelta=-2;useExtraBuiltinInputs=true] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=false;numScalarDelta=-3;useExtraBuiltinInputs=true] - - [:isAsync=false;numScalarDelta=-4;useExtraBuiltinInputs=true] - - [:isAsync=false;numScalarDelta=0;useExtraBuiltinInputs=false] - - [:isAsync=false;numScalarDelta=0;useExtraBuiltinInputs=true] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=false;numScalarDelta=1;useExtraBuiltinInputs=false] - - [:isAsync=true;numScalarDelta=-2;useExtraBuiltinInputs=true] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=true;numScalarDelta=-3;useExtraBuiltinInputs=true] - - [:isAsync=true;numScalarDelta=-4;useExtraBuiltinInputs=true] - - [:isAsync=true;numScalarDelta=0;useExtraBuiltinInputs=false] - - [:isAsync=true;numScalarDelta=0;useExtraBuiltinInputs=true] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=true;numScalarDelta=1;useExtraBuiltinInputs=false] - - -[cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,output:*] - [:isAsync=false;numScalarDelta=-1;topology="point-list"] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=false;numScalarDelta=-3;topology="point-list"] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=false;numScalarDelta=-4;topology="point-list"] - - [:isAsync=false;numScalarDelta=0;topology="point-list"] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=false;numScalarDelta=0;topology="triangle-list"] - - [:isAsync=false;numScalarDelta=1;topology="triangle-list"] - - [:isAsync=true;numScalarDelta=-1;topology="point-list"] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=true;numScalarDelta=-3;topology="point-list"] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=true;numScalarDelta=-4;topology="point-list"] - - [:isAsync=true;numScalarDelta=0;topology="point-list"] - expected: - if os == "linux" and not debug: FAIL - - [:isAsync=true;numScalarDelta=0;topology="triangle-list"] - - [:isAsync=true;numScalarDelta=1;topology="triangle-list"] - - [cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_shader_variable_location:*] [:isAsync=false;locationDelta=-1] @@ -48989,6 +65611,50 @@ if os == "linux" and not debug: FAIL +[cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:*] + [:isAsync=false;numVariablesDelta=-1;useExtraBuiltinInputs=true] + + [:isAsync=false;numVariablesDelta=0;useExtraBuiltinInputs=false] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;numVariablesDelta=0;useExtraBuiltinInputs=true] + + [:isAsync=false;numVariablesDelta=1;useExtraBuiltinInputs=false] + + [:isAsync=true;numVariablesDelta=-1;useExtraBuiltinInputs=true] + + [:isAsync=true;numVariablesDelta=0;useExtraBuiltinInputs=false] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;numVariablesDelta=0;useExtraBuiltinInputs=true] + + [:isAsync=true;numVariablesDelta=1;useExtraBuiltinInputs=false] + + +[cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,output:*] + [:isAsync=false;numVariablesDelta=-1;topology="point-list"] + + [:isAsync=false;numVariablesDelta=0;topology="point-list"] + + [:isAsync=false;numVariablesDelta=0;topology="triangle-list"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=false;numVariablesDelta=1;topology="triangle-list"] + + [:isAsync=true;numVariablesDelta=-1;topology="point-list"] + + [:isAsync=true;numVariablesDelta=0;topology="point-list"] + + [:isAsync=true;numVariablesDelta=0;topology="triangle-list"] + expected: + if os == "linux" and not debug: FAIL + + [:isAsync=true;numVariablesDelta=1;topology="triangle-list"] + + [cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:type:*] [:isAsync=false;output="f32";input="f32"] @@ -49063,12 +65729,8 @@ [cts.https.html?q=webgpu:api,validation,render_pipeline,misc:vertex_state_only:*] [:isAsync=false] - expected: - if os == "linux" and not debug: FAIL [:isAsync=true] - expected: - if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:api,validation,render_pipeline,multisample_state:alpha_to_coverage,count:*] @@ -54322,6 +70984,30 @@ [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54394,6 +71080,30 @@ [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54446,6 +71156,10 @@ [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=false] [:colorAttachmentLevel=0;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] @@ -54478,6 +71192,30 @@ [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54550,6 +71288,30 @@ [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54602,6 +71364,10 @@ [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=false] [:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] @@ -54634,6 +71400,30 @@ [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54706,6 +71496,30 @@ [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54758,6 +71572,10 @@ [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=false] [:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] @@ -54790,6 +71608,30 @@ [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54862,6 +71704,30 @@ [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readonly-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=false] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="readwrite-storage-texture";inSamePass=true] + expected: + if os == "linux" and not debug: FAIL + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3;bgUsage="writeonly-storage-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="readonly-storage-texture";inSamePass=false] expected: if os == "linux" and not debug: FAIL @@ -54914,6 +71780,10 @@ [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=false] + + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3;bgUsage="sampled-texture";inSamePass=true] + [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=false] [:colorAttachmentLevel=1;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true] @@ -54986,6 +71856,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -54998,6 +71872,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55010,6 +71888,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55022,6 +71904,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55034,6 +71920,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55046,6 +71936,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=0;dsLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55058,6 +71952,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55070,6 +71968,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=0;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55082,6 +71984,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=0;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55094,6 +72000,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=1;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55106,6 +72016,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55118,6 +72032,10 @@ expected: if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=0;bgLayerCount=3] + expected: + if os == "linux" and not debug: FAIL + [:dsLevel=1;dsLayer=1;bgLevel=1;bgLevelCount=2;bgLayer=1;bgLayerCount=1] expected: if os == "linux" and not debug: FAIL @@ -55144,6 +72062,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55192,6 +72126,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55240,6 +72190,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55272,6 +72238,198 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55288,6 +72446,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55336,6 +72510,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55384,6 +72574,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55432,6 +72638,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55480,6 +72702,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55528,6 +72766,22 @@ [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55576,6 +72830,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55624,6 +72894,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55672,6 +72958,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55704,6 +73006,198 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55720,6 +73214,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55768,6 +73278,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55816,6 +73342,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55864,6 +73406,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55912,6 +73470,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -55960,6 +73534,22 @@ [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56008,6 +73598,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56056,6 +73662,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56104,6 +73726,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56136,6 +73774,198 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":0,"count":3};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56152,6 +73982,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56200,6 +74046,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56248,6 +74110,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56296,6 +74174,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":0,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56344,6 +74238,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56392,6 +74302,22 @@ [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="depth-only";aspect1="stencil-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="depth-only";inSamePass=true] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false] + + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":3};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true] + [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false] [:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true] @@ -56823,6 +74749,100 @@ [:usage0="writeonly-storage-texture";usage1="copy-src"] +[cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,texture_view_usages:*] + [:bindingType="color-attachment";viewUsage=0] + + [:bindingType="color-attachment";viewUsage=1] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="color-attachment";viewUsage=16] + + [:bindingType="color-attachment";viewUsage=2] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="color-attachment";viewUsage=4] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="color-attachment";viewUsage=8] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="readonly-storage-texture";viewUsage=0] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="readonly-storage-texture";viewUsage=1] + + [:bindingType="readonly-storage-texture";viewUsage=16] + + [:bindingType="readonly-storage-texture";viewUsage=2] + + [:bindingType="readonly-storage-texture";viewUsage=4] + + [:bindingType="readonly-storage-texture";viewUsage=8] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="readwrite-storage-texture";viewUsage=0] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="readwrite-storage-texture";viewUsage=1] + + [:bindingType="readwrite-storage-texture";viewUsage=16] + + [:bindingType="readwrite-storage-texture";viewUsage=2] + + [:bindingType="readwrite-storage-texture";viewUsage=4] + + [:bindingType="readwrite-storage-texture";viewUsage=8] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="sampled-texture";viewUsage=0] + + [:bindingType="sampled-texture";viewUsage=1] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="sampled-texture";viewUsage=16] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="sampled-texture";viewUsage=2] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="sampled-texture";viewUsage=4] + + [:bindingType="sampled-texture";viewUsage=8] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="writeonly-storage-texture";viewUsage=0] + + [:bindingType="writeonly-storage-texture";viewUsage=1] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="writeonly-storage-texture";viewUsage=16] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="writeonly-storage-texture";viewUsage=2] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="writeonly-storage-texture";viewUsage=4] + expected: + if os == "linux" and not debug: FAIL + + [:bindingType="writeonly-storage-texture";viewUsage=8] + + [cts.https.html?q=webgpu:api,validation,shader_module,entry_point:compute:*] [:isAsync=false;shaderModuleStage="compute"] @@ -56885,36 +74905,24 @@ [:isAsync=false;shaderModuleStage="fragment"] [:isAsync=false;shaderModuleStage="vertex"] - expected: - if os == "linux" and not debug: FAIL [:isAsync=true;shaderModuleStage="compute"] [:isAsync=true;shaderModuleStage="fragment"] [:isAsync=true;shaderModuleStage="vertex"] - expected: - if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:api,validation,shader_module,entry_point:vertex_undefined_entry_point_and_extra_stage:*] [:isAsync=false;extraShaderModuleStage="compute"] - expected: - if os == "linux" and not debug: FAIL [:isAsync=false;extraShaderModuleStage="fragment"] - expected: - if os == "linux" and not debug: FAIL [:isAsync=false;extraShaderModuleStage="vertex"] [:isAsync=true;extraShaderModuleStage="compute"] - expected: - if os == "linux" and not debug: FAIL [:isAsync=true;extraShaderModuleStage="fragment"] - expected: - if os == "linux" and not debug: FAIL [:isAsync=true;extraShaderModuleStage="vertex"] @@ -63333,6 +81341,252 @@ if os == "linux" and not debug: FAIL +[cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:interpolate:*] + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithInterpolationUsage1";async=false] + + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithInterpolationUsage1";async=true] + + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithInterpolationUsage2";async=false] + + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithInterpolationUsage2";async=true] + + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithInterpolationUsage3";async=false] + + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithInterpolationUsage3";async=true] + + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithoutInterpolationUsage";async=false] + + [:success=false;interpolate="%40interpolate(flat)";entryPoint="fsWithoutInterpolationUsage";async=true] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithInterpolationUsage1";async=false] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithInterpolationUsage1";async=true] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithInterpolationUsage2";async=false] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithInterpolationUsage2";async=true] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithInterpolationUsage3";async=false] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithInterpolationUsage3";async=true] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithoutInterpolationUsage";async=false] + + [:success=false;interpolate="%40interpolate(flat,%20first)";entryPoint="fsWithoutInterpolationUsage";async=true] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithInterpolationUsage1";async=false] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithInterpolationUsage1";async=true] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithInterpolationUsage2";async=false] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithInterpolationUsage2";async=true] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithInterpolationUsage3";async=false] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithInterpolationUsage3";async=true] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithoutInterpolationUsage";async=false] + + [:success=false;interpolate="%40interpolate(linear)";entryPoint="fsWithoutInterpolationUsage";async=true] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithInterpolationUsage1";async=false] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithInterpolationUsage1";async=true] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithInterpolationUsage2";async=false] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithInterpolationUsage2";async=true] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithInterpolationUsage3";async=false] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithInterpolationUsage3";async=true] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithoutInterpolationUsage";async=false] + + [:success=false;interpolate="%40interpolate(linear,%20sample)";entryPoint="fsWithoutInterpolationUsage";async=true] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithInterpolationUsage1";async=false] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithInterpolationUsage1";async=true] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithInterpolationUsage2";async=false] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithInterpolationUsage2";async=true] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithInterpolationUsage3";async=false] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithInterpolationUsage3";async=true] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithoutInterpolationUsage";async=false] + + [:success=false;interpolate="%40interpolate(perspective,%20sample)";entryPoint="fsWithoutInterpolationUsage";async=true] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithInterpolationUsage1";async=false] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithInterpolationUsage1";async=true] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithInterpolationUsage2";async=false] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithInterpolationUsage2";async=true] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithInterpolationUsage3";async=false] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithInterpolationUsage3";async=true] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithoutInterpolationUsage";async=false] + + [:success=true;interpolate="%40interpolate(flat,%20either)";entryPoint="fsWithoutInterpolationUsage";async=true] + + +[cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:sample_index:*] + [:entryPoint="fsWithSampleIndexUsage";async=false] + + [:entryPoint="fsWithSampleIndexUsage";async=true] + + [:entryPoint="fsWithoutSampleIndexUsage";async=false] + + [:entryPoint="fsWithoutSampleIndexUsage";async=true] + + +[cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:sample_mask:*] + [:entryPoint="fsWithSampleMaskUsage";async=false] + + [:entryPoint="fsWithSampleMaskUsage";async=true] + + [:entryPoint="fsWithoutSampleMaskUsage";async=false] + + [:entryPoint="fsWithoutSampleMaskUsage";async=true] + + +[cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:textureLoad_with_depth_textures,computePipeline:*] + [:type="texture_depth_2d";entryPoint="csWithDepthUsage";async=false] + + [:type="texture_depth_2d";entryPoint="csWithDepthUsage";async=true] + + [:type="texture_depth_2d";entryPoint="csWithoutDepthUsage";async=false] + + [:type="texture_depth_2d";entryPoint="csWithoutDepthUsage";async=true] + + [:type="texture_depth_2d_array";entryPoint="csWithDepthUsage";async=false] + + [:type="texture_depth_2d_array";entryPoint="csWithDepthUsage";async=true] + + [:type="texture_depth_2d_array";entryPoint="csWithoutDepthUsage";async=false] + + [:type="texture_depth_2d_array";entryPoint="csWithoutDepthUsage";async=true] + + [:type="texture_depth_multisampled_2d";entryPoint="csWithDepthUsage";async=false] + + [:type="texture_depth_multisampled_2d";entryPoint="csWithDepthUsage";async=true] + + [:type="texture_depth_multisampled_2d";entryPoint="csWithoutDepthUsage";async=false] + + [:type="texture_depth_multisampled_2d";entryPoint="csWithoutDepthUsage";async=true] + + +[cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:textureLoad_with_depth_textures,renderPipeline:*] + [:type="texture_depth_2d";entryPoint="vsWithDepthUsage";async=false] + + [:type="texture_depth_2d";entryPoint="vsWithDepthUsage";async=true] + + [:type="texture_depth_2d";entryPoint="vsWithoutDepthUsage";async=false] + + [:type="texture_depth_2d";entryPoint="vsWithoutDepthUsage";async=true] + + [:type="texture_depth_2d_array";entryPoint="vsWithDepthUsage";async=false] + + [:type="texture_depth_2d_array";entryPoint="vsWithDepthUsage";async=true] + + [:type="texture_depth_2d_array";entryPoint="vsWithoutDepthUsage";async=false] + + [:type="texture_depth_2d_array";entryPoint="vsWithoutDepthUsage";async=true] + + [:type="texture_depth_multisampled_2d";entryPoint="vsWithDepthUsage";async=false] + + [:type="texture_depth_multisampled_2d";entryPoint="vsWithDepthUsage";async=true] + + [:type="texture_depth_multisampled_2d";entryPoint="vsWithoutDepthUsage";async=false] + + [:type="texture_depth_multisampled_2d";entryPoint="vsWithoutDepthUsage";async=true] + + +[cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:unsupportedStorageTextureFormats,computePipeline:*] + [:format="rg32float";entryPoint="csWithStorageUsage";async=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";entryPoint="csWithStorageUsage";async=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";entryPoint="csWithoutStorageUsage";async=false] + + [:format="rg32float";entryPoint="csWithoutStorageUsage";async=true] + + [:format="rg32sint";entryPoint="csWithStorageUsage";async=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";entryPoint="csWithStorageUsage";async=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";entryPoint="csWithoutStorageUsage";async=false] + + [:format="rg32sint";entryPoint="csWithoutStorageUsage";async=true] + + [:format="rg32uint";entryPoint="csWithStorageUsage";async=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";entryPoint="csWithStorageUsage";async=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";entryPoint="csWithoutStorageUsage";async=false] + + [:format="rg32uint";entryPoint="csWithoutStorageUsage";async=true] + + +[cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:unsupportedStorageTextureFormats,renderPipeline:*] + [:format="rg32float";entryPoint="vsWithStorageUsage";async=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";entryPoint="vsWithStorageUsage";async=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";entryPoint="vsWithoutStorageUsage";async=false] + + [:format="rg32float";entryPoint="vsWithoutStorageUsage";async=true] + + [:format="rg32sint";entryPoint="vsWithStorageUsage";async=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";entryPoint="vsWithStorageUsage";async=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";entryPoint="vsWithoutStorageUsage";async=false] + + [:format="rg32sint";entryPoint="vsWithoutStorageUsage";async=true] + + [:format="rg32uint";entryPoint="vsWithStorageUsage";async=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";entryPoint="vsWithStorageUsage";async=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";entryPoint="vsWithoutStorageUsage";async=false] + + [:format="rg32uint";entryPoint="vsWithoutStorageUsage";async=true] + + [cts.https.html?q=webgpu:compat,api,validation,render_pipeline,vertex_state:maxVertexAttributesVertexIndexInstanceIndex:*] [:useVertexIndex=false;useInstanceIndex=false;numAttribsToReserve=0;isAsync=false] @@ -63383,46 +81637,6 @@ [:useVertexIndex=true;useInstanceIndex=true;numAttribsToReserve=2;isAsync=true] -[cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:interpolate:*] - [:success=false;interpolate="%40interpolate(flat)"] - - [:success=false;interpolate="%40interpolate(flat,%20first)"] - - [:success=false;interpolate="%40interpolate(linear)"] - - [:success=false;interpolate="%40interpolate(linear,%20sample)"] - - [:success=false;interpolate="%40interpolate(perspective,%20sample)"] - - [:success=true;interpolate=""] - - [:success=true;interpolate="%40interpolate(flat,%20either)"] - - -[cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:sample_index:*] - [:] - - -[cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:sample_mask:*] - [:] - - -[cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:textureLoad_with_depth_textures:*] - [:type="texture_depth_2d"] - - [:type="texture_depth_2d_array"] - - [:type="texture_depth_multisampled_2d"] - - -[cts.https.html?q=webgpu:compat,api,validation,shader_module,shader_module:unsupportedStorageTextureFormats:*] - [:format="rg32float"] - - [:format="rg32sint"] - - [:format="rg32uint"] - - [cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:depthOrArrayLayers_incompatible_with_textureBindingViewDimension:*] [:textureBindingViewDimension="2d";depthOrArrayLayers=1] @@ -64569,6 +82783,26 @@ [:inputSource="uniform";elementType="f32";indexType="u32";columns=4;rows=4] +[cts.https.html?q=webgpu:shader,execution,expression,access,matrix,index:non_const_index:*] + [:columns=2;rows=2] + + [:columns=2;rows=3] + + [:columns=2;rows=4] + + [:columns=3;rows=2] + + [:columns=3;rows=3] + + [:columns=3;rows=4] + + [:columns=4;rows=2] + + [:columns=4;rows=3] + + [:columns=4;rows=4] + + [cts.https.html?q=webgpu:shader,execution,expression,access,structure,index:buffer:*] [:member_types=["i32","f16","vec4i","mat3x2f"\];inputSource="storage"] @@ -65280,8 +83514,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize=2] expected: if os == "linux" and not debug: FAIL @@ -65296,6 +83528,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:vector_scalar:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65342,8 +83576,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:less_equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -65354,6 +83586,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:less_than:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -65374,14 +83608,14 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:scalar:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65396,8 +83630,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize=2] expected: if os == "linux" and not debug: FAIL @@ -65412,8 +83644,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65429,7 +83659,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_addition:matrix:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -65468,6 +83698,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_matrix_multiplication:matrix_matrix:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";common_dim=2;x_rows=2;y_cols=2] expected: if os == "linux" and not debug: FAIL @@ -65579,7 +83811,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:matrix_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -65618,8 +83850,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:scalar_matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -65658,6 +83888,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_subtraction:matrix:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -65734,8 +83966,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_vector_multiplication:vector_matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -65780,6 +84010,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65794,8 +84026,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize=2] expected: if os == "linux" and not debug: FAIL @@ -65811,7 +84041,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:vector_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65827,15 +84057,13 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65850,8 +84078,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize=2] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -65866,8 +84092,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65883,13 +84107,15 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65904,8 +84130,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize=2] expected: if os == "linux" and not debug: FAIL @@ -65920,6 +84144,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:vector_scalar:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -65935,7 +84161,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:addition:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -65954,6 +84180,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:addition_scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -65969,7 +84197,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:addition_vector_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -65984,8 +84212,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:division:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -66004,8 +84230,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:division_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -66021,7 +84245,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:division_vector_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -66036,6 +84260,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:multiplication:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -66082,8 +84308,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:remainder:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -66116,8 +84340,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:remainder_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -66132,8 +84354,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:subtraction:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -66152,8 +84372,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:subtraction_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -67248,8 +85466,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67284,6 +85500,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -67362,8 +85580,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -67391,7 +85607,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:equals:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67427,7 +85643,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:greater_equals:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67462,6 +85678,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:greater_than:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67497,7 +85715,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:less_equals:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67532,8 +85750,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:less_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67569,7 +85785,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:not_equals:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67604,8 +85820,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -67617,7 +85831,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar_compound:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -67652,6 +85866,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -67705,7 +85921,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:vector_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -67759,7 +85975,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_addition:matrix:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -68126,6 +86342,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_matrix_multiplication:matrix_matrix_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";common_dim=2;x_rows=2] [:inputSource="const";common_dim=2;x_rows=3] @@ -68274,6 +86492,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_scalar_multiplication:matrix_scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -68349,7 +86569,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_scalar_multiplication:scalar_matrix:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -68424,6 +86644,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_subtraction:matrix:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -68499,7 +86721,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_subtraction:matrix_compound:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -68575,7 +86797,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:matrix_vector:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -68650,8 +86872,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:vector_matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -68726,6 +86946,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:vector_matrix_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -68753,7 +86975,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -68764,8 +86986,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -68800,8 +87020,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -68828,8 +87046,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize=2] [:inputSource="const";vectorize=3] @@ -69004,6 +87220,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:vector_scalar:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -69030,8 +87248,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -69068,6 +87284,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69128,6 +87346,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize=2] [:inputSource="const";vectorize=3] @@ -69207,7 +87427,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -69220,6 +87440,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69332,8 +87554,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -69367,7 +87587,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:equals:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69403,7 +87623,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:greater_equals:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69438,8 +87658,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:greater_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69474,6 +87692,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:less_equals:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69508,8 +87728,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:less_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69544,6 +87762,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:not_equals:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69578,8 +87798,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -69590,8 +87808,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -69626,6 +87842,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -69704,6 +87922,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:vector_scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -69730,8 +87950,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_addition:matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -70170,8 +88388,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_matrix_multiplication:matrix_matrix_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";common_dim=2;x_rows=2] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -70265,7 +88481,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_scalar_multiplication:matrix_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -70358,6 +88574,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_scalar_multiplication:matrix_scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -70432,8 +88650,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_scalar_multiplication:scalar_matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -70509,7 +88725,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_subtraction:matrix:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -70602,6 +88818,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_subtraction:matrix_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -70768,6 +88986,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_vector_multiplication:vector_matrix:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -70860,8 +89080,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_vector_multiplication:vector_matrix_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -70888,8 +89106,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -70900,6 +89116,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -70934,6 +89152,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -70961,7 +89181,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:vector:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize=2] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -70994,6 +89214,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:vector_scalar:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -71021,7 +89243,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:vector_scalar_compound:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -71048,8 +89270,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -71097,7 +89317,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar_vector:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -71150,8 +89370,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -71178,6 +89396,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector_scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -71204,6 +89424,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:scalar:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -71214,6 +89436,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -71274,6 +89498,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize=2] [:inputSource="const";vectorize=3] @@ -71300,8 +89526,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -71462,8 +89686,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -71496,8 +89718,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -71524,8 +89744,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -71592,8 +89810,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -71652,8 +89868,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] [:inputSource="const";vectorize_rhs=3] @@ -71698,6 +89912,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_vector_scalar:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -71742,8 +89958,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -71794,6 +90008,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -71836,6 +90052,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -71935,7 +90153,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_vector_scalar_compound:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -72020,8 +90238,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -72088,8 +90304,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] [:inputSource="const";vectorize_rhs=3] @@ -72134,8 +90348,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -72180,6 +90392,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_vector_scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -72225,7 +90439,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -72268,8 +90482,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72337,7 +90549,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_vector_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: [PASS, FAIL, TIMEOUT] @@ -72396,8 +90608,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72432,6 +90642,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:greater_equals:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72500,8 +90712,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:less_equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72536,6 +90746,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:less_than:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72570,6 +90782,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:not_equals:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72646,8 +90860,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72682,8 +90894,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -72774,6 +90984,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -72890,8 +91102,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] [:inputSource="const";vectorize_rhs=3] @@ -72937,7 +91147,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_vector_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -72983,7 +91193,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_vector_scalar_compound:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -73028,8 +91238,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -73072,6 +91280,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73106,6 +91316,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -73138,8 +91350,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -73172,8 +91382,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -73258,6 +91466,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73360,8 +91570,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -73406,6 +91614,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_vector_scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -73451,7 +91661,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -73528,8 +91738,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -73563,7 +91771,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_vector_scalar:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -73596,6 +91804,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_vector_scalar_compound:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize_lhs=2] [:inputSource="const";vectorize_lhs=3] @@ -73622,8 +91832,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -73666,8 +91874,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:greater_equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73702,8 +91908,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:greater_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73848,8 +92052,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -73869,7 +92071,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:abstract_int:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -73947,7 +92149,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73982,8 +92184,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:i32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -74019,7 +92219,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:u32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -74063,7 +92263,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acos:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -74107,7 +92307,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acos:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -74142,8 +92342,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acos:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -74178,8 +92376,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acosh:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -74222,6 +92418,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acosh:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -74257,7 +92455,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acosh:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -74988,8 +93186,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asin:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -75032,6 +93228,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asin:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -75066,6 +93264,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asin:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -75100,8 +93300,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asinh:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -75178,8 +93376,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asinh:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -75299,7 +93495,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan2:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -75342,6 +93538,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -75384,6 +93582,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -75419,7 +93619,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -75455,7 +93655,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atanh:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -75532,8 +93732,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atanh:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -80022,6 +98220,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ceil:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -80057,7 +98257,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ceil:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -80111,7 +98311,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:abstract_int:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -80155,7 +98355,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -80191,7 +98391,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -80226,6 +98426,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:i32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -80294,6 +98496,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cos:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -80336,6 +98540,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cos:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -80371,7 +98577,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cos:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -80406,6 +98612,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cosh:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -80482,8 +98690,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cosh:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -80730,6 +98936,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cross:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -80758,6 +98966,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,degrees:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -80845,7 +99055,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -80885,7 +99095,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -80913,7 +99123,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -80946,6 +99156,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -80984,16 +99196,12 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:abstract_float_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:abstract_float_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81007,7 +99215,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -81018,8 +99226,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -81030,8 +99236,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -81043,7 +99247,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16_vec4:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -81054,6 +99258,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81066,8 +99272,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -81081,7 +99285,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -81094,8 +99298,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -81150,8 +99352,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_float_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81159,21 +99359,21 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_float_vec4:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_int_vec2:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_int_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -81186,8 +99386,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f16_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -81209,7 +99407,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f16_vec4:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -81221,7 +99419,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec2:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81235,7 +99433,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec3:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81248,8 +99446,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81263,7 +99459,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:i32_vec2:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81277,7 +99473,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:i32_vec3:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81290,6 +99486,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:i32_vec4:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81302,6 +99500,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:u32_vec2:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -81314,6 +99514,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:u32_vec3:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -81338,6 +99540,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdx:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -81388,6 +99592,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdxCoarse:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -81438,6 +99644,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdxFine:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -81488,6 +99696,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdy:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -81604,8 +99814,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdyFine:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -81656,6 +99864,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp2:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -81698,8 +99908,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp2:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -81769,7 +99977,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -81812,6 +100020,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -81847,7 +100057,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -82212,6 +100422,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,floor:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -82246,6 +100458,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,floor:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -82281,7 +100495,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fma:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -82300,8 +100514,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fma:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -82370,6 +100582,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -82412,6 +100626,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -82447,7 +100663,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -82707,7 +100923,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidth:f32:*] expected: - if os == "linux" and not debug: CRASH + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -82742,40 +100958,40 @@ [:vectorize="_undef_";non_uniform_discard=false] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [:vectorize="_undef_";non_uniform_discard=true] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [:vectorize=2;non_uniform_discard=false] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [:vectorize=2;non_uniform_discard=true] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [:vectorize=3;non_uniform_discard=false] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [:vectorize=3;non_uniform_discard=true] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [:vectorize=4;non_uniform_discard=false] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [:vectorize=4;non_uniform_discard=true] expected: - if os == "linux" and not debug: FAIL + if os == "linux" and not debug: [PASS, FAIL] [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidthCoarse:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -82827,7 +101043,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidthFine:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83037,7 +101253,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83191,7 +101407,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -83231,7 +101447,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:abstract_float_vec2:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -83239,7 +101455,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:abstract_float_vec3:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -83273,7 +101489,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f16_vec3:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -83284,8 +101500,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f16_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -83308,6 +101522,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec2:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -83321,7 +101537,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec3:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -83388,8 +101604,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83425,7 +101639,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83461,7 +101675,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -83539,7 +101753,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83592,6 +101806,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:abstract_int:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -83634,8 +101850,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83670,8 +101884,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL, TIMEOUT] @@ -83714,8 +101926,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:i32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -83759,7 +101969,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:u32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -83803,7 +102013,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -83822,8 +102032,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:abstract_int:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -83866,8 +102074,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83902,6 +102108,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83936,6 +102144,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:i32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -83970,6 +102180,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:u32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84034,16 +102246,12 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f16_matching:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84078,8 +102286,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f16_nonmatching_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -84100,6 +102306,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f16_nonmatching_vec4:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -84110,8 +102318,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_matching:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -84154,8 +102360,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84168,6 +102372,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec3:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84180,8 +102386,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84194,8 +102398,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84208,8 +102410,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec2_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84223,23 +102423,19 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec3_whole:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec4_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec4_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84247,15 +102443,13 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_whole:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -84276,6 +102470,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec2_whole:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -84296,6 +102492,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec3_whole:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -84307,7 +102505,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec4_fract:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -84318,8 +102516,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec4_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -84330,6 +102526,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_whole:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -84341,7 +102539,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_fract:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84355,7 +102553,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_fract:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84368,8 +102566,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84394,8 +102590,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec3_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84408,8 +102602,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84422,8 +102614,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84436,8 +102626,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84451,7 +102639,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:abstract_float_vec2:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84464,16 +102652,12 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:abstract_float_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f16_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -84495,7 +102679,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f16_vec4:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -84518,6 +102702,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec3:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84531,7 +102717,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec4:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84544,8 +102730,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84708,8 +102892,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pow:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84744,6 +102926,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pow:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84777,6 +102961,418 @@ [:inputSource="uniform";vectorize=4] +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:compute,all_active:*] + [:wgSize=[1,1,16\]] + + [:wgSize=[1,1,32\]] + + [:wgSize=[1,1,4\]] + + [:wgSize=[1,1,64\]] + + [:wgSize=[1,1,8\]] + + [:wgSize=[1,128,1\]] + + [:wgSize=[1,16,16\]] + + [:wgSize=[1,16,1\]] + + [:wgSize=[1,256,1\]] + + [:wgSize=[1,32,1\]] + + [:wgSize=[1,4,1\]] + + [:wgSize=[1,64,1\]] + + [:wgSize=[1,8,1\]] + + [:wgSize=[128,1,1\]] + + [:wgSize=[16,1,16\]] + + [:wgSize=[16,1,1\]] + + [:wgSize=[16,16,1\]] + + [:wgSize=[256,1,1\]] + + [:wgSize=[32,1,1\]] + + [:wgSize=[4,1,1\]] + + [:wgSize=[4,4,4\]] + + [:wgSize=[64,1,1\]] + + [:wgSize=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:compute,split:*] + [:predicate="lower_half";wgSize=[1,1,16\]] + + [:predicate="lower_half";wgSize=[1,1,32\]] + + [:predicate="lower_half";wgSize=[1,1,4\]] + + [:predicate="lower_half";wgSize=[1,1,64\]] + + [:predicate="lower_half";wgSize=[1,1,8\]] + + [:predicate="lower_half";wgSize=[1,128,1\]] + + [:predicate="lower_half";wgSize=[1,16,16\]] + + [:predicate="lower_half";wgSize=[1,16,1\]] + + [:predicate="lower_half";wgSize=[1,256,1\]] + + [:predicate="lower_half";wgSize=[1,32,1\]] + + [:predicate="lower_half";wgSize=[1,4,1\]] + + [:predicate="lower_half";wgSize=[1,64,1\]] + + [:predicate="lower_half";wgSize=[1,8,1\]] + + [:predicate="lower_half";wgSize=[128,1,1\]] + + [:predicate="lower_half";wgSize=[16,1,16\]] + + [:predicate="lower_half";wgSize=[16,1,1\]] + + [:predicate="lower_half";wgSize=[16,16,1\]] + + [:predicate="lower_half";wgSize=[256,1,1\]] + + [:predicate="lower_half";wgSize=[32,1,1\]] + + [:predicate="lower_half";wgSize=[4,1,1\]] + + [:predicate="lower_half";wgSize=[4,4,4\]] + + [:predicate="lower_half";wgSize=[64,1,1\]] + + [:predicate="lower_half";wgSize=[8,1,1\]] + + [:predicate="upper_half";wgSize=[1,1,16\]] + + [:predicate="upper_half";wgSize=[1,1,32\]] + + [:predicate="upper_half";wgSize=[1,1,4\]] + + [:predicate="upper_half";wgSize=[1,1,64\]] + + [:predicate="upper_half";wgSize=[1,1,8\]] + + [:predicate="upper_half";wgSize=[1,128,1\]] + + [:predicate="upper_half";wgSize=[1,16,16\]] + + [:predicate="upper_half";wgSize=[1,16,1\]] + + [:predicate="upper_half";wgSize=[1,256,1\]] + + [:predicate="upper_half";wgSize=[1,32,1\]] + + [:predicate="upper_half";wgSize=[1,4,1\]] + + [:predicate="upper_half";wgSize=[1,64,1\]] + + [:predicate="upper_half";wgSize=[1,8,1\]] + + [:predicate="upper_half";wgSize=[128,1,1\]] + + [:predicate="upper_half";wgSize=[16,1,16\]] + + [:predicate="upper_half";wgSize=[16,1,1\]] + + [:predicate="upper_half";wgSize=[16,16,1\]] + + [:predicate="upper_half";wgSize=[256,1,1\]] + + [:predicate="upper_half";wgSize=[32,1,1\]] + + [:predicate="upper_half";wgSize=[4,1,1\]] + + [:predicate="upper_half";wgSize=[4,4,4\]] + + [:predicate="upper_half";wgSize=[64,1,1\]] + + [:predicate="upper_half";wgSize=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:data_types:*] + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:fragment,all_active:*] + [:size=[111,3\]] + + [:size=[13,10\]] + + [:size=[13,53\]] + + [:size=[15,15\]] + + [:size=[16,16\]] + + [:size=[17,17\]] + + [:size=[19,13\]] + + [:size=[3,111\]] + + [:size=[3,35\]] + + [:size=[3,3\]] + + [:size=[35,3\]] + + [:size=[53,13\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadBroadcast:fragment,split:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:compute,all_active:*] + [:wgSize=[1,1,16\]] + + [:wgSize=[1,1,32\]] + + [:wgSize=[1,1,4\]] + + [:wgSize=[1,1,64\]] + + [:wgSize=[1,1,8\]] + + [:wgSize=[1,128,1\]] + + [:wgSize=[1,16,16\]] + + [:wgSize=[1,16,1\]] + + [:wgSize=[1,256,1\]] + + [:wgSize=[1,32,1\]] + + [:wgSize=[1,4,1\]] + + [:wgSize=[1,64,1\]] + + [:wgSize=[1,8,1\]] + + [:wgSize=[128,1,1\]] + + [:wgSize=[16,1,16\]] + + [:wgSize=[16,1,1\]] + + [:wgSize=[16,16,1\]] + + [:wgSize=[256,1,1\]] + + [:wgSize=[32,1,1\]] + + [:wgSize=[4,1,1\]] + + [:wgSize=[4,4,4\]] + + [:wgSize=[64,1,1\]] + + [:wgSize=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:compute,split:*] + [:predicate="lower_half";wgSize=[1,1,16\]] + + [:predicate="lower_half";wgSize=[1,1,32\]] + + [:predicate="lower_half";wgSize=[1,1,4\]] + + [:predicate="lower_half";wgSize=[1,1,64\]] + + [:predicate="lower_half";wgSize=[1,1,8\]] + + [:predicate="lower_half";wgSize=[1,128,1\]] + + [:predicate="lower_half";wgSize=[1,16,16\]] + + [:predicate="lower_half";wgSize=[1,16,1\]] + + [:predicate="lower_half";wgSize=[1,256,1\]] + + [:predicate="lower_half";wgSize=[1,32,1\]] + + [:predicate="lower_half";wgSize=[1,4,1\]] + + [:predicate="lower_half";wgSize=[1,64,1\]] + + [:predicate="lower_half";wgSize=[1,8,1\]] + + [:predicate="lower_half";wgSize=[128,1,1\]] + + [:predicate="lower_half";wgSize=[16,1,16\]] + + [:predicate="lower_half";wgSize=[16,1,1\]] + + [:predicate="lower_half";wgSize=[16,16,1\]] + + [:predicate="lower_half";wgSize=[256,1,1\]] + + [:predicate="lower_half";wgSize=[32,1,1\]] + + [:predicate="lower_half";wgSize=[4,1,1\]] + + [:predicate="lower_half";wgSize=[4,4,4\]] + + [:predicate="lower_half";wgSize=[64,1,1\]] + + [:predicate="lower_half";wgSize=[8,1,1\]] + + [:predicate="upper_half";wgSize=[1,1,16\]] + + [:predicate="upper_half";wgSize=[1,1,32\]] + + [:predicate="upper_half";wgSize=[1,1,4\]] + + [:predicate="upper_half";wgSize=[1,1,64\]] + + [:predicate="upper_half";wgSize=[1,1,8\]] + + [:predicate="upper_half";wgSize=[1,128,1\]] + + [:predicate="upper_half";wgSize=[1,16,16\]] + + [:predicate="upper_half";wgSize=[1,16,1\]] + + [:predicate="upper_half";wgSize=[1,256,1\]] + + [:predicate="upper_half";wgSize=[1,32,1\]] + + [:predicate="upper_half";wgSize=[1,4,1\]] + + [:predicate="upper_half";wgSize=[1,64,1\]] + + [:predicate="upper_half";wgSize=[1,8,1\]] + + [:predicate="upper_half";wgSize=[128,1,1\]] + + [:predicate="upper_half";wgSize=[16,1,16\]] + + [:predicate="upper_half";wgSize=[16,1,1\]] + + [:predicate="upper_half";wgSize=[16,16,1\]] + + [:predicate="upper_half";wgSize=[256,1,1\]] + + [:predicate="upper_half";wgSize=[32,1,1\]] + + [:predicate="upper_half";wgSize=[4,1,1\]] + + [:predicate="upper_half";wgSize=[4,4,4\]] + + [:predicate="upper_half";wgSize=[64,1,1\]] + + [:predicate="upper_half";wgSize=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:data_types:*] + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:fragment,all_active:*] + [:size=[111,3\]] + + [:size=[13,10\]] + + [:size=[13,53\]] + + [:size=[15,15\]] + + [:size=[16,16\]] + + [:size=[17,17\]] + + [:size=[19,13\]] + + [:size=[3,111\]] + + [:size=[3,35\]] + + [:size=[3,3\]] + + [:size=[35,3\]] + + [:size=[53,13\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quadSwap:fragment,split:*] + [:] + + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quantizeToF16:f32:*] [:inputSource="const";vectorize="_undef_"] expected: @@ -84844,8 +103440,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -84864,8 +103458,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84901,7 +103493,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84936,6 +103528,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:abstract_float_vec2:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -84948,16 +103542,12 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:abstract_float_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f16_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -84968,8 +103558,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f16_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -84980,6 +103568,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f16_vec4:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -85014,6 +103604,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -85027,29 +103619,27 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:abstract_float_vec2:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:abstract_float_vec3:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:abstract_float_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f16_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -85070,6 +103660,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f16_vec4:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [:inputSource="storage_r"] @@ -85080,8 +103672,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -85095,7 +103685,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -85108,8 +103698,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -85191,7 +103779,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -85210,8 +103798,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -85246,6 +103832,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -85280,6 +103868,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,saturate:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -85299,7 +103889,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,saturate:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -85335,7 +103925,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,saturate:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -85850,8 +104440,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -85871,7 +104459,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:abstract_int:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -85915,7 +104503,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -85951,7 +104539,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -85994,6 +104582,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:i32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86029,7 +104619,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sin:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -86073,7 +104663,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sin:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86109,7 +104699,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sin:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -86152,8 +104742,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -86196,8 +104784,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86232,8 +104818,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86310,8 +104894,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,smoothstep:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86347,7 +104929,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,smoothstep:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -86390,6 +104972,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -86432,6 +105016,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86466,8 +105052,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86623,7 +105207,16521 @@ [:stage="vertex"] +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:compute,split:*] + [:case="every_even"] + + [:case="every_odd"] + + [:case="first_two"] + + [:case="lower_half"] + + [:case="upper_half"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:data_types:*] + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:fp_accuracy:*] + [:case=0;type="f16";wgSize=[128,1,1\]] + + [:case=0;type="f16";wgSize=[64,2,1\]] + + [:case=0;type="f32";wgSize=[128,1,1\]] + + [:case=0;type="f32";wgSize=[64,2,1\]] + + [:case=100;type="f16";wgSize=[128,1,1\]] + + [:case=100;type="f16";wgSize=[64,2,1\]] + + [:case=100;type="f32";wgSize=[128,1,1\]] + + [:case=100;type="f32";wgSize=[64,2,1\]] + + [:case=101;type="f16";wgSize=[128,1,1\]] + + [:case=101;type="f16";wgSize=[64,2,1\]] + + [:case=101;type="f32";wgSize=[128,1,1\]] + + [:case=101;type="f32";wgSize=[64,2,1\]] + + [:case=102;type="f16";wgSize=[128,1,1\]] + + [:case=102;type="f16";wgSize=[64,2,1\]] + + [:case=102;type="f32";wgSize=[128,1,1\]] + + [:case=102;type="f32";wgSize=[64,2,1\]] + + [:case=103;type="f16";wgSize=[128,1,1\]] + + [:case=103;type="f16";wgSize=[64,2,1\]] + + [:case=103;type="f32";wgSize=[128,1,1\]] + + [:case=103;type="f32";wgSize=[64,2,1\]] + + [:case=104;type="f16";wgSize=[128,1,1\]] + + [:case=104;type="f16";wgSize=[64,2,1\]] + + [:case=104;type="f32";wgSize=[128,1,1\]] + + [:case=104;type="f32";wgSize=[64,2,1\]] + + [:case=105;type="f16";wgSize=[128,1,1\]] + + [:case=105;type="f16";wgSize=[64,2,1\]] + + [:case=105;type="f32";wgSize=[128,1,1\]] + + [:case=105;type="f32";wgSize=[64,2,1\]] + + [:case=106;type="f16";wgSize=[128,1,1\]] + + [:case=106;type="f16";wgSize=[64,2,1\]] + + [:case=106;type="f32";wgSize=[128,1,1\]] + + [:case=106;type="f32";wgSize=[64,2,1\]] + + [:case=107;type="f16";wgSize=[128,1,1\]] + + [:case=107;type="f16";wgSize=[64,2,1\]] + + [:case=107;type="f32";wgSize=[128,1,1\]] + + [:case=107;type="f32";wgSize=[64,2,1\]] + + [:case=108;type="f16";wgSize=[128,1,1\]] + + [:case=108;type="f16";wgSize=[64,2,1\]] + + [:case=108;type="f32";wgSize=[128,1,1\]] + + [:case=108;type="f32";wgSize=[64,2,1\]] + + [:case=109;type="f16";wgSize=[128,1,1\]] + + [:case=109;type="f16";wgSize=[64,2,1\]] + + [:case=109;type="f32";wgSize=[128,1,1\]] + + [:case=109;type="f32";wgSize=[64,2,1\]] + + [:case=10;type="f16";wgSize=[128,1,1\]] + + [:case=10;type="f16";wgSize=[64,2,1\]] + + [:case=10;type="f32";wgSize=[128,1,1\]] + + [:case=10;type="f32";wgSize=[64,2,1\]] + + [:case=110;type="f16";wgSize=[128,1,1\]] + + [:case=110;type="f16";wgSize=[64,2,1\]] + + [:case=110;type="f32";wgSize=[128,1,1\]] + + [:case=110;type="f32";wgSize=[64,2,1\]] + + [:case=111;type="f16";wgSize=[128,1,1\]] + + [:case=111;type="f16";wgSize=[64,2,1\]] + + [:case=111;type="f32";wgSize=[128,1,1\]] + + [:case=111;type="f32";wgSize=[64,2,1\]] + + [:case=112;type="f16";wgSize=[128,1,1\]] + + [:case=112;type="f16";wgSize=[64,2,1\]] + + [:case=112;type="f32";wgSize=[128,1,1\]] + + [:case=112;type="f32";wgSize=[64,2,1\]] + + [:case=113;type="f16";wgSize=[128,1,1\]] + + [:case=113;type="f16";wgSize=[64,2,1\]] + + [:case=113;type="f32";wgSize=[128,1,1\]] + + [:case=113;type="f32";wgSize=[64,2,1\]] + + [:case=114;type="f16";wgSize=[128,1,1\]] + + [:case=114;type="f16";wgSize=[64,2,1\]] + + [:case=114;type="f32";wgSize=[128,1,1\]] + + [:case=114;type="f32";wgSize=[64,2,1\]] + + [:case=115;type="f16";wgSize=[128,1,1\]] + + [:case=115;type="f16";wgSize=[64,2,1\]] + + [:case=115;type="f32";wgSize=[128,1,1\]] + + [:case=115;type="f32";wgSize=[64,2,1\]] + + [:case=116;type="f16";wgSize=[128,1,1\]] + + [:case=116;type="f16";wgSize=[64,2,1\]] + + [:case=116;type="f32";wgSize=[128,1,1\]] + + [:case=116;type="f32";wgSize=[64,2,1\]] + + [:case=117;type="f16";wgSize=[128,1,1\]] + + [:case=117;type="f16";wgSize=[64,2,1\]] + + [:case=117;type="f32";wgSize=[128,1,1\]] + + [:case=117;type="f32";wgSize=[64,2,1\]] + + [:case=118;type="f16";wgSize=[128,1,1\]] + + [:case=118;type="f16";wgSize=[64,2,1\]] + + [:case=118;type="f32";wgSize=[128,1,1\]] + + [:case=118;type="f32";wgSize=[64,2,1\]] + + [:case=119;type="f16";wgSize=[128,1,1\]] + + [:case=119;type="f16";wgSize=[64,2,1\]] + + [:case=119;type="f32";wgSize=[128,1,1\]] + + [:case=119;type="f32";wgSize=[64,2,1\]] + + [:case=11;type="f16";wgSize=[128,1,1\]] + + [:case=11;type="f16";wgSize=[64,2,1\]] + + [:case=11;type="f32";wgSize=[128,1,1\]] + + [:case=11;type="f32";wgSize=[64,2,1\]] + + [:case=120;type="f16";wgSize=[128,1,1\]] + + [:case=120;type="f16";wgSize=[64,2,1\]] + + [:case=120;type="f32";wgSize=[128,1,1\]] + + [:case=120;type="f32";wgSize=[64,2,1\]] + + [:case=121;type="f16";wgSize=[128,1,1\]] + + [:case=121;type="f16";wgSize=[64,2,1\]] + + [:case=121;type="f32";wgSize=[128,1,1\]] + + [:case=121;type="f32";wgSize=[64,2,1\]] + + [:case=122;type="f16";wgSize=[128,1,1\]] + + [:case=122;type="f16";wgSize=[64,2,1\]] + + [:case=122;type="f32";wgSize=[128,1,1\]] + + [:case=122;type="f32";wgSize=[64,2,1\]] + + [:case=123;type="f16";wgSize=[128,1,1\]] + + [:case=123;type="f16";wgSize=[64,2,1\]] + + [:case=123;type="f32";wgSize=[128,1,1\]] + + [:case=123;type="f32";wgSize=[64,2,1\]] + + [:case=124;type="f16";wgSize=[128,1,1\]] + + [:case=124;type="f16";wgSize=[64,2,1\]] + + [:case=124;type="f32";wgSize=[128,1,1\]] + + [:case=124;type="f32";wgSize=[64,2,1\]] + + [:case=125;type="f16";wgSize=[128,1,1\]] + + [:case=125;type="f16";wgSize=[64,2,1\]] + + [:case=125;type="f32";wgSize=[128,1,1\]] + + [:case=125;type="f32";wgSize=[64,2,1\]] + + [:case=126;type="f16";wgSize=[128,1,1\]] + + [:case=126;type="f16";wgSize=[64,2,1\]] + + [:case=126;type="f32";wgSize=[128,1,1\]] + + [:case=126;type="f32";wgSize=[64,2,1\]] + + [:case=127;type="f16";wgSize=[128,1,1\]] + + [:case=127;type="f16";wgSize=[64,2,1\]] + + [:case=127;type="f32";wgSize=[128,1,1\]] + + [:case=127;type="f32";wgSize=[64,2,1\]] + + [:case=128;type="f16";wgSize=[128,1,1\]] + + [:case=128;type="f16";wgSize=[64,2,1\]] + + [:case=128;type="f32";wgSize=[128,1,1\]] + + [:case=128;type="f32";wgSize=[64,2,1\]] + + [:case=129;type="f16";wgSize=[128,1,1\]] + + [:case=129;type="f16";wgSize=[64,2,1\]] + + [:case=129;type="f32";wgSize=[128,1,1\]] + + [:case=129;type="f32";wgSize=[64,2,1\]] + + [:case=12;type="f16";wgSize=[128,1,1\]] + + [:case=12;type="f16";wgSize=[64,2,1\]] + + [:case=12;type="f32";wgSize=[128,1,1\]] + + [:case=12;type="f32";wgSize=[64,2,1\]] + + [:case=130;type="f16";wgSize=[128,1,1\]] + + [:case=130;type="f16";wgSize=[64,2,1\]] + + [:case=130;type="f32";wgSize=[128,1,1\]] + + [:case=130;type="f32";wgSize=[64,2,1\]] + + [:case=131;type="f16";wgSize=[128,1,1\]] + + [:case=131;type="f16";wgSize=[64,2,1\]] + + [:case=131;type="f32";wgSize=[128,1,1\]] + + [:case=131;type="f32";wgSize=[64,2,1\]] + + [:case=132;type="f16";wgSize=[128,1,1\]] + + [:case=132;type="f16";wgSize=[64,2,1\]] + + [:case=132;type="f32";wgSize=[128,1,1\]] + + [:case=132;type="f32";wgSize=[64,2,1\]] + + [:case=133;type="f16";wgSize=[128,1,1\]] + + [:case=133;type="f16";wgSize=[64,2,1\]] + + [:case=133;type="f32";wgSize=[128,1,1\]] + + [:case=133;type="f32";wgSize=[64,2,1\]] + + [:case=134;type="f16";wgSize=[128,1,1\]] + + [:case=134;type="f16";wgSize=[64,2,1\]] + + [:case=134;type="f32";wgSize=[128,1,1\]] + + [:case=134;type="f32";wgSize=[64,2,1\]] + + [:case=135;type="f16";wgSize=[128,1,1\]] + + [:case=135;type="f16";wgSize=[64,2,1\]] + + [:case=135;type="f32";wgSize=[128,1,1\]] + + [:case=135;type="f32";wgSize=[64,2,1\]] + + [:case=136;type="f16";wgSize=[128,1,1\]] + + [:case=136;type="f16";wgSize=[64,2,1\]] + + [:case=136;type="f32";wgSize=[128,1,1\]] + + [:case=136;type="f32";wgSize=[64,2,1\]] + + [:case=137;type="f16";wgSize=[128,1,1\]] + + [:case=137;type="f16";wgSize=[64,2,1\]] + + [:case=137;type="f32";wgSize=[128,1,1\]] + + [:case=137;type="f32";wgSize=[64,2,1\]] + + [:case=138;type="f16";wgSize=[128,1,1\]] + + [:case=138;type="f16";wgSize=[64,2,1\]] + + [:case=138;type="f32";wgSize=[128,1,1\]] + + [:case=138;type="f32";wgSize=[64,2,1\]] + + [:case=139;type="f16";wgSize=[128,1,1\]] + + [:case=139;type="f16";wgSize=[64,2,1\]] + + [:case=139;type="f32";wgSize=[128,1,1\]] + + [:case=139;type="f32";wgSize=[64,2,1\]] + + [:case=13;type="f16";wgSize=[128,1,1\]] + + [:case=13;type="f16";wgSize=[64,2,1\]] + + [:case=13;type="f32";wgSize=[128,1,1\]] + + [:case=13;type="f32";wgSize=[64,2,1\]] + + [:case=140;type="f16";wgSize=[128,1,1\]] + + [:case=140;type="f16";wgSize=[64,2,1\]] + + [:case=140;type="f32";wgSize=[128,1,1\]] + + [:case=140;type="f32";wgSize=[64,2,1\]] + + [:case=141;type="f16";wgSize=[128,1,1\]] + + [:case=141;type="f16";wgSize=[64,2,1\]] + + [:case=141;type="f32";wgSize=[128,1,1\]] + + [:case=141;type="f32";wgSize=[64,2,1\]] + + [:case=142;type="f16";wgSize=[128,1,1\]] + + [:case=142;type="f16";wgSize=[64,2,1\]] + + [:case=142;type="f32";wgSize=[128,1,1\]] + + [:case=142;type="f32";wgSize=[64,2,1\]] + + [:case=143;type="f16";wgSize=[128,1,1\]] + + [:case=143;type="f16";wgSize=[64,2,1\]] + + [:case=143;type="f32";wgSize=[128,1,1\]] + + [:case=143;type="f32";wgSize=[64,2,1\]] + + [:case=144;type="f16";wgSize=[128,1,1\]] + + [:case=144;type="f16";wgSize=[64,2,1\]] + + [:case=144;type="f32";wgSize=[128,1,1\]] + + [:case=144;type="f32";wgSize=[64,2,1\]] + + [:case=145;type="f16";wgSize=[128,1,1\]] + + [:case=145;type="f16";wgSize=[64,2,1\]] + + [:case=145;type="f32";wgSize=[128,1,1\]] + + [:case=145;type="f32";wgSize=[64,2,1\]] + + [:case=146;type="f16";wgSize=[128,1,1\]] + + [:case=146;type="f16";wgSize=[64,2,1\]] + + [:case=146;type="f32";wgSize=[128,1,1\]] + + [:case=146;type="f32";wgSize=[64,2,1\]] + + [:case=147;type="f16";wgSize=[128,1,1\]] + + [:case=147;type="f16";wgSize=[64,2,1\]] + + [:case=147;type="f32";wgSize=[128,1,1\]] + + [:case=147;type="f32";wgSize=[64,2,1\]] + + [:case=148;type="f16";wgSize=[128,1,1\]] + + [:case=148;type="f16";wgSize=[64,2,1\]] + + [:case=148;type="f32";wgSize=[128,1,1\]] + + [:case=148;type="f32";wgSize=[64,2,1\]] + + [:case=149;type="f16";wgSize=[128,1,1\]] + + [:case=149;type="f16";wgSize=[64,2,1\]] + + [:case=149;type="f32";wgSize=[128,1,1\]] + + [:case=149;type="f32";wgSize=[64,2,1\]] + + [:case=14;type="f16";wgSize=[128,1,1\]] + + [:case=14;type="f16";wgSize=[64,2,1\]] + + [:case=14;type="f32";wgSize=[128,1,1\]] + + [:case=14;type="f32";wgSize=[64,2,1\]] + + [:case=150;type="f16";wgSize=[128,1,1\]] + + [:case=150;type="f16";wgSize=[64,2,1\]] + + [:case=150;type="f32";wgSize=[128,1,1\]] + + [:case=150;type="f32";wgSize=[64,2,1\]] + + [:case=151;type="f16";wgSize=[128,1,1\]] + + [:case=151;type="f16";wgSize=[64,2,1\]] + + [:case=151;type="f32";wgSize=[128,1,1\]] + + [:case=151;type="f32";wgSize=[64,2,1\]] + + [:case=152;type="f16";wgSize=[128,1,1\]] + + [:case=152;type="f16";wgSize=[64,2,1\]] + + [:case=152;type="f32";wgSize=[128,1,1\]] + + [:case=152;type="f32";wgSize=[64,2,1\]] + + [:case=153;type="f16";wgSize=[128,1,1\]] + + [:case=153;type="f16";wgSize=[64,2,1\]] + + [:case=153;type="f32";wgSize=[128,1,1\]] + + [:case=153;type="f32";wgSize=[64,2,1\]] + + [:case=154;type="f16";wgSize=[128,1,1\]] + + [:case=154;type="f16";wgSize=[64,2,1\]] + + [:case=154;type="f32";wgSize=[128,1,1\]] + + [:case=154;type="f32";wgSize=[64,2,1\]] + + [:case=155;type="f16";wgSize=[128,1,1\]] + + [:case=155;type="f16";wgSize=[64,2,1\]] + + [:case=155;type="f32";wgSize=[128,1,1\]] + + [:case=155;type="f32";wgSize=[64,2,1\]] + + [:case=156;type="f16";wgSize=[128,1,1\]] + + [:case=156;type="f16";wgSize=[64,2,1\]] + + [:case=156;type="f32";wgSize=[128,1,1\]] + + [:case=156;type="f32";wgSize=[64,2,1\]] + + [:case=157;type="f16";wgSize=[128,1,1\]] + + [:case=157;type="f16";wgSize=[64,2,1\]] + + [:case=157;type="f32";wgSize=[128,1,1\]] + + [:case=157;type="f32";wgSize=[64,2,1\]] + + [:case=158;type="f16";wgSize=[128,1,1\]] + + [:case=158;type="f16";wgSize=[64,2,1\]] + + [:case=158;type="f32";wgSize=[128,1,1\]] + + [:case=158;type="f32";wgSize=[64,2,1\]] + + [:case=159;type="f16";wgSize=[128,1,1\]] + + [:case=159;type="f16";wgSize=[64,2,1\]] + + [:case=159;type="f32";wgSize=[128,1,1\]] + + [:case=159;type="f32";wgSize=[64,2,1\]] + + [:case=15;type="f16";wgSize=[128,1,1\]] + + [:case=15;type="f16";wgSize=[64,2,1\]] + + [:case=15;type="f32";wgSize=[128,1,1\]] + + [:case=15;type="f32";wgSize=[64,2,1\]] + + [:case=160;type="f16";wgSize=[128,1,1\]] + + [:case=160;type="f16";wgSize=[64,2,1\]] + + [:case=160;type="f32";wgSize=[128,1,1\]] + + [:case=160;type="f32";wgSize=[64,2,1\]] + + [:case=161;type="f16";wgSize=[128,1,1\]] + + [:case=161;type="f16";wgSize=[64,2,1\]] + + [:case=161;type="f32";wgSize=[128,1,1\]] + + [:case=161;type="f32";wgSize=[64,2,1\]] + + [:case=162;type="f16";wgSize=[128,1,1\]] + + [:case=162;type="f16";wgSize=[64,2,1\]] + + [:case=162;type="f32";wgSize=[128,1,1\]] + + [:case=162;type="f32";wgSize=[64,2,1\]] + + [:case=163;type="f16";wgSize=[128,1,1\]] + + [:case=163;type="f16";wgSize=[64,2,1\]] + + [:case=163;type="f32";wgSize=[128,1,1\]] + + [:case=163;type="f32";wgSize=[64,2,1\]] + + [:case=164;type="f16";wgSize=[128,1,1\]] + + [:case=164;type="f16";wgSize=[64,2,1\]] + + [:case=164;type="f32";wgSize=[128,1,1\]] + + [:case=164;type="f32";wgSize=[64,2,1\]] + + [:case=165;type="f16";wgSize=[128,1,1\]] + + [:case=165;type="f16";wgSize=[64,2,1\]] + + [:case=165;type="f32";wgSize=[128,1,1\]] + + [:case=165;type="f32";wgSize=[64,2,1\]] + + [:case=166;type="f16";wgSize=[128,1,1\]] + + [:case=166;type="f16";wgSize=[64,2,1\]] + + [:case=166;type="f32";wgSize=[128,1,1\]] + + [:case=166;type="f32";wgSize=[64,2,1\]] + + [:case=167;type="f16";wgSize=[128,1,1\]] + + [:case=167;type="f16";wgSize=[64,2,1\]] + + [:case=167;type="f32";wgSize=[128,1,1\]] + + [:case=167;type="f32";wgSize=[64,2,1\]] + + [:case=168;type="f16";wgSize=[128,1,1\]] + + [:case=168;type="f16";wgSize=[64,2,1\]] + + [:case=168;type="f32";wgSize=[128,1,1\]] + + [:case=168;type="f32";wgSize=[64,2,1\]] + + [:case=169;type="f16";wgSize=[128,1,1\]] + + [:case=169;type="f16";wgSize=[64,2,1\]] + + [:case=169;type="f32";wgSize=[128,1,1\]] + + [:case=169;type="f32";wgSize=[64,2,1\]] + + [:case=16;type="f16";wgSize=[128,1,1\]] + + [:case=16;type="f16";wgSize=[64,2,1\]] + + [:case=16;type="f32";wgSize=[128,1,1\]] + + [:case=16;type="f32";wgSize=[64,2,1\]] + + [:case=170;type="f16";wgSize=[128,1,1\]] + + [:case=170;type="f16";wgSize=[64,2,1\]] + + [:case=170;type="f32";wgSize=[128,1,1\]] + + [:case=170;type="f32";wgSize=[64,2,1\]] + + [:case=171;type="f16";wgSize=[128,1,1\]] + + [:case=171;type="f16";wgSize=[64,2,1\]] + + [:case=171;type="f32";wgSize=[128,1,1\]] + + [:case=171;type="f32";wgSize=[64,2,1\]] + + [:case=172;type="f16";wgSize=[128,1,1\]] + + [:case=172;type="f16";wgSize=[64,2,1\]] + + [:case=172;type="f32";wgSize=[128,1,1\]] + + [:case=172;type="f32";wgSize=[64,2,1\]] + + [:case=173;type="f16";wgSize=[128,1,1\]] + + [:case=173;type="f16";wgSize=[64,2,1\]] + + [:case=173;type="f32";wgSize=[128,1,1\]] + + [:case=173;type="f32";wgSize=[64,2,1\]] + + [:case=174;type="f16";wgSize=[128,1,1\]] + + [:case=174;type="f16";wgSize=[64,2,1\]] + + [:case=174;type="f32";wgSize=[128,1,1\]] + + [:case=174;type="f32";wgSize=[64,2,1\]] + + [:case=175;type="f16";wgSize=[128,1,1\]] + + [:case=175;type="f16";wgSize=[64,2,1\]] + + [:case=175;type="f32";wgSize=[128,1,1\]] + + [:case=175;type="f32";wgSize=[64,2,1\]] + + [:case=176;type="f16";wgSize=[128,1,1\]] + + [:case=176;type="f16";wgSize=[64,2,1\]] + + [:case=176;type="f32";wgSize=[128,1,1\]] + + [:case=176;type="f32";wgSize=[64,2,1\]] + + [:case=177;type="f16";wgSize=[128,1,1\]] + + [:case=177;type="f16";wgSize=[64,2,1\]] + + [:case=177;type="f32";wgSize=[128,1,1\]] + + [:case=177;type="f32";wgSize=[64,2,1\]] + + [:case=178;type="f16";wgSize=[128,1,1\]] + + [:case=178;type="f16";wgSize=[64,2,1\]] + + [:case=178;type="f32";wgSize=[128,1,1\]] + + [:case=178;type="f32";wgSize=[64,2,1\]] + + [:case=179;type="f16";wgSize=[128,1,1\]] + + [:case=179;type="f16";wgSize=[64,2,1\]] + + [:case=179;type="f32";wgSize=[128,1,1\]] + + [:case=179;type="f32";wgSize=[64,2,1\]] + + [:case=17;type="f16";wgSize=[128,1,1\]] + + [:case=17;type="f16";wgSize=[64,2,1\]] + + [:case=17;type="f32";wgSize=[128,1,1\]] + + [:case=17;type="f32";wgSize=[64,2,1\]] + + [:case=180;type="f16";wgSize=[128,1,1\]] + + [:case=180;type="f16";wgSize=[64,2,1\]] + + [:case=180;type="f32";wgSize=[128,1,1\]] + + [:case=180;type="f32";wgSize=[64,2,1\]] + + [:case=181;type="f16";wgSize=[128,1,1\]] + + [:case=181;type="f16";wgSize=[64,2,1\]] + + [:case=181;type="f32";wgSize=[128,1,1\]] + + [:case=181;type="f32";wgSize=[64,2,1\]] + + [:case=182;type="f16";wgSize=[128,1,1\]] + + [:case=182;type="f16";wgSize=[64,2,1\]] + + [:case=182;type="f32";wgSize=[128,1,1\]] + + [:case=182;type="f32";wgSize=[64,2,1\]] + + [:case=183;type="f16";wgSize=[128,1,1\]] + + [:case=183;type="f16";wgSize=[64,2,1\]] + + [:case=183;type="f32";wgSize=[128,1,1\]] + + [:case=183;type="f32";wgSize=[64,2,1\]] + + [:case=184;type="f16";wgSize=[128,1,1\]] + + [:case=184;type="f16";wgSize=[64,2,1\]] + + [:case=184;type="f32";wgSize=[128,1,1\]] + + [:case=184;type="f32";wgSize=[64,2,1\]] + + [:case=185;type="f16";wgSize=[128,1,1\]] + + [:case=185;type="f16";wgSize=[64,2,1\]] + + [:case=185;type="f32";wgSize=[128,1,1\]] + + [:case=185;type="f32";wgSize=[64,2,1\]] + + [:case=186;type="f16";wgSize=[128,1,1\]] + + [:case=186;type="f16";wgSize=[64,2,1\]] + + [:case=186;type="f32";wgSize=[128,1,1\]] + + [:case=186;type="f32";wgSize=[64,2,1\]] + + [:case=187;type="f16";wgSize=[128,1,1\]] + + [:case=187;type="f16";wgSize=[64,2,1\]] + + [:case=187;type="f32";wgSize=[128,1,1\]] + + [:case=187;type="f32";wgSize=[64,2,1\]] + + [:case=188;type="f16";wgSize=[128,1,1\]] + + [:case=188;type="f16";wgSize=[64,2,1\]] + + [:case=188;type="f32";wgSize=[128,1,1\]] + + [:case=188;type="f32";wgSize=[64,2,1\]] + + [:case=189;type="f16";wgSize=[128,1,1\]] + + [:case=189;type="f16";wgSize=[64,2,1\]] + + [:case=189;type="f32";wgSize=[128,1,1\]] + + [:case=189;type="f32";wgSize=[64,2,1\]] + + [:case=18;type="f16";wgSize=[128,1,1\]] + + [:case=18;type="f16";wgSize=[64,2,1\]] + + [:case=18;type="f32";wgSize=[128,1,1\]] + + [:case=18;type="f32";wgSize=[64,2,1\]] + + [:case=190;type="f16";wgSize=[128,1,1\]] + + [:case=190;type="f16";wgSize=[64,2,1\]] + + [:case=190;type="f32";wgSize=[128,1,1\]] + + [:case=190;type="f32";wgSize=[64,2,1\]] + + [:case=191;type="f16";wgSize=[128,1,1\]] + + [:case=191;type="f16";wgSize=[64,2,1\]] + + [:case=191;type="f32";wgSize=[128,1,1\]] + + [:case=191;type="f32";wgSize=[64,2,1\]] + + [:case=192;type="f16";wgSize=[128,1,1\]] + + [:case=192;type="f16";wgSize=[64,2,1\]] + + [:case=192;type="f32";wgSize=[128,1,1\]] + + [:case=192;type="f32";wgSize=[64,2,1\]] + + [:case=193;type="f16";wgSize=[128,1,1\]] + + [:case=193;type="f16";wgSize=[64,2,1\]] + + [:case=193;type="f32";wgSize=[128,1,1\]] + + [:case=193;type="f32";wgSize=[64,2,1\]] + + [:case=194;type="f16";wgSize=[128,1,1\]] + + [:case=194;type="f16";wgSize=[64,2,1\]] + + [:case=194;type="f32";wgSize=[128,1,1\]] + + [:case=194;type="f32";wgSize=[64,2,1\]] + + [:case=195;type="f16";wgSize=[128,1,1\]] + + [:case=195;type="f16";wgSize=[64,2,1\]] + + [:case=195;type="f32";wgSize=[128,1,1\]] + + [:case=195;type="f32";wgSize=[64,2,1\]] + + [:case=196;type="f16";wgSize=[128,1,1\]] + + [:case=196;type="f16";wgSize=[64,2,1\]] + + [:case=196;type="f32";wgSize=[128,1,1\]] + + [:case=196;type="f32";wgSize=[64,2,1\]] + + [:case=197;type="f16";wgSize=[128,1,1\]] + + [:case=197;type="f16";wgSize=[64,2,1\]] + + [:case=197;type="f32";wgSize=[128,1,1\]] + + [:case=197;type="f32";wgSize=[64,2,1\]] + + [:case=198;type="f16";wgSize=[128,1,1\]] + + [:case=198;type="f16";wgSize=[64,2,1\]] + + [:case=198;type="f32";wgSize=[128,1,1\]] + + [:case=198;type="f32";wgSize=[64,2,1\]] + + [:case=199;type="f16";wgSize=[128,1,1\]] + + [:case=199;type="f16";wgSize=[64,2,1\]] + + [:case=199;type="f32";wgSize=[128,1,1\]] + + [:case=199;type="f32";wgSize=[64,2,1\]] + + [:case=19;type="f16";wgSize=[128,1,1\]] + + [:case=19;type="f16";wgSize=[64,2,1\]] + + [:case=19;type="f32";wgSize=[128,1,1\]] + + [:case=19;type="f32";wgSize=[64,2,1\]] + + [:case=1;type="f16";wgSize=[128,1,1\]] + + [:case=1;type="f16";wgSize=[64,2,1\]] + + [:case=1;type="f32";wgSize=[128,1,1\]] + + [:case=1;type="f32";wgSize=[64,2,1\]] + + [:case=200;type="f16";wgSize=[128,1,1\]] + + [:case=200;type="f16";wgSize=[64,2,1\]] + + [:case=200;type="f32";wgSize=[128,1,1\]] + + [:case=200;type="f32";wgSize=[64,2,1\]] + + [:case=201;type="f16";wgSize=[128,1,1\]] + + [:case=201;type="f16";wgSize=[64,2,1\]] + + [:case=201;type="f32";wgSize=[128,1,1\]] + + [:case=201;type="f32";wgSize=[64,2,1\]] + + [:case=202;type="f16";wgSize=[128,1,1\]] + + [:case=202;type="f16";wgSize=[64,2,1\]] + + [:case=202;type="f32";wgSize=[128,1,1\]] + + [:case=202;type="f32";wgSize=[64,2,1\]] + + [:case=203;type="f16";wgSize=[128,1,1\]] + + [:case=203;type="f16";wgSize=[64,2,1\]] + + [:case=203;type="f32";wgSize=[128,1,1\]] + + [:case=203;type="f32";wgSize=[64,2,1\]] + + [:case=204;type="f16";wgSize=[128,1,1\]] + + [:case=204;type="f16";wgSize=[64,2,1\]] + + [:case=204;type="f32";wgSize=[128,1,1\]] + + [:case=204;type="f32";wgSize=[64,2,1\]] + + [:case=205;type="f16";wgSize=[128,1,1\]] + + [:case=205;type="f16";wgSize=[64,2,1\]] + + [:case=205;type="f32";wgSize=[128,1,1\]] + + [:case=205;type="f32";wgSize=[64,2,1\]] + + [:case=206;type="f16";wgSize=[128,1,1\]] + + [:case=206;type="f16";wgSize=[64,2,1\]] + + [:case=206;type="f32";wgSize=[128,1,1\]] + + [:case=206;type="f32";wgSize=[64,2,1\]] + + [:case=207;type="f16";wgSize=[128,1,1\]] + + [:case=207;type="f16";wgSize=[64,2,1\]] + + [:case=207;type="f32";wgSize=[128,1,1\]] + + [:case=207;type="f32";wgSize=[64,2,1\]] + + [:case=208;type="f16";wgSize=[128,1,1\]] + + [:case=208;type="f16";wgSize=[64,2,1\]] + + [:case=208;type="f32";wgSize=[128,1,1\]] + + [:case=208;type="f32";wgSize=[64,2,1\]] + + [:case=209;type="f16";wgSize=[128,1,1\]] + + [:case=209;type="f16";wgSize=[64,2,1\]] + + [:case=209;type="f32";wgSize=[128,1,1\]] + + [:case=209;type="f32";wgSize=[64,2,1\]] + + [:case=20;type="f16";wgSize=[128,1,1\]] + + [:case=20;type="f16";wgSize=[64,2,1\]] + + [:case=20;type="f32";wgSize=[128,1,1\]] + + [:case=20;type="f32";wgSize=[64,2,1\]] + + [:case=210;type="f16";wgSize=[128,1,1\]] + + [:case=210;type="f16";wgSize=[64,2,1\]] + + [:case=210;type="f32";wgSize=[128,1,1\]] + + [:case=210;type="f32";wgSize=[64,2,1\]] + + [:case=211;type="f16";wgSize=[128,1,1\]] + + [:case=211;type="f16";wgSize=[64,2,1\]] + + [:case=211;type="f32";wgSize=[128,1,1\]] + + [:case=211;type="f32";wgSize=[64,2,1\]] + + [:case=212;type="f16";wgSize=[128,1,1\]] + + [:case=212;type="f16";wgSize=[64,2,1\]] + + [:case=212;type="f32";wgSize=[128,1,1\]] + + [:case=212;type="f32";wgSize=[64,2,1\]] + + [:case=213;type="f16";wgSize=[128,1,1\]] + + [:case=213;type="f16";wgSize=[64,2,1\]] + + [:case=213;type="f32";wgSize=[128,1,1\]] + + [:case=213;type="f32";wgSize=[64,2,1\]] + + [:case=214;type="f16";wgSize=[128,1,1\]] + + [:case=214;type="f16";wgSize=[64,2,1\]] + + [:case=214;type="f32";wgSize=[128,1,1\]] + + [:case=214;type="f32";wgSize=[64,2,1\]] + + [:case=215;type="f16";wgSize=[128,1,1\]] + + [:case=215;type="f16";wgSize=[64,2,1\]] + + [:case=215;type="f32";wgSize=[128,1,1\]] + + [:case=215;type="f32";wgSize=[64,2,1\]] + + [:case=216;type="f16";wgSize=[128,1,1\]] + + [:case=216;type="f16";wgSize=[64,2,1\]] + + [:case=216;type="f32";wgSize=[128,1,1\]] + + [:case=216;type="f32";wgSize=[64,2,1\]] + + [:case=217;type="f16";wgSize=[128,1,1\]] + + [:case=217;type="f16";wgSize=[64,2,1\]] + + [:case=217;type="f32";wgSize=[128,1,1\]] + + [:case=217;type="f32";wgSize=[64,2,1\]] + + [:case=218;type="f16";wgSize=[128,1,1\]] + + [:case=218;type="f16";wgSize=[64,2,1\]] + + [:case=218;type="f32";wgSize=[128,1,1\]] + + [:case=218;type="f32";wgSize=[64,2,1\]] + + [:case=219;type="f16";wgSize=[128,1,1\]] + + [:case=219;type="f16";wgSize=[64,2,1\]] + + [:case=219;type="f32";wgSize=[128,1,1\]] + + [:case=219;type="f32";wgSize=[64,2,1\]] + + [:case=21;type="f16";wgSize=[128,1,1\]] + + [:case=21;type="f16";wgSize=[64,2,1\]] + + [:case=21;type="f32";wgSize=[128,1,1\]] + + [:case=21;type="f32";wgSize=[64,2,1\]] + + [:case=220;type="f16";wgSize=[128,1,1\]] + + [:case=220;type="f16";wgSize=[64,2,1\]] + + [:case=220;type="f32";wgSize=[128,1,1\]] + + [:case=220;type="f32";wgSize=[64,2,1\]] + + [:case=221;type="f16";wgSize=[128,1,1\]] + + [:case=221;type="f16";wgSize=[64,2,1\]] + + [:case=221;type="f32";wgSize=[128,1,1\]] + + [:case=221;type="f32";wgSize=[64,2,1\]] + + [:case=222;type="f16";wgSize=[128,1,1\]] + + [:case=222;type="f16";wgSize=[64,2,1\]] + + [:case=222;type="f32";wgSize=[128,1,1\]] + + [:case=222;type="f32";wgSize=[64,2,1\]] + + [:case=223;type="f16";wgSize=[128,1,1\]] + + [:case=223;type="f16";wgSize=[64,2,1\]] + + [:case=223;type="f32";wgSize=[128,1,1\]] + + [:case=223;type="f32";wgSize=[64,2,1\]] + + [:case=224;type="f16";wgSize=[128,1,1\]] + + [:case=224;type="f16";wgSize=[64,2,1\]] + + [:case=224;type="f32";wgSize=[128,1,1\]] + + [:case=224;type="f32";wgSize=[64,2,1\]] + + [:case=225;type="f16";wgSize=[128,1,1\]] + + [:case=225;type="f16";wgSize=[64,2,1\]] + + [:case=225;type="f32";wgSize=[128,1,1\]] + + [:case=225;type="f32";wgSize=[64,2,1\]] + + [:case=226;type="f16";wgSize=[128,1,1\]] + + [:case=226;type="f16";wgSize=[64,2,1\]] + + [:case=226;type="f32";wgSize=[128,1,1\]] + + [:case=226;type="f32";wgSize=[64,2,1\]] + + [:case=227;type="f16";wgSize=[128,1,1\]] + + [:case=227;type="f16";wgSize=[64,2,1\]] + + [:case=227;type="f32";wgSize=[128,1,1\]] + + [:case=227;type="f32";wgSize=[64,2,1\]] + + [:case=228;type="f16";wgSize=[128,1,1\]] + + [:case=228;type="f16";wgSize=[64,2,1\]] + + [:case=228;type="f32";wgSize=[128,1,1\]] + + [:case=228;type="f32";wgSize=[64,2,1\]] + + [:case=229;type="f16";wgSize=[128,1,1\]] + + [:case=229;type="f16";wgSize=[64,2,1\]] + + [:case=229;type="f32";wgSize=[128,1,1\]] + + [:case=229;type="f32";wgSize=[64,2,1\]] + + [:case=22;type="f16";wgSize=[128,1,1\]] + + [:case=22;type="f16";wgSize=[64,2,1\]] + + [:case=22;type="f32";wgSize=[128,1,1\]] + + [:case=22;type="f32";wgSize=[64,2,1\]] + + [:case=230;type="f16";wgSize=[128,1,1\]] + + [:case=230;type="f16";wgSize=[64,2,1\]] + + [:case=230;type="f32";wgSize=[128,1,1\]] + + [:case=230;type="f32";wgSize=[64,2,1\]] + + [:case=231;type="f16";wgSize=[128,1,1\]] + + [:case=231;type="f16";wgSize=[64,2,1\]] + + [:case=231;type="f32";wgSize=[128,1,1\]] + + [:case=231;type="f32";wgSize=[64,2,1\]] + + [:case=232;type="f16";wgSize=[128,1,1\]] + + [:case=232;type="f16";wgSize=[64,2,1\]] + + [:case=232;type="f32";wgSize=[128,1,1\]] + + [:case=232;type="f32";wgSize=[64,2,1\]] + + [:case=233;type="f16";wgSize=[128,1,1\]] + + [:case=233;type="f16";wgSize=[64,2,1\]] + + [:case=233;type="f32";wgSize=[128,1,1\]] + + [:case=233;type="f32";wgSize=[64,2,1\]] + + [:case=234;type="f16";wgSize=[128,1,1\]] + + [:case=234;type="f16";wgSize=[64,2,1\]] + + [:case=234;type="f32";wgSize=[128,1,1\]] + + [:case=234;type="f32";wgSize=[64,2,1\]] + + [:case=235;type="f16";wgSize=[128,1,1\]] + + [:case=235;type="f16";wgSize=[64,2,1\]] + + [:case=235;type="f32";wgSize=[128,1,1\]] + + [:case=235;type="f32";wgSize=[64,2,1\]] + + [:case=236;type="f16";wgSize=[128,1,1\]] + + [:case=236;type="f16";wgSize=[64,2,1\]] + + [:case=236;type="f32";wgSize=[128,1,1\]] + + [:case=236;type="f32";wgSize=[64,2,1\]] + + [:case=237;type="f16";wgSize=[128,1,1\]] + + [:case=237;type="f16";wgSize=[64,2,1\]] + + [:case=237;type="f32";wgSize=[128,1,1\]] + + [:case=237;type="f32";wgSize=[64,2,1\]] + + [:case=238;type="f16";wgSize=[128,1,1\]] + + [:case=238;type="f16";wgSize=[64,2,1\]] + + [:case=238;type="f32";wgSize=[128,1,1\]] + + [:case=238;type="f32";wgSize=[64,2,1\]] + + [:case=239;type="f16";wgSize=[128,1,1\]] + + [:case=239;type="f16";wgSize=[64,2,1\]] + + [:case=239;type="f32";wgSize=[128,1,1\]] + + [:case=239;type="f32";wgSize=[64,2,1\]] + + [:case=23;type="f16";wgSize=[128,1,1\]] + + [:case=23;type="f16";wgSize=[64,2,1\]] + + [:case=23;type="f32";wgSize=[128,1,1\]] + + [:case=23;type="f32";wgSize=[64,2,1\]] + + [:case=240;type="f16";wgSize=[128,1,1\]] + + [:case=240;type="f16";wgSize=[64,2,1\]] + + [:case=240;type="f32";wgSize=[128,1,1\]] + + [:case=240;type="f32";wgSize=[64,2,1\]] + + [:case=241;type="f16";wgSize=[128,1,1\]] + + [:case=241;type="f16";wgSize=[64,2,1\]] + + [:case=241;type="f32";wgSize=[128,1,1\]] + + [:case=241;type="f32";wgSize=[64,2,1\]] + + [:case=242;type="f16";wgSize=[128,1,1\]] + + [:case=242;type="f16";wgSize=[64,2,1\]] + + [:case=242;type="f32";wgSize=[128,1,1\]] + + [:case=242;type="f32";wgSize=[64,2,1\]] + + [:case=243;type="f16";wgSize=[128,1,1\]] + + [:case=243;type="f16";wgSize=[64,2,1\]] + + [:case=243;type="f32";wgSize=[128,1,1\]] + + [:case=243;type="f32";wgSize=[64,2,1\]] + + [:case=244;type="f16";wgSize=[128,1,1\]] + + [:case=244;type="f16";wgSize=[64,2,1\]] + + [:case=244;type="f32";wgSize=[128,1,1\]] + + [:case=244;type="f32";wgSize=[64,2,1\]] + + [:case=245;type="f16";wgSize=[128,1,1\]] + + [:case=245;type="f16";wgSize=[64,2,1\]] + + [:case=245;type="f32";wgSize=[128,1,1\]] + + [:case=245;type="f32";wgSize=[64,2,1\]] + + [:case=246;type="f16";wgSize=[128,1,1\]] + + [:case=246;type="f16";wgSize=[64,2,1\]] + + [:case=246;type="f32";wgSize=[128,1,1\]] + + [:case=246;type="f32";wgSize=[64,2,1\]] + + [:case=247;type="f16";wgSize=[128,1,1\]] + + [:case=247;type="f16";wgSize=[64,2,1\]] + + [:case=247;type="f32";wgSize=[128,1,1\]] + + [:case=247;type="f32";wgSize=[64,2,1\]] + + [:case=248;type="f16";wgSize=[128,1,1\]] + + [:case=248;type="f16";wgSize=[64,2,1\]] + + [:case=248;type="f32";wgSize=[128,1,1\]] + + [:case=248;type="f32";wgSize=[64,2,1\]] + + [:case=249;type="f16";wgSize=[128,1,1\]] + + [:case=249;type="f16";wgSize=[64,2,1\]] + + [:case=249;type="f32";wgSize=[128,1,1\]] + + [:case=249;type="f32";wgSize=[64,2,1\]] + + [:case=24;type="f16";wgSize=[128,1,1\]] + + [:case=24;type="f16";wgSize=[64,2,1\]] + + [:case=24;type="f32";wgSize=[128,1,1\]] + + [:case=24;type="f32";wgSize=[64,2,1\]] + + [:case=250;type="f16";wgSize=[128,1,1\]] + + [:case=250;type="f16";wgSize=[64,2,1\]] + + [:case=250;type="f32";wgSize=[128,1,1\]] + + [:case=250;type="f32";wgSize=[64,2,1\]] + + [:case=251;type="f16";wgSize=[128,1,1\]] + + [:case=251;type="f16";wgSize=[64,2,1\]] + + [:case=251;type="f32";wgSize=[128,1,1\]] + + [:case=251;type="f32";wgSize=[64,2,1\]] + + [:case=252;type="f16";wgSize=[128,1,1\]] + + [:case=252;type="f16";wgSize=[64,2,1\]] + + [:case=252;type="f32";wgSize=[128,1,1\]] + + [:case=252;type="f32";wgSize=[64,2,1\]] + + [:case=253;type="f16";wgSize=[128,1,1\]] + + [:case=253;type="f16";wgSize=[64,2,1\]] + + [:case=253;type="f32";wgSize=[128,1,1\]] + + [:case=253;type="f32";wgSize=[64,2,1\]] + + [:case=254;type="f16";wgSize=[128,1,1\]] + + [:case=254;type="f16";wgSize=[64,2,1\]] + + [:case=254;type="f32";wgSize=[128,1,1\]] + + [:case=254;type="f32";wgSize=[64,2,1\]] + + [:case=255;type="f16";wgSize=[128,1,1\]] + + [:case=255;type="f16";wgSize=[64,2,1\]] + + [:case=255;type="f32";wgSize=[128,1,1\]] + + [:case=255;type="f32";wgSize=[64,2,1\]] + + [:case=256;type="f16";wgSize=[128,1,1\]] + + [:case=256;type="f16";wgSize=[64,2,1\]] + + [:case=256;type="f32";wgSize=[128,1,1\]] + + [:case=256;type="f32";wgSize=[64,2,1\]] + + [:case=257;type="f16";wgSize=[128,1,1\]] + + [:case=257;type="f16";wgSize=[64,2,1\]] + + [:case=257;type="f32";wgSize=[128,1,1\]] + + [:case=257;type="f32";wgSize=[64,2,1\]] + + [:case=258;type="f16";wgSize=[128,1,1\]] + + [:case=258;type="f16";wgSize=[64,2,1\]] + + [:case=258;type="f32";wgSize=[128,1,1\]] + + [:case=258;type="f32";wgSize=[64,2,1\]] + + [:case=259;type="f16";wgSize=[128,1,1\]] + + [:case=259;type="f16";wgSize=[64,2,1\]] + + [:case=259;type="f32";wgSize=[128,1,1\]] + + [:case=259;type="f32";wgSize=[64,2,1\]] + + [:case=25;type="f16";wgSize=[128,1,1\]] + + [:case=25;type="f16";wgSize=[64,2,1\]] + + [:case=25;type="f32";wgSize=[128,1,1\]] + + [:case=25;type="f32";wgSize=[64,2,1\]] + + [:case=260;type="f16";wgSize=[128,1,1\]] + + [:case=260;type="f16";wgSize=[64,2,1\]] + + [:case=260;type="f32";wgSize=[128,1,1\]] + + [:case=260;type="f32";wgSize=[64,2,1\]] + + [:case=261;type="f16";wgSize=[128,1,1\]] + + [:case=261;type="f16";wgSize=[64,2,1\]] + + [:case=261;type="f32";wgSize=[128,1,1\]] + + [:case=261;type="f32";wgSize=[64,2,1\]] + + [:case=262;type="f16";wgSize=[128,1,1\]] + + [:case=262;type="f16";wgSize=[64,2,1\]] + + [:case=262;type="f32";wgSize=[128,1,1\]] + + [:case=262;type="f32";wgSize=[64,2,1\]] + + [:case=263;type="f16";wgSize=[128,1,1\]] + + [:case=263;type="f16";wgSize=[64,2,1\]] + + [:case=263;type="f32";wgSize=[128,1,1\]] + + [:case=263;type="f32";wgSize=[64,2,1\]] + + [:case=264;type="f16";wgSize=[128,1,1\]] + + [:case=264;type="f16";wgSize=[64,2,1\]] + + [:case=264;type="f32";wgSize=[128,1,1\]] + + [:case=264;type="f32";wgSize=[64,2,1\]] + + [:case=265;type="f16";wgSize=[128,1,1\]] + + [:case=265;type="f16";wgSize=[64,2,1\]] + + [:case=265;type="f32";wgSize=[128,1,1\]] + + [:case=265;type="f32";wgSize=[64,2,1\]] + + [:case=266;type="f16";wgSize=[128,1,1\]] + + [:case=266;type="f16";wgSize=[64,2,1\]] + + [:case=266;type="f32";wgSize=[128,1,1\]] + + [:case=266;type="f32";wgSize=[64,2,1\]] + + [:case=267;type="f16";wgSize=[128,1,1\]] + + [:case=267;type="f16";wgSize=[64,2,1\]] + + [:case=267;type="f32";wgSize=[128,1,1\]] + + [:case=267;type="f32";wgSize=[64,2,1\]] + + [:case=268;type="f16";wgSize=[128,1,1\]] + + [:case=268;type="f16";wgSize=[64,2,1\]] + + [:case=268;type="f32";wgSize=[128,1,1\]] + + [:case=268;type="f32";wgSize=[64,2,1\]] + + [:case=269;type="f16";wgSize=[128,1,1\]] + + [:case=269;type="f16";wgSize=[64,2,1\]] + + [:case=269;type="f32";wgSize=[128,1,1\]] + + [:case=269;type="f32";wgSize=[64,2,1\]] + + [:case=26;type="f16";wgSize=[128,1,1\]] + + [:case=26;type="f16";wgSize=[64,2,1\]] + + [:case=26;type="f32";wgSize=[128,1,1\]] + + [:case=26;type="f32";wgSize=[64,2,1\]] + + [:case=270;type="f16";wgSize=[128,1,1\]] + + [:case=270;type="f16";wgSize=[64,2,1\]] + + [:case=270;type="f32";wgSize=[128,1,1\]] + + [:case=270;type="f32";wgSize=[64,2,1\]] + + [:case=271;type="f16";wgSize=[128,1,1\]] + + [:case=271;type="f16";wgSize=[64,2,1\]] + + [:case=271;type="f32";wgSize=[128,1,1\]] + + [:case=271;type="f32";wgSize=[64,2,1\]] + + [:case=272;type="f16";wgSize=[128,1,1\]] + + [:case=272;type="f16";wgSize=[64,2,1\]] + + [:case=272;type="f32";wgSize=[128,1,1\]] + + [:case=272;type="f32";wgSize=[64,2,1\]] + + [:case=273;type="f16";wgSize=[128,1,1\]] + + [:case=273;type="f16";wgSize=[64,2,1\]] + + [:case=273;type="f32";wgSize=[128,1,1\]] + + [:case=273;type="f32";wgSize=[64,2,1\]] + + [:case=274;type="f16";wgSize=[128,1,1\]] + + [:case=274;type="f16";wgSize=[64,2,1\]] + + [:case=274;type="f32";wgSize=[128,1,1\]] + + [:case=274;type="f32";wgSize=[64,2,1\]] + + [:case=275;type="f16";wgSize=[128,1,1\]] + + [:case=275;type="f16";wgSize=[64,2,1\]] + + [:case=275;type="f32";wgSize=[128,1,1\]] + + [:case=275;type="f32";wgSize=[64,2,1\]] + + [:case=276;type="f16";wgSize=[128,1,1\]] + + [:case=276;type="f16";wgSize=[64,2,1\]] + + [:case=276;type="f32";wgSize=[128,1,1\]] + + [:case=276;type="f32";wgSize=[64,2,1\]] + + [:case=277;type="f16";wgSize=[128,1,1\]] + + [:case=277;type="f16";wgSize=[64,2,1\]] + + [:case=277;type="f32";wgSize=[128,1,1\]] + + [:case=277;type="f32";wgSize=[64,2,1\]] + + [:case=278;type="f16";wgSize=[128,1,1\]] + + [:case=278;type="f16";wgSize=[64,2,1\]] + + [:case=278;type="f32";wgSize=[128,1,1\]] + + [:case=278;type="f32";wgSize=[64,2,1\]] + + [:case=279;type="f16";wgSize=[128,1,1\]] + + [:case=279;type="f16";wgSize=[64,2,1\]] + + [:case=279;type="f32";wgSize=[128,1,1\]] + + [:case=279;type="f32";wgSize=[64,2,1\]] + + [:case=27;type="f16";wgSize=[128,1,1\]] + + [:case=27;type="f16";wgSize=[64,2,1\]] + + [:case=27;type="f32";wgSize=[128,1,1\]] + + [:case=27;type="f32";wgSize=[64,2,1\]] + + [:case=280;type="f16";wgSize=[128,1,1\]] + + [:case=280;type="f16";wgSize=[64,2,1\]] + + [:case=280;type="f32";wgSize=[128,1,1\]] + + [:case=280;type="f32";wgSize=[64,2,1\]] + + [:case=281;type="f16";wgSize=[128,1,1\]] + + [:case=281;type="f16";wgSize=[64,2,1\]] + + [:case=281;type="f32";wgSize=[128,1,1\]] + + [:case=281;type="f32";wgSize=[64,2,1\]] + + [:case=282;type="f16";wgSize=[128,1,1\]] + + [:case=282;type="f16";wgSize=[64,2,1\]] + + [:case=282;type="f32";wgSize=[128,1,1\]] + + [:case=282;type="f32";wgSize=[64,2,1\]] + + [:case=283;type="f16";wgSize=[128,1,1\]] + + [:case=283;type="f16";wgSize=[64,2,1\]] + + [:case=283;type="f32";wgSize=[128,1,1\]] + + [:case=283;type="f32";wgSize=[64,2,1\]] + + [:case=284;type="f16";wgSize=[128,1,1\]] + + [:case=284;type="f16";wgSize=[64,2,1\]] + + [:case=284;type="f32";wgSize=[128,1,1\]] + + [:case=284;type="f32";wgSize=[64,2,1\]] + + [:case=285;type="f16";wgSize=[128,1,1\]] + + [:case=285;type="f16";wgSize=[64,2,1\]] + + [:case=285;type="f32";wgSize=[128,1,1\]] + + [:case=285;type="f32";wgSize=[64,2,1\]] + + [:case=286;type="f16";wgSize=[128,1,1\]] + + [:case=286;type="f16";wgSize=[64,2,1\]] + + [:case=286;type="f32";wgSize=[128,1,1\]] + + [:case=286;type="f32";wgSize=[64,2,1\]] + + [:case=287;type="f16";wgSize=[128,1,1\]] + + [:case=287;type="f16";wgSize=[64,2,1\]] + + [:case=287;type="f32";wgSize=[128,1,1\]] + + [:case=287;type="f32";wgSize=[64,2,1\]] + + [:case=288;type="f16";wgSize=[128,1,1\]] + + [:case=288;type="f16";wgSize=[64,2,1\]] + + [:case=288;type="f32";wgSize=[128,1,1\]] + + [:case=288;type="f32";wgSize=[64,2,1\]] + + [:case=289;type="f16";wgSize=[128,1,1\]] + + [:case=289;type="f16";wgSize=[64,2,1\]] + + [:case=289;type="f32";wgSize=[128,1,1\]] + + [:case=289;type="f32";wgSize=[64,2,1\]] + + [:case=28;type="f16";wgSize=[128,1,1\]] + + [:case=28;type="f16";wgSize=[64,2,1\]] + + [:case=28;type="f32";wgSize=[128,1,1\]] + + [:case=28;type="f32";wgSize=[64,2,1\]] + + [:case=290;type="f16";wgSize=[128,1,1\]] + + [:case=290;type="f16";wgSize=[64,2,1\]] + + [:case=290;type="f32";wgSize=[128,1,1\]] + + [:case=290;type="f32";wgSize=[64,2,1\]] + + [:case=291;type="f16";wgSize=[128,1,1\]] + + [:case=291;type="f16";wgSize=[64,2,1\]] + + [:case=291;type="f32";wgSize=[128,1,1\]] + + [:case=291;type="f32";wgSize=[64,2,1\]] + + [:case=292;type="f16";wgSize=[128,1,1\]] + + [:case=292;type="f16";wgSize=[64,2,1\]] + + [:case=292;type="f32";wgSize=[128,1,1\]] + + [:case=292;type="f32";wgSize=[64,2,1\]] + + [:case=293;type="f16";wgSize=[128,1,1\]] + + [:case=293;type="f16";wgSize=[64,2,1\]] + + [:case=293;type="f32";wgSize=[128,1,1\]] + + [:case=293;type="f32";wgSize=[64,2,1\]] + + [:case=294;type="f16";wgSize=[128,1,1\]] + + [:case=294;type="f16";wgSize=[64,2,1\]] + + [:case=294;type="f32";wgSize=[128,1,1\]] + + [:case=294;type="f32";wgSize=[64,2,1\]] + + [:case=295;type="f16";wgSize=[128,1,1\]] + + [:case=295;type="f16";wgSize=[64,2,1\]] + + [:case=295;type="f32";wgSize=[128,1,1\]] + + [:case=295;type="f32";wgSize=[64,2,1\]] + + [:case=296;type="f16";wgSize=[128,1,1\]] + + [:case=296;type="f16";wgSize=[64,2,1\]] + + [:case=296;type="f32";wgSize=[128,1,1\]] + + [:case=296;type="f32";wgSize=[64,2,1\]] + + [:case=297;type="f16";wgSize=[128,1,1\]] + + [:case=297;type="f16";wgSize=[64,2,1\]] + + [:case=297;type="f32";wgSize=[128,1,1\]] + + [:case=297;type="f32";wgSize=[64,2,1\]] + + [:case=298;type="f16";wgSize=[128,1,1\]] + + [:case=298;type="f16";wgSize=[64,2,1\]] + + [:case=298;type="f32";wgSize=[128,1,1\]] + + [:case=298;type="f32";wgSize=[64,2,1\]] + + [:case=299;type="f16";wgSize=[128,1,1\]] + + [:case=299;type="f16";wgSize=[64,2,1\]] + + [:case=299;type="f32";wgSize=[128,1,1\]] + + [:case=299;type="f32";wgSize=[64,2,1\]] + + [:case=29;type="f16";wgSize=[128,1,1\]] + + [:case=29;type="f16";wgSize=[64,2,1\]] + + [:case=29;type="f32";wgSize=[128,1,1\]] + + [:case=29;type="f32";wgSize=[64,2,1\]] + + [:case=2;type="f16";wgSize=[128,1,1\]] + + [:case=2;type="f16";wgSize=[64,2,1\]] + + [:case=2;type="f32";wgSize=[128,1,1\]] + + [:case=2;type="f32";wgSize=[64,2,1\]] + + [:case=300;type="f16";wgSize=[128,1,1\]] + + [:case=300;type="f16";wgSize=[64,2,1\]] + + [:case=300;type="f32";wgSize=[128,1,1\]] + + [:case=300;type="f32";wgSize=[64,2,1\]] + + [:case=301;type="f16";wgSize=[128,1,1\]] + + [:case=301;type="f16";wgSize=[64,2,1\]] + + [:case=301;type="f32";wgSize=[128,1,1\]] + + [:case=301;type="f32";wgSize=[64,2,1\]] + + [:case=302;type="f16";wgSize=[128,1,1\]] + + [:case=302;type="f16";wgSize=[64,2,1\]] + + [:case=302;type="f32";wgSize=[128,1,1\]] + + [:case=302;type="f32";wgSize=[64,2,1\]] + + [:case=303;type="f16";wgSize=[128,1,1\]] + + [:case=303;type="f16";wgSize=[64,2,1\]] + + [:case=303;type="f32";wgSize=[128,1,1\]] + + [:case=303;type="f32";wgSize=[64,2,1\]] + + [:case=304;type="f16";wgSize=[128,1,1\]] + + [:case=304;type="f16";wgSize=[64,2,1\]] + + [:case=304;type="f32";wgSize=[128,1,1\]] + + [:case=304;type="f32";wgSize=[64,2,1\]] + + [:case=305;type="f16";wgSize=[128,1,1\]] + + [:case=305;type="f16";wgSize=[64,2,1\]] + + [:case=305;type="f32";wgSize=[128,1,1\]] + + [:case=305;type="f32";wgSize=[64,2,1\]] + + [:case=306;type="f16";wgSize=[128,1,1\]] + + [:case=306;type="f16";wgSize=[64,2,1\]] + + [:case=306;type="f32";wgSize=[128,1,1\]] + + [:case=306;type="f32";wgSize=[64,2,1\]] + + [:case=307;type="f16";wgSize=[128,1,1\]] + + [:case=307;type="f16";wgSize=[64,2,1\]] + + [:case=307;type="f32";wgSize=[128,1,1\]] + + [:case=307;type="f32";wgSize=[64,2,1\]] + + [:case=308;type="f16";wgSize=[128,1,1\]] + + [:case=308;type="f16";wgSize=[64,2,1\]] + + [:case=308;type="f32";wgSize=[128,1,1\]] + + [:case=308;type="f32";wgSize=[64,2,1\]] + + [:case=309;type="f16";wgSize=[128,1,1\]] + + [:case=309;type="f16";wgSize=[64,2,1\]] + + [:case=309;type="f32";wgSize=[128,1,1\]] + + [:case=309;type="f32";wgSize=[64,2,1\]] + + [:case=30;type="f16";wgSize=[128,1,1\]] + + [:case=30;type="f16";wgSize=[64,2,1\]] + + [:case=30;type="f32";wgSize=[128,1,1\]] + + [:case=30;type="f32";wgSize=[64,2,1\]] + + [:case=310;type="f16";wgSize=[128,1,1\]] + + [:case=310;type="f16";wgSize=[64,2,1\]] + + [:case=310;type="f32";wgSize=[128,1,1\]] + + [:case=310;type="f32";wgSize=[64,2,1\]] + + [:case=311;type="f16";wgSize=[128,1,1\]] + + [:case=311;type="f16";wgSize=[64,2,1\]] + + [:case=311;type="f32";wgSize=[128,1,1\]] + + [:case=311;type="f32";wgSize=[64,2,1\]] + + [:case=312;type="f16";wgSize=[128,1,1\]] + + [:case=312;type="f16";wgSize=[64,2,1\]] + + [:case=312;type="f32";wgSize=[128,1,1\]] + + [:case=312;type="f32";wgSize=[64,2,1\]] + + [:case=313;type="f16";wgSize=[128,1,1\]] + + [:case=313;type="f16";wgSize=[64,2,1\]] + + [:case=313;type="f32";wgSize=[128,1,1\]] + + [:case=313;type="f32";wgSize=[64,2,1\]] + + [:case=314;type="f16";wgSize=[128,1,1\]] + + [:case=314;type="f16";wgSize=[64,2,1\]] + + [:case=314;type="f32";wgSize=[128,1,1\]] + + [:case=314;type="f32";wgSize=[64,2,1\]] + + [:case=315;type="f16";wgSize=[128,1,1\]] + + [:case=315;type="f16";wgSize=[64,2,1\]] + + [:case=315;type="f32";wgSize=[128,1,1\]] + + [:case=315;type="f32";wgSize=[64,2,1\]] + + [:case=316;type="f16";wgSize=[128,1,1\]] + + [:case=316;type="f16";wgSize=[64,2,1\]] + + [:case=316;type="f32";wgSize=[128,1,1\]] + + [:case=316;type="f32";wgSize=[64,2,1\]] + + [:case=317;type="f16";wgSize=[128,1,1\]] + + [:case=317;type="f16";wgSize=[64,2,1\]] + + [:case=317;type="f32";wgSize=[128,1,1\]] + + [:case=317;type="f32";wgSize=[64,2,1\]] + + [:case=318;type="f16";wgSize=[128,1,1\]] + + [:case=318;type="f16";wgSize=[64,2,1\]] + + [:case=318;type="f32";wgSize=[128,1,1\]] + + [:case=318;type="f32";wgSize=[64,2,1\]] + + [:case=319;type="f16";wgSize=[128,1,1\]] + + [:case=319;type="f16";wgSize=[64,2,1\]] + + [:case=319;type="f32";wgSize=[128,1,1\]] + + [:case=319;type="f32";wgSize=[64,2,1\]] + + [:case=31;type="f16";wgSize=[128,1,1\]] + + [:case=31;type="f16";wgSize=[64,2,1\]] + + [:case=31;type="f32";wgSize=[128,1,1\]] + + [:case=31;type="f32";wgSize=[64,2,1\]] + + [:case=320;type="f16";wgSize=[128,1,1\]] + + [:case=320;type="f16";wgSize=[64,2,1\]] + + [:case=320;type="f32";wgSize=[128,1,1\]] + + [:case=320;type="f32";wgSize=[64,2,1\]] + + [:case=321;type="f16";wgSize=[128,1,1\]] + + [:case=321;type="f16";wgSize=[64,2,1\]] + + [:case=321;type="f32";wgSize=[128,1,1\]] + + [:case=321;type="f32";wgSize=[64,2,1\]] + + [:case=322;type="f16";wgSize=[128,1,1\]] + + [:case=322;type="f16";wgSize=[64,2,1\]] + + [:case=322;type="f32";wgSize=[128,1,1\]] + + [:case=322;type="f32";wgSize=[64,2,1\]] + + [:case=323;type="f16";wgSize=[128,1,1\]] + + [:case=323;type="f16";wgSize=[64,2,1\]] + + [:case=323;type="f32";wgSize=[128,1,1\]] + + [:case=323;type="f32";wgSize=[64,2,1\]] + + [:case=324;type="f16";wgSize=[128,1,1\]] + + [:case=324;type="f16";wgSize=[64,2,1\]] + + [:case=324;type="f32";wgSize=[128,1,1\]] + + [:case=324;type="f32";wgSize=[64,2,1\]] + + [:case=325;type="f16";wgSize=[128,1,1\]] + + [:case=325;type="f16";wgSize=[64,2,1\]] + + [:case=325;type="f32";wgSize=[128,1,1\]] + + [:case=325;type="f32";wgSize=[64,2,1\]] + + [:case=326;type="f16";wgSize=[128,1,1\]] + + [:case=326;type="f16";wgSize=[64,2,1\]] + + [:case=326;type="f32";wgSize=[128,1,1\]] + + [:case=326;type="f32";wgSize=[64,2,1\]] + + [:case=327;type="f16";wgSize=[128,1,1\]] + + [:case=327;type="f16";wgSize=[64,2,1\]] + + [:case=327;type="f32";wgSize=[128,1,1\]] + + [:case=327;type="f32";wgSize=[64,2,1\]] + + [:case=328;type="f16";wgSize=[128,1,1\]] + + [:case=328;type="f16";wgSize=[64,2,1\]] + + [:case=328;type="f32";wgSize=[128,1,1\]] + + [:case=328;type="f32";wgSize=[64,2,1\]] + + [:case=329;type="f16";wgSize=[128,1,1\]] + + [:case=329;type="f16";wgSize=[64,2,1\]] + + [:case=329;type="f32";wgSize=[128,1,1\]] + + [:case=329;type="f32";wgSize=[64,2,1\]] + + [:case=32;type="f16";wgSize=[128,1,1\]] + + [:case=32;type="f16";wgSize=[64,2,1\]] + + [:case=32;type="f32";wgSize=[128,1,1\]] + + [:case=32;type="f32";wgSize=[64,2,1\]] + + [:case=330;type="f16";wgSize=[128,1,1\]] + + [:case=330;type="f16";wgSize=[64,2,1\]] + + [:case=330;type="f32";wgSize=[128,1,1\]] + + [:case=330;type="f32";wgSize=[64,2,1\]] + + [:case=331;type="f16";wgSize=[128,1,1\]] + + [:case=331;type="f16";wgSize=[64,2,1\]] + + [:case=331;type="f32";wgSize=[128,1,1\]] + + [:case=331;type="f32";wgSize=[64,2,1\]] + + [:case=332;type="f16";wgSize=[128,1,1\]] + + [:case=332;type="f16";wgSize=[64,2,1\]] + + [:case=332;type="f32";wgSize=[128,1,1\]] + + [:case=332;type="f32";wgSize=[64,2,1\]] + + [:case=333;type="f16";wgSize=[128,1,1\]] + + [:case=333;type="f16";wgSize=[64,2,1\]] + + [:case=333;type="f32";wgSize=[128,1,1\]] + + [:case=333;type="f32";wgSize=[64,2,1\]] + + [:case=334;type="f16";wgSize=[128,1,1\]] + + [:case=334;type="f16";wgSize=[64,2,1\]] + + [:case=334;type="f32";wgSize=[128,1,1\]] + + [:case=334;type="f32";wgSize=[64,2,1\]] + + [:case=335;type="f16";wgSize=[128,1,1\]] + + [:case=335;type="f16";wgSize=[64,2,1\]] + + [:case=335;type="f32";wgSize=[128,1,1\]] + + [:case=335;type="f32";wgSize=[64,2,1\]] + + [:case=336;type="f16";wgSize=[128,1,1\]] + + [:case=336;type="f16";wgSize=[64,2,1\]] + + [:case=336;type="f32";wgSize=[128,1,1\]] + + [:case=336;type="f32";wgSize=[64,2,1\]] + + [:case=337;type="f16";wgSize=[128,1,1\]] + + [:case=337;type="f16";wgSize=[64,2,1\]] + + [:case=337;type="f32";wgSize=[128,1,1\]] + + [:case=337;type="f32";wgSize=[64,2,1\]] + + [:case=338;type="f16";wgSize=[128,1,1\]] + + [:case=338;type="f16";wgSize=[64,2,1\]] + + [:case=338;type="f32";wgSize=[128,1,1\]] + + [:case=338;type="f32";wgSize=[64,2,1\]] + + [:case=339;type="f16";wgSize=[128,1,1\]] + + [:case=339;type="f16";wgSize=[64,2,1\]] + + [:case=339;type="f32";wgSize=[128,1,1\]] + + [:case=339;type="f32";wgSize=[64,2,1\]] + + [:case=33;type="f16";wgSize=[128,1,1\]] + + [:case=33;type="f16";wgSize=[64,2,1\]] + + [:case=33;type="f32";wgSize=[128,1,1\]] + + [:case=33;type="f32";wgSize=[64,2,1\]] + + [:case=340;type="f16";wgSize=[128,1,1\]] + + [:case=340;type="f16";wgSize=[64,2,1\]] + + [:case=340;type="f32";wgSize=[128,1,1\]] + + [:case=340;type="f32";wgSize=[64,2,1\]] + + [:case=341;type="f16";wgSize=[128,1,1\]] + + [:case=341;type="f16";wgSize=[64,2,1\]] + + [:case=341;type="f32";wgSize=[128,1,1\]] + + [:case=341;type="f32";wgSize=[64,2,1\]] + + [:case=342;type="f16";wgSize=[128,1,1\]] + + [:case=342;type="f16";wgSize=[64,2,1\]] + + [:case=342;type="f32";wgSize=[128,1,1\]] + + [:case=342;type="f32";wgSize=[64,2,1\]] + + [:case=343;type="f16";wgSize=[128,1,1\]] + + [:case=343;type="f16";wgSize=[64,2,1\]] + + [:case=343;type="f32";wgSize=[128,1,1\]] + + [:case=343;type="f32";wgSize=[64,2,1\]] + + [:case=344;type="f16";wgSize=[128,1,1\]] + + [:case=344;type="f16";wgSize=[64,2,1\]] + + [:case=344;type="f32";wgSize=[128,1,1\]] + + [:case=344;type="f32";wgSize=[64,2,1\]] + + [:case=345;type="f16";wgSize=[128,1,1\]] + + [:case=345;type="f16";wgSize=[64,2,1\]] + + [:case=345;type="f32";wgSize=[128,1,1\]] + + [:case=345;type="f32";wgSize=[64,2,1\]] + + [:case=346;type="f16";wgSize=[128,1,1\]] + + [:case=346;type="f16";wgSize=[64,2,1\]] + + [:case=346;type="f32";wgSize=[128,1,1\]] + + [:case=346;type="f32";wgSize=[64,2,1\]] + + [:case=347;type="f16";wgSize=[128,1,1\]] + + [:case=347;type="f16";wgSize=[64,2,1\]] + + [:case=347;type="f32";wgSize=[128,1,1\]] + + [:case=347;type="f32";wgSize=[64,2,1\]] + + [:case=348;type="f16";wgSize=[128,1,1\]] + + [:case=348;type="f16";wgSize=[64,2,1\]] + + [:case=348;type="f32";wgSize=[128,1,1\]] + + [:case=348;type="f32";wgSize=[64,2,1\]] + + [:case=349;type="f16";wgSize=[128,1,1\]] + + [:case=349;type="f16";wgSize=[64,2,1\]] + + [:case=349;type="f32";wgSize=[128,1,1\]] + + [:case=349;type="f32";wgSize=[64,2,1\]] + + [:case=34;type="f16";wgSize=[128,1,1\]] + + [:case=34;type="f16";wgSize=[64,2,1\]] + + [:case=34;type="f32";wgSize=[128,1,1\]] + + [:case=34;type="f32";wgSize=[64,2,1\]] + + [:case=350;type="f16";wgSize=[128,1,1\]] + + [:case=350;type="f16";wgSize=[64,2,1\]] + + [:case=350;type="f32";wgSize=[128,1,1\]] + + [:case=350;type="f32";wgSize=[64,2,1\]] + + [:case=351;type="f16";wgSize=[128,1,1\]] + + [:case=351;type="f16";wgSize=[64,2,1\]] + + [:case=351;type="f32";wgSize=[128,1,1\]] + + [:case=351;type="f32";wgSize=[64,2,1\]] + + [:case=352;type="f16";wgSize=[128,1,1\]] + + [:case=352;type="f16";wgSize=[64,2,1\]] + + [:case=352;type="f32";wgSize=[128,1,1\]] + + [:case=352;type="f32";wgSize=[64,2,1\]] + + [:case=353;type="f16";wgSize=[128,1,1\]] + + [:case=353;type="f16";wgSize=[64,2,1\]] + + [:case=353;type="f32";wgSize=[128,1,1\]] + + [:case=353;type="f32";wgSize=[64,2,1\]] + + [:case=354;type="f16";wgSize=[128,1,1\]] + + [:case=354;type="f16";wgSize=[64,2,1\]] + + [:case=354;type="f32";wgSize=[128,1,1\]] + + [:case=354;type="f32";wgSize=[64,2,1\]] + + [:case=355;type="f16";wgSize=[128,1,1\]] + + [:case=355;type="f16";wgSize=[64,2,1\]] + + [:case=355;type="f32";wgSize=[128,1,1\]] + + [:case=355;type="f32";wgSize=[64,2,1\]] + + [:case=356;type="f16";wgSize=[128,1,1\]] + + [:case=356;type="f16";wgSize=[64,2,1\]] + + [:case=356;type="f32";wgSize=[128,1,1\]] + + [:case=356;type="f32";wgSize=[64,2,1\]] + + [:case=357;type="f16";wgSize=[128,1,1\]] + + [:case=357;type="f16";wgSize=[64,2,1\]] + + [:case=357;type="f32";wgSize=[128,1,1\]] + + [:case=357;type="f32";wgSize=[64,2,1\]] + + [:case=358;type="f16";wgSize=[128,1,1\]] + + [:case=358;type="f16";wgSize=[64,2,1\]] + + [:case=358;type="f32";wgSize=[128,1,1\]] + + [:case=358;type="f32";wgSize=[64,2,1\]] + + [:case=359;type="f16";wgSize=[128,1,1\]] + + [:case=359;type="f16";wgSize=[64,2,1\]] + + [:case=359;type="f32";wgSize=[128,1,1\]] + + [:case=359;type="f32";wgSize=[64,2,1\]] + + [:case=35;type="f16";wgSize=[128,1,1\]] + + [:case=35;type="f16";wgSize=[64,2,1\]] + + [:case=35;type="f32";wgSize=[128,1,1\]] + + [:case=35;type="f32";wgSize=[64,2,1\]] + + [:case=360;type="f16";wgSize=[128,1,1\]] + + [:case=360;type="f16";wgSize=[64,2,1\]] + + [:case=360;type="f32";wgSize=[128,1,1\]] + + [:case=360;type="f32";wgSize=[64,2,1\]] + + [:case=361;type="f16";wgSize=[128,1,1\]] + + [:case=361;type="f16";wgSize=[64,2,1\]] + + [:case=361;type="f32";wgSize=[128,1,1\]] + + [:case=361;type="f32";wgSize=[64,2,1\]] + + [:case=362;type="f16";wgSize=[128,1,1\]] + + [:case=362;type="f16";wgSize=[64,2,1\]] + + [:case=362;type="f32";wgSize=[128,1,1\]] + + [:case=362;type="f32";wgSize=[64,2,1\]] + + [:case=363;type="f16";wgSize=[128,1,1\]] + + [:case=363;type="f16";wgSize=[64,2,1\]] + + [:case=363;type="f32";wgSize=[128,1,1\]] + + [:case=363;type="f32";wgSize=[64,2,1\]] + + [:case=364;type="f16";wgSize=[128,1,1\]] + + [:case=364;type="f16";wgSize=[64,2,1\]] + + [:case=364;type="f32";wgSize=[128,1,1\]] + + [:case=364;type="f32";wgSize=[64,2,1\]] + + [:case=365;type="f16";wgSize=[128,1,1\]] + + [:case=365;type="f16";wgSize=[64,2,1\]] + + [:case=365;type="f32";wgSize=[128,1,1\]] + + [:case=365;type="f32";wgSize=[64,2,1\]] + + [:case=366;type="f16";wgSize=[128,1,1\]] + + [:case=366;type="f16";wgSize=[64,2,1\]] + + [:case=366;type="f32";wgSize=[128,1,1\]] + + [:case=366;type="f32";wgSize=[64,2,1\]] + + [:case=367;type="f16";wgSize=[128,1,1\]] + + [:case=367;type="f16";wgSize=[64,2,1\]] + + [:case=367;type="f32";wgSize=[128,1,1\]] + + [:case=367;type="f32";wgSize=[64,2,1\]] + + [:case=368;type="f16";wgSize=[128,1,1\]] + + [:case=368;type="f16";wgSize=[64,2,1\]] + + [:case=368;type="f32";wgSize=[128,1,1\]] + + [:case=368;type="f32";wgSize=[64,2,1\]] + + [:case=369;type="f16";wgSize=[128,1,1\]] + + [:case=369;type="f16";wgSize=[64,2,1\]] + + [:case=369;type="f32";wgSize=[128,1,1\]] + + [:case=369;type="f32";wgSize=[64,2,1\]] + + [:case=36;type="f16";wgSize=[128,1,1\]] + + [:case=36;type="f16";wgSize=[64,2,1\]] + + [:case=36;type="f32";wgSize=[128,1,1\]] + + [:case=36;type="f32";wgSize=[64,2,1\]] + + [:case=370;type="f16";wgSize=[128,1,1\]] + + [:case=370;type="f16";wgSize=[64,2,1\]] + + [:case=370;type="f32";wgSize=[128,1,1\]] + + [:case=370;type="f32";wgSize=[64,2,1\]] + + [:case=371;type="f16";wgSize=[128,1,1\]] + + [:case=371;type="f16";wgSize=[64,2,1\]] + + [:case=371;type="f32";wgSize=[128,1,1\]] + + [:case=371;type="f32";wgSize=[64,2,1\]] + + [:case=372;type="f16";wgSize=[128,1,1\]] + + [:case=372;type="f16";wgSize=[64,2,1\]] + + [:case=372;type="f32";wgSize=[128,1,1\]] + + [:case=372;type="f32";wgSize=[64,2,1\]] + + [:case=373;type="f16";wgSize=[128,1,1\]] + + [:case=373;type="f16";wgSize=[64,2,1\]] + + [:case=373;type="f32";wgSize=[128,1,1\]] + + [:case=373;type="f32";wgSize=[64,2,1\]] + + [:case=374;type="f16";wgSize=[128,1,1\]] + + [:case=374;type="f16";wgSize=[64,2,1\]] + + [:case=374;type="f32";wgSize=[128,1,1\]] + + [:case=374;type="f32";wgSize=[64,2,1\]] + + [:case=375;type="f16";wgSize=[128,1,1\]] + + [:case=375;type="f16";wgSize=[64,2,1\]] + + [:case=375;type="f32";wgSize=[128,1,1\]] + + [:case=375;type="f32";wgSize=[64,2,1\]] + + [:case=376;type="f16";wgSize=[128,1,1\]] + + [:case=376;type="f16";wgSize=[64,2,1\]] + + [:case=376;type="f32";wgSize=[128,1,1\]] + + [:case=376;type="f32";wgSize=[64,2,1\]] + + [:case=377;type="f16";wgSize=[128,1,1\]] + + [:case=377;type="f16";wgSize=[64,2,1\]] + + [:case=377;type="f32";wgSize=[128,1,1\]] + + [:case=377;type="f32";wgSize=[64,2,1\]] + + [:case=378;type="f16";wgSize=[128,1,1\]] + + [:case=378;type="f16";wgSize=[64,2,1\]] + + [:case=378;type="f32";wgSize=[128,1,1\]] + + [:case=378;type="f32";wgSize=[64,2,1\]] + + [:case=379;type="f16";wgSize=[128,1,1\]] + + [:case=379;type="f16";wgSize=[64,2,1\]] + + [:case=379;type="f32";wgSize=[128,1,1\]] + + [:case=379;type="f32";wgSize=[64,2,1\]] + + [:case=37;type="f16";wgSize=[128,1,1\]] + + [:case=37;type="f16";wgSize=[64,2,1\]] + + [:case=37;type="f32";wgSize=[128,1,1\]] + + [:case=37;type="f32";wgSize=[64,2,1\]] + + [:case=380;type="f16";wgSize=[128,1,1\]] + + [:case=380;type="f16";wgSize=[64,2,1\]] + + [:case=380;type="f32";wgSize=[128,1,1\]] + + [:case=380;type="f32";wgSize=[64,2,1\]] + + [:case=381;type="f16";wgSize=[128,1,1\]] + + [:case=381;type="f16";wgSize=[64,2,1\]] + + [:case=381;type="f32";wgSize=[128,1,1\]] + + [:case=381;type="f32";wgSize=[64,2,1\]] + + [:case=382;type="f16";wgSize=[128,1,1\]] + + [:case=382;type="f16";wgSize=[64,2,1\]] + + [:case=382;type="f32";wgSize=[128,1,1\]] + + [:case=382;type="f32";wgSize=[64,2,1\]] + + [:case=383;type="f16";wgSize=[128,1,1\]] + + [:case=383;type="f16";wgSize=[64,2,1\]] + + [:case=383;type="f32";wgSize=[128,1,1\]] + + [:case=383;type="f32";wgSize=[64,2,1\]] + + [:case=384;type="f16";wgSize=[128,1,1\]] + + [:case=384;type="f16";wgSize=[64,2,1\]] + + [:case=384;type="f32";wgSize=[128,1,1\]] + + [:case=384;type="f32";wgSize=[64,2,1\]] + + [:case=385;type="f16";wgSize=[128,1,1\]] + + [:case=385;type="f16";wgSize=[64,2,1\]] + + [:case=385;type="f32";wgSize=[128,1,1\]] + + [:case=385;type="f32";wgSize=[64,2,1\]] + + [:case=386;type="f16";wgSize=[128,1,1\]] + + [:case=386;type="f16";wgSize=[64,2,1\]] + + [:case=386;type="f32";wgSize=[128,1,1\]] + + [:case=386;type="f32";wgSize=[64,2,1\]] + + [:case=387;type="f16";wgSize=[128,1,1\]] + + [:case=387;type="f16";wgSize=[64,2,1\]] + + [:case=387;type="f32";wgSize=[128,1,1\]] + + [:case=387;type="f32";wgSize=[64,2,1\]] + + [:case=388;type="f16";wgSize=[128,1,1\]] + + [:case=388;type="f16";wgSize=[64,2,1\]] + + [:case=388;type="f32";wgSize=[128,1,1\]] + + [:case=388;type="f32";wgSize=[64,2,1\]] + + [:case=389;type="f16";wgSize=[128,1,1\]] + + [:case=389;type="f16";wgSize=[64,2,1\]] + + [:case=389;type="f32";wgSize=[128,1,1\]] + + [:case=389;type="f32";wgSize=[64,2,1\]] + + [:case=38;type="f16";wgSize=[128,1,1\]] + + [:case=38;type="f16";wgSize=[64,2,1\]] + + [:case=38;type="f32";wgSize=[128,1,1\]] + + [:case=38;type="f32";wgSize=[64,2,1\]] + + [:case=390;type="f16";wgSize=[128,1,1\]] + + [:case=390;type="f16";wgSize=[64,2,1\]] + + [:case=390;type="f32";wgSize=[128,1,1\]] + + [:case=390;type="f32";wgSize=[64,2,1\]] + + [:case=391;type="f16";wgSize=[128,1,1\]] + + [:case=391;type="f16";wgSize=[64,2,1\]] + + [:case=391;type="f32";wgSize=[128,1,1\]] + + [:case=391;type="f32";wgSize=[64,2,1\]] + + [:case=392;type="f16";wgSize=[128,1,1\]] + + [:case=392;type="f16";wgSize=[64,2,1\]] + + [:case=392;type="f32";wgSize=[128,1,1\]] + + [:case=392;type="f32";wgSize=[64,2,1\]] + + [:case=393;type="f16";wgSize=[128,1,1\]] + + [:case=393;type="f16";wgSize=[64,2,1\]] + + [:case=393;type="f32";wgSize=[128,1,1\]] + + [:case=393;type="f32";wgSize=[64,2,1\]] + + [:case=394;type="f16";wgSize=[128,1,1\]] + + [:case=394;type="f16";wgSize=[64,2,1\]] + + [:case=394;type="f32";wgSize=[128,1,1\]] + + [:case=394;type="f32";wgSize=[64,2,1\]] + + [:case=395;type="f16";wgSize=[128,1,1\]] + + [:case=395;type="f16";wgSize=[64,2,1\]] + + [:case=395;type="f32";wgSize=[128,1,1\]] + + [:case=395;type="f32";wgSize=[64,2,1\]] + + [:case=396;type="f16";wgSize=[128,1,1\]] + + [:case=396;type="f16";wgSize=[64,2,1\]] + + [:case=396;type="f32";wgSize=[128,1,1\]] + + [:case=396;type="f32";wgSize=[64,2,1\]] + + [:case=397;type="f16";wgSize=[128,1,1\]] + + [:case=397;type="f16";wgSize=[64,2,1\]] + + [:case=397;type="f32";wgSize=[128,1,1\]] + + [:case=397;type="f32";wgSize=[64,2,1\]] + + [:case=398;type="f16";wgSize=[128,1,1\]] + + [:case=398;type="f16";wgSize=[64,2,1\]] + + [:case=398;type="f32";wgSize=[128,1,1\]] + + [:case=398;type="f32";wgSize=[64,2,1\]] + + [:case=399;type="f16";wgSize=[128,1,1\]] + + [:case=399;type="f16";wgSize=[64,2,1\]] + + [:case=399;type="f32";wgSize=[128,1,1\]] + + [:case=399;type="f32";wgSize=[64,2,1\]] + + [:case=39;type="f16";wgSize=[128,1,1\]] + + [:case=39;type="f16";wgSize=[64,2,1\]] + + [:case=39;type="f32";wgSize=[128,1,1\]] + + [:case=39;type="f32";wgSize=[64,2,1\]] + + [:case=3;type="f16";wgSize=[128,1,1\]] + + [:case=3;type="f16";wgSize=[64,2,1\]] + + [:case=3;type="f32";wgSize=[128,1,1\]] + + [:case=3;type="f32";wgSize=[64,2,1\]] + + [:case=400;type="f16";wgSize=[128,1,1\]] + + [:case=400;type="f16";wgSize=[64,2,1\]] + + [:case=400;type="f32";wgSize=[128,1,1\]] + + [:case=400;type="f32";wgSize=[64,2,1\]] + + [:case=401;type="f16";wgSize=[128,1,1\]] + + [:case=401;type="f16";wgSize=[64,2,1\]] + + [:case=401;type="f32";wgSize=[128,1,1\]] + + [:case=401;type="f32";wgSize=[64,2,1\]] + + [:case=402;type="f16";wgSize=[128,1,1\]] + + [:case=402;type="f16";wgSize=[64,2,1\]] + + [:case=402;type="f32";wgSize=[128,1,1\]] + + [:case=402;type="f32";wgSize=[64,2,1\]] + + [:case=403;type="f16";wgSize=[128,1,1\]] + + [:case=403;type="f16";wgSize=[64,2,1\]] + + [:case=403;type="f32";wgSize=[128,1,1\]] + + [:case=403;type="f32";wgSize=[64,2,1\]] + + [:case=404;type="f16";wgSize=[128,1,1\]] + + [:case=404;type="f16";wgSize=[64,2,1\]] + + [:case=404;type="f32";wgSize=[128,1,1\]] + + [:case=404;type="f32";wgSize=[64,2,1\]] + + [:case=405;type="f16";wgSize=[128,1,1\]] + + [:case=405;type="f16";wgSize=[64,2,1\]] + + [:case=405;type="f32";wgSize=[128,1,1\]] + + [:case=405;type="f32";wgSize=[64,2,1\]] + + [:case=406;type="f16";wgSize=[128,1,1\]] + + [:case=406;type="f16";wgSize=[64,2,1\]] + + [:case=406;type="f32";wgSize=[128,1,1\]] + + [:case=406;type="f32";wgSize=[64,2,1\]] + + [:case=407;type="f16";wgSize=[128,1,1\]] + + [:case=407;type="f16";wgSize=[64,2,1\]] + + [:case=407;type="f32";wgSize=[128,1,1\]] + + [:case=407;type="f32";wgSize=[64,2,1\]] + + [:case=408;type="f16";wgSize=[128,1,1\]] + + [:case=408;type="f16";wgSize=[64,2,1\]] + + [:case=408;type="f32";wgSize=[128,1,1\]] + + [:case=408;type="f32";wgSize=[64,2,1\]] + + [:case=409;type="f16";wgSize=[128,1,1\]] + + [:case=409;type="f16";wgSize=[64,2,1\]] + + [:case=409;type="f32";wgSize=[128,1,1\]] + + [:case=409;type="f32";wgSize=[64,2,1\]] + + [:case=40;type="f16";wgSize=[128,1,1\]] + + [:case=40;type="f16";wgSize=[64,2,1\]] + + [:case=40;type="f32";wgSize=[128,1,1\]] + + [:case=40;type="f32";wgSize=[64,2,1\]] + + [:case=410;type="f16";wgSize=[128,1,1\]] + + [:case=410;type="f16";wgSize=[64,2,1\]] + + [:case=410;type="f32";wgSize=[128,1,1\]] + + [:case=410;type="f32";wgSize=[64,2,1\]] + + [:case=411;type="f16";wgSize=[128,1,1\]] + + [:case=411;type="f16";wgSize=[64,2,1\]] + + [:case=411;type="f32";wgSize=[128,1,1\]] + + [:case=411;type="f32";wgSize=[64,2,1\]] + + [:case=412;type="f16";wgSize=[128,1,1\]] + + [:case=412;type="f16";wgSize=[64,2,1\]] + + [:case=412;type="f32";wgSize=[128,1,1\]] + + [:case=412;type="f32";wgSize=[64,2,1\]] + + [:case=413;type="f16";wgSize=[128,1,1\]] + + [:case=413;type="f16";wgSize=[64,2,1\]] + + [:case=413;type="f32";wgSize=[128,1,1\]] + + [:case=413;type="f32";wgSize=[64,2,1\]] + + [:case=414;type="f16";wgSize=[128,1,1\]] + + [:case=414;type="f16";wgSize=[64,2,1\]] + + [:case=414;type="f32";wgSize=[128,1,1\]] + + [:case=414;type="f32";wgSize=[64,2,1\]] + + [:case=415;type="f16";wgSize=[128,1,1\]] + + [:case=415;type="f16";wgSize=[64,2,1\]] + + [:case=415;type="f32";wgSize=[128,1,1\]] + + [:case=415;type="f32";wgSize=[64,2,1\]] + + [:case=416;type="f16";wgSize=[128,1,1\]] + + [:case=416;type="f16";wgSize=[64,2,1\]] + + [:case=416;type="f32";wgSize=[128,1,1\]] + + [:case=416;type="f32";wgSize=[64,2,1\]] + + [:case=417;type="f16";wgSize=[128,1,1\]] + + [:case=417;type="f16";wgSize=[64,2,1\]] + + [:case=417;type="f32";wgSize=[128,1,1\]] + + [:case=417;type="f32";wgSize=[64,2,1\]] + + [:case=418;type="f16";wgSize=[128,1,1\]] + + [:case=418;type="f16";wgSize=[64,2,1\]] + + [:case=418;type="f32";wgSize=[128,1,1\]] + + [:case=418;type="f32";wgSize=[64,2,1\]] + + [:case=419;type="f16";wgSize=[128,1,1\]] + + [:case=419;type="f16";wgSize=[64,2,1\]] + + [:case=419;type="f32";wgSize=[128,1,1\]] + + [:case=419;type="f32";wgSize=[64,2,1\]] + + [:case=41;type="f16";wgSize=[128,1,1\]] + + [:case=41;type="f16";wgSize=[64,2,1\]] + + [:case=41;type="f32";wgSize=[128,1,1\]] + + [:case=41;type="f32";wgSize=[64,2,1\]] + + [:case=420;type="f16";wgSize=[128,1,1\]] + + [:case=420;type="f16";wgSize=[64,2,1\]] + + [:case=420;type="f32";wgSize=[128,1,1\]] + + [:case=420;type="f32";wgSize=[64,2,1\]] + + [:case=421;type="f16";wgSize=[128,1,1\]] + + [:case=421;type="f16";wgSize=[64,2,1\]] + + [:case=421;type="f32";wgSize=[128,1,1\]] + + [:case=421;type="f32";wgSize=[64,2,1\]] + + [:case=422;type="f16";wgSize=[128,1,1\]] + + [:case=422;type="f16";wgSize=[64,2,1\]] + + [:case=422;type="f32";wgSize=[128,1,1\]] + + [:case=422;type="f32";wgSize=[64,2,1\]] + + [:case=423;type="f16";wgSize=[128,1,1\]] + + [:case=423;type="f16";wgSize=[64,2,1\]] + + [:case=423;type="f32";wgSize=[128,1,1\]] + + [:case=423;type="f32";wgSize=[64,2,1\]] + + [:case=424;type="f16";wgSize=[128,1,1\]] + + [:case=424;type="f16";wgSize=[64,2,1\]] + + [:case=424;type="f32";wgSize=[128,1,1\]] + + [:case=424;type="f32";wgSize=[64,2,1\]] + + [:case=425;type="f16";wgSize=[128,1,1\]] + + [:case=425;type="f16";wgSize=[64,2,1\]] + + [:case=425;type="f32";wgSize=[128,1,1\]] + + [:case=425;type="f32";wgSize=[64,2,1\]] + + [:case=426;type="f16";wgSize=[128,1,1\]] + + [:case=426;type="f16";wgSize=[64,2,1\]] + + [:case=426;type="f32";wgSize=[128,1,1\]] + + [:case=426;type="f32";wgSize=[64,2,1\]] + + [:case=427;type="f16";wgSize=[128,1,1\]] + + [:case=427;type="f16";wgSize=[64,2,1\]] + + [:case=427;type="f32";wgSize=[128,1,1\]] + + [:case=427;type="f32";wgSize=[64,2,1\]] + + [:case=428;type="f16";wgSize=[128,1,1\]] + + [:case=428;type="f16";wgSize=[64,2,1\]] + + [:case=428;type="f32";wgSize=[128,1,1\]] + + [:case=428;type="f32";wgSize=[64,2,1\]] + + [:case=429;type="f16";wgSize=[128,1,1\]] + + [:case=429;type="f16";wgSize=[64,2,1\]] + + [:case=429;type="f32";wgSize=[128,1,1\]] + + [:case=429;type="f32";wgSize=[64,2,1\]] + + [:case=42;type="f16";wgSize=[128,1,1\]] + + [:case=42;type="f16";wgSize=[64,2,1\]] + + [:case=42;type="f32";wgSize=[128,1,1\]] + + [:case=42;type="f32";wgSize=[64,2,1\]] + + [:case=430;type="f16";wgSize=[128,1,1\]] + + [:case=430;type="f16";wgSize=[64,2,1\]] + + [:case=430;type="f32";wgSize=[128,1,1\]] + + [:case=430;type="f32";wgSize=[64,2,1\]] + + [:case=431;type="f16";wgSize=[128,1,1\]] + + [:case=431;type="f16";wgSize=[64,2,1\]] + + [:case=431;type="f32";wgSize=[128,1,1\]] + + [:case=431;type="f32";wgSize=[64,2,1\]] + + [:case=432;type="f16";wgSize=[128,1,1\]] + + [:case=432;type="f16";wgSize=[64,2,1\]] + + [:case=432;type="f32";wgSize=[128,1,1\]] + + [:case=432;type="f32";wgSize=[64,2,1\]] + + [:case=433;type="f16";wgSize=[128,1,1\]] + + [:case=433;type="f16";wgSize=[64,2,1\]] + + [:case=433;type="f32";wgSize=[128,1,1\]] + + [:case=433;type="f32";wgSize=[64,2,1\]] + + [:case=434;type="f16";wgSize=[128,1,1\]] + + [:case=434;type="f16";wgSize=[64,2,1\]] + + [:case=434;type="f32";wgSize=[128,1,1\]] + + [:case=434;type="f32";wgSize=[64,2,1\]] + + [:case=435;type="f16";wgSize=[128,1,1\]] + + [:case=435;type="f16";wgSize=[64,2,1\]] + + [:case=435;type="f32";wgSize=[128,1,1\]] + + [:case=435;type="f32";wgSize=[64,2,1\]] + + [:case=436;type="f16";wgSize=[128,1,1\]] + + [:case=436;type="f16";wgSize=[64,2,1\]] + + [:case=436;type="f32";wgSize=[128,1,1\]] + + [:case=436;type="f32";wgSize=[64,2,1\]] + + [:case=437;type="f16";wgSize=[128,1,1\]] + + [:case=437;type="f16";wgSize=[64,2,1\]] + + [:case=437;type="f32";wgSize=[128,1,1\]] + + [:case=437;type="f32";wgSize=[64,2,1\]] + + [:case=438;type="f16";wgSize=[128,1,1\]] + + [:case=438;type="f16";wgSize=[64,2,1\]] + + [:case=438;type="f32";wgSize=[128,1,1\]] + + [:case=438;type="f32";wgSize=[64,2,1\]] + + [:case=439;type="f16";wgSize=[128,1,1\]] + + [:case=439;type="f16";wgSize=[64,2,1\]] + + [:case=439;type="f32";wgSize=[128,1,1\]] + + [:case=439;type="f32";wgSize=[64,2,1\]] + + [:case=43;type="f16";wgSize=[128,1,1\]] + + [:case=43;type="f16";wgSize=[64,2,1\]] + + [:case=43;type="f32";wgSize=[128,1,1\]] + + [:case=43;type="f32";wgSize=[64,2,1\]] + + [:case=440;type="f16";wgSize=[128,1,1\]] + + [:case=440;type="f16";wgSize=[64,2,1\]] + + [:case=440;type="f32";wgSize=[128,1,1\]] + + [:case=440;type="f32";wgSize=[64,2,1\]] + + [:case=441;type="f16";wgSize=[128,1,1\]] + + [:case=441;type="f16";wgSize=[64,2,1\]] + + [:case=441;type="f32";wgSize=[128,1,1\]] + + [:case=441;type="f32";wgSize=[64,2,1\]] + + [:case=442;type="f16";wgSize=[128,1,1\]] + + [:case=442;type="f16";wgSize=[64,2,1\]] + + [:case=442;type="f32";wgSize=[128,1,1\]] + + [:case=442;type="f32";wgSize=[64,2,1\]] + + [:case=443;type="f16";wgSize=[128,1,1\]] + + [:case=443;type="f16";wgSize=[64,2,1\]] + + [:case=443;type="f32";wgSize=[128,1,1\]] + + [:case=443;type="f32";wgSize=[64,2,1\]] + + [:case=444;type="f16";wgSize=[128,1,1\]] + + [:case=444;type="f16";wgSize=[64,2,1\]] + + [:case=444;type="f32";wgSize=[128,1,1\]] + + [:case=444;type="f32";wgSize=[64,2,1\]] + + [:case=445;type="f16";wgSize=[128,1,1\]] + + [:case=445;type="f16";wgSize=[64,2,1\]] + + [:case=445;type="f32";wgSize=[128,1,1\]] + + [:case=445;type="f32";wgSize=[64,2,1\]] + + [:case=446;type="f16";wgSize=[128,1,1\]] + + [:case=446;type="f16";wgSize=[64,2,1\]] + + [:case=446;type="f32";wgSize=[128,1,1\]] + + [:case=446;type="f32";wgSize=[64,2,1\]] + + [:case=447;type="f16";wgSize=[128,1,1\]] + + [:case=447;type="f16";wgSize=[64,2,1\]] + + [:case=447;type="f32";wgSize=[128,1,1\]] + + [:case=447;type="f32";wgSize=[64,2,1\]] + + [:case=448;type="f16";wgSize=[128,1,1\]] + + [:case=448;type="f16";wgSize=[64,2,1\]] + + [:case=448;type="f32";wgSize=[128,1,1\]] + + [:case=448;type="f32";wgSize=[64,2,1\]] + + [:case=449;type="f16";wgSize=[128,1,1\]] + + [:case=449;type="f16";wgSize=[64,2,1\]] + + [:case=449;type="f32";wgSize=[128,1,1\]] + + [:case=449;type="f32";wgSize=[64,2,1\]] + + [:case=44;type="f16";wgSize=[128,1,1\]] + + [:case=44;type="f16";wgSize=[64,2,1\]] + + [:case=44;type="f32";wgSize=[128,1,1\]] + + [:case=44;type="f32";wgSize=[64,2,1\]] + + [:case=450;type="f16";wgSize=[128,1,1\]] + + [:case=450;type="f16";wgSize=[64,2,1\]] + + [:case=450;type="f32";wgSize=[128,1,1\]] + + [:case=450;type="f32";wgSize=[64,2,1\]] + + [:case=451;type="f16";wgSize=[128,1,1\]] + + [:case=451;type="f16";wgSize=[64,2,1\]] + + [:case=451;type="f32";wgSize=[128,1,1\]] + + [:case=451;type="f32";wgSize=[64,2,1\]] + + [:case=452;type="f16";wgSize=[128,1,1\]] + + [:case=452;type="f16";wgSize=[64,2,1\]] + + [:case=452;type="f32";wgSize=[128,1,1\]] + + [:case=452;type="f32";wgSize=[64,2,1\]] + + [:case=453;type="f16";wgSize=[128,1,1\]] + + [:case=453;type="f16";wgSize=[64,2,1\]] + + [:case=453;type="f32";wgSize=[128,1,1\]] + + [:case=453;type="f32";wgSize=[64,2,1\]] + + [:case=454;type="f16";wgSize=[128,1,1\]] + + [:case=454;type="f16";wgSize=[64,2,1\]] + + [:case=454;type="f32";wgSize=[128,1,1\]] + + [:case=454;type="f32";wgSize=[64,2,1\]] + + [:case=455;type="f16";wgSize=[128,1,1\]] + + [:case=455;type="f16";wgSize=[64,2,1\]] + + [:case=455;type="f32";wgSize=[128,1,1\]] + + [:case=455;type="f32";wgSize=[64,2,1\]] + + [:case=456;type="f16";wgSize=[128,1,1\]] + + [:case=456;type="f16";wgSize=[64,2,1\]] + + [:case=456;type="f32";wgSize=[128,1,1\]] + + [:case=456;type="f32";wgSize=[64,2,1\]] + + [:case=457;type="f16";wgSize=[128,1,1\]] + + [:case=457;type="f16";wgSize=[64,2,1\]] + + [:case=457;type="f32";wgSize=[128,1,1\]] + + [:case=457;type="f32";wgSize=[64,2,1\]] + + [:case=458;type="f16";wgSize=[128,1,1\]] + + [:case=458;type="f16";wgSize=[64,2,1\]] + + [:case=458;type="f32";wgSize=[128,1,1\]] + + [:case=458;type="f32";wgSize=[64,2,1\]] + + [:case=459;type="f16";wgSize=[128,1,1\]] + + [:case=459;type="f16";wgSize=[64,2,1\]] + + [:case=459;type="f32";wgSize=[128,1,1\]] + + [:case=459;type="f32";wgSize=[64,2,1\]] + + [:case=45;type="f16";wgSize=[128,1,1\]] + + [:case=45;type="f16";wgSize=[64,2,1\]] + + [:case=45;type="f32";wgSize=[128,1,1\]] + + [:case=45;type="f32";wgSize=[64,2,1\]] + + [:case=460;type="f16";wgSize=[128,1,1\]] + + [:case=460;type="f16";wgSize=[64,2,1\]] + + [:case=460;type="f32";wgSize=[128,1,1\]] + + [:case=460;type="f32";wgSize=[64,2,1\]] + + [:case=461;type="f16";wgSize=[128,1,1\]] + + [:case=461;type="f16";wgSize=[64,2,1\]] + + [:case=461;type="f32";wgSize=[128,1,1\]] + + [:case=461;type="f32";wgSize=[64,2,1\]] + + [:case=462;type="f16";wgSize=[128,1,1\]] + + [:case=462;type="f16";wgSize=[64,2,1\]] + + [:case=462;type="f32";wgSize=[128,1,1\]] + + [:case=462;type="f32";wgSize=[64,2,1\]] + + [:case=463;type="f16";wgSize=[128,1,1\]] + + [:case=463;type="f16";wgSize=[64,2,1\]] + + [:case=463;type="f32";wgSize=[128,1,1\]] + + [:case=463;type="f32";wgSize=[64,2,1\]] + + [:case=464;type="f16";wgSize=[128,1,1\]] + + [:case=464;type="f16";wgSize=[64,2,1\]] + + [:case=464;type="f32";wgSize=[128,1,1\]] + + [:case=464;type="f32";wgSize=[64,2,1\]] + + [:case=465;type="f16";wgSize=[128,1,1\]] + + [:case=465;type="f16";wgSize=[64,2,1\]] + + [:case=465;type="f32";wgSize=[128,1,1\]] + + [:case=465;type="f32";wgSize=[64,2,1\]] + + [:case=466;type="f16";wgSize=[128,1,1\]] + + [:case=466;type="f16";wgSize=[64,2,1\]] + + [:case=466;type="f32";wgSize=[128,1,1\]] + + [:case=466;type="f32";wgSize=[64,2,1\]] + + [:case=467;type="f16";wgSize=[128,1,1\]] + + [:case=467;type="f16";wgSize=[64,2,1\]] + + [:case=467;type="f32";wgSize=[128,1,1\]] + + [:case=467;type="f32";wgSize=[64,2,1\]] + + [:case=468;type="f16";wgSize=[128,1,1\]] + + [:case=468;type="f16";wgSize=[64,2,1\]] + + [:case=468;type="f32";wgSize=[128,1,1\]] + + [:case=468;type="f32";wgSize=[64,2,1\]] + + [:case=469;type="f16";wgSize=[128,1,1\]] + + [:case=469;type="f16";wgSize=[64,2,1\]] + + [:case=469;type="f32";wgSize=[128,1,1\]] + + [:case=469;type="f32";wgSize=[64,2,1\]] + + [:case=46;type="f16";wgSize=[128,1,1\]] + + [:case=46;type="f16";wgSize=[64,2,1\]] + + [:case=46;type="f32";wgSize=[128,1,1\]] + + [:case=46;type="f32";wgSize=[64,2,1\]] + + [:case=470;type="f16";wgSize=[128,1,1\]] + + [:case=470;type="f16";wgSize=[64,2,1\]] + + [:case=470;type="f32";wgSize=[128,1,1\]] + + [:case=470;type="f32";wgSize=[64,2,1\]] + + [:case=471;type="f16";wgSize=[128,1,1\]] + + [:case=471;type="f16";wgSize=[64,2,1\]] + + [:case=471;type="f32";wgSize=[128,1,1\]] + + [:case=471;type="f32";wgSize=[64,2,1\]] + + [:case=472;type="f16";wgSize=[128,1,1\]] + + [:case=472;type="f16";wgSize=[64,2,1\]] + + [:case=472;type="f32";wgSize=[128,1,1\]] + + [:case=472;type="f32";wgSize=[64,2,1\]] + + [:case=473;type="f16";wgSize=[128,1,1\]] + + [:case=473;type="f16";wgSize=[64,2,1\]] + + [:case=473;type="f32";wgSize=[128,1,1\]] + + [:case=473;type="f32";wgSize=[64,2,1\]] + + [:case=474;type="f16";wgSize=[128,1,1\]] + + [:case=474;type="f16";wgSize=[64,2,1\]] + + [:case=474;type="f32";wgSize=[128,1,1\]] + + [:case=474;type="f32";wgSize=[64,2,1\]] + + [:case=475;type="f16";wgSize=[128,1,1\]] + + [:case=475;type="f16";wgSize=[64,2,1\]] + + [:case=475;type="f32";wgSize=[128,1,1\]] + + [:case=475;type="f32";wgSize=[64,2,1\]] + + [:case=476;type="f16";wgSize=[128,1,1\]] + + [:case=476;type="f16";wgSize=[64,2,1\]] + + [:case=476;type="f32";wgSize=[128,1,1\]] + + [:case=476;type="f32";wgSize=[64,2,1\]] + + [:case=477;type="f16";wgSize=[128,1,1\]] + + [:case=477;type="f16";wgSize=[64,2,1\]] + + [:case=477;type="f32";wgSize=[128,1,1\]] + + [:case=477;type="f32";wgSize=[64,2,1\]] + + [:case=478;type="f16";wgSize=[128,1,1\]] + + [:case=478;type="f16";wgSize=[64,2,1\]] + + [:case=478;type="f32";wgSize=[128,1,1\]] + + [:case=478;type="f32";wgSize=[64,2,1\]] + + [:case=479;type="f16";wgSize=[128,1,1\]] + + [:case=479;type="f16";wgSize=[64,2,1\]] + + [:case=479;type="f32";wgSize=[128,1,1\]] + + [:case=479;type="f32";wgSize=[64,2,1\]] + + [:case=47;type="f16";wgSize=[128,1,1\]] + + [:case=47;type="f16";wgSize=[64,2,1\]] + + [:case=47;type="f32";wgSize=[128,1,1\]] + + [:case=47;type="f32";wgSize=[64,2,1\]] + + [:case=480;type="f16";wgSize=[128,1,1\]] + + [:case=480;type="f16";wgSize=[64,2,1\]] + + [:case=480;type="f32";wgSize=[128,1,1\]] + + [:case=480;type="f32";wgSize=[64,2,1\]] + + [:case=481;type="f16";wgSize=[128,1,1\]] + + [:case=481;type="f16";wgSize=[64,2,1\]] + + [:case=481;type="f32";wgSize=[128,1,1\]] + + [:case=481;type="f32";wgSize=[64,2,1\]] + + [:case=482;type="f16";wgSize=[128,1,1\]] + + [:case=482;type="f16";wgSize=[64,2,1\]] + + [:case=482;type="f32";wgSize=[128,1,1\]] + + [:case=482;type="f32";wgSize=[64,2,1\]] + + [:case=483;type="f16";wgSize=[128,1,1\]] + + [:case=483;type="f16";wgSize=[64,2,1\]] + + [:case=483;type="f32";wgSize=[128,1,1\]] + + [:case=483;type="f32";wgSize=[64,2,1\]] + + [:case=484;type="f16";wgSize=[128,1,1\]] + + [:case=484;type="f16";wgSize=[64,2,1\]] + + [:case=484;type="f32";wgSize=[128,1,1\]] + + [:case=484;type="f32";wgSize=[64,2,1\]] + + [:case=485;type="f16";wgSize=[128,1,1\]] + + [:case=485;type="f16";wgSize=[64,2,1\]] + + [:case=485;type="f32";wgSize=[128,1,1\]] + + [:case=485;type="f32";wgSize=[64,2,1\]] + + [:case=486;type="f16";wgSize=[128,1,1\]] + + [:case=486;type="f16";wgSize=[64,2,1\]] + + [:case=486;type="f32";wgSize=[128,1,1\]] + + [:case=486;type="f32";wgSize=[64,2,1\]] + + [:case=487;type="f16";wgSize=[128,1,1\]] + + [:case=487;type="f16";wgSize=[64,2,1\]] + + [:case=487;type="f32";wgSize=[128,1,1\]] + + [:case=487;type="f32";wgSize=[64,2,1\]] + + [:case=488;type="f16";wgSize=[128,1,1\]] + + [:case=488;type="f16";wgSize=[64,2,1\]] + + [:case=488;type="f32";wgSize=[128,1,1\]] + + [:case=488;type="f32";wgSize=[64,2,1\]] + + [:case=489;type="f16";wgSize=[128,1,1\]] + + [:case=489;type="f16";wgSize=[64,2,1\]] + + [:case=489;type="f32";wgSize=[128,1,1\]] + + [:case=489;type="f32";wgSize=[64,2,1\]] + + [:case=48;type="f16";wgSize=[128,1,1\]] + + [:case=48;type="f16";wgSize=[64,2,1\]] + + [:case=48;type="f32";wgSize=[128,1,1\]] + + [:case=48;type="f32";wgSize=[64,2,1\]] + + [:case=490;type="f16";wgSize=[128,1,1\]] + + [:case=490;type="f16";wgSize=[64,2,1\]] + + [:case=490;type="f32";wgSize=[128,1,1\]] + + [:case=490;type="f32";wgSize=[64,2,1\]] + + [:case=491;type="f16";wgSize=[128,1,1\]] + + [:case=491;type="f16";wgSize=[64,2,1\]] + + [:case=491;type="f32";wgSize=[128,1,1\]] + + [:case=491;type="f32";wgSize=[64,2,1\]] + + [:case=492;type="f16";wgSize=[128,1,1\]] + + [:case=492;type="f16";wgSize=[64,2,1\]] + + [:case=492;type="f32";wgSize=[128,1,1\]] + + [:case=492;type="f32";wgSize=[64,2,1\]] + + [:case=493;type="f16";wgSize=[128,1,1\]] + + [:case=493;type="f16";wgSize=[64,2,1\]] + + [:case=493;type="f32";wgSize=[128,1,1\]] + + [:case=493;type="f32";wgSize=[64,2,1\]] + + [:case=494;type="f16";wgSize=[128,1,1\]] + + [:case=494;type="f16";wgSize=[64,2,1\]] + + [:case=494;type="f32";wgSize=[128,1,1\]] + + [:case=494;type="f32";wgSize=[64,2,1\]] + + [:case=495;type="f16";wgSize=[128,1,1\]] + + [:case=495;type="f16";wgSize=[64,2,1\]] + + [:case=495;type="f32";wgSize=[128,1,1\]] + + [:case=495;type="f32";wgSize=[64,2,1\]] + + [:case=496;type="f16";wgSize=[128,1,1\]] + + [:case=496;type="f16";wgSize=[64,2,1\]] + + [:case=496;type="f32";wgSize=[128,1,1\]] + + [:case=496;type="f32";wgSize=[64,2,1\]] + + [:case=497;type="f16";wgSize=[128,1,1\]] + + [:case=497;type="f16";wgSize=[64,2,1\]] + + [:case=497;type="f32";wgSize=[128,1,1\]] + + [:case=497;type="f32";wgSize=[64,2,1\]] + + [:case=498;type="f16";wgSize=[128,1,1\]] + + [:case=498;type="f16";wgSize=[64,2,1\]] + + [:case=498;type="f32";wgSize=[128,1,1\]] + + [:case=498;type="f32";wgSize=[64,2,1\]] + + [:case=499;type="f16";wgSize=[128,1,1\]] + + [:case=499;type="f16";wgSize=[64,2,1\]] + + [:case=499;type="f32";wgSize=[128,1,1\]] + + [:case=499;type="f32";wgSize=[64,2,1\]] + + [:case=49;type="f16";wgSize=[128,1,1\]] + + [:case=49;type="f16";wgSize=[64,2,1\]] + + [:case=49;type="f32";wgSize=[128,1,1\]] + + [:case=49;type="f32";wgSize=[64,2,1\]] + + [:case=4;type="f16";wgSize=[128,1,1\]] + + [:case=4;type="f16";wgSize=[64,2,1\]] + + [:case=4;type="f32";wgSize=[128,1,1\]] + + [:case=4;type="f32";wgSize=[64,2,1\]] + + [:case=500;type="f16";wgSize=[128,1,1\]] + + [:case=500;type="f16";wgSize=[64,2,1\]] + + [:case=500;type="f32";wgSize=[128,1,1\]] + + [:case=500;type="f32";wgSize=[64,2,1\]] + + [:case=501;type="f16";wgSize=[128,1,1\]] + + [:case=501;type="f16";wgSize=[64,2,1\]] + + [:case=501;type="f32";wgSize=[128,1,1\]] + + [:case=501;type="f32";wgSize=[64,2,1\]] + + [:case=502;type="f16";wgSize=[128,1,1\]] + + [:case=502;type="f16";wgSize=[64,2,1\]] + + [:case=502;type="f32";wgSize=[128,1,1\]] + + [:case=502;type="f32";wgSize=[64,2,1\]] + + [:case=503;type="f16";wgSize=[128,1,1\]] + + [:case=503;type="f16";wgSize=[64,2,1\]] + + [:case=503;type="f32";wgSize=[128,1,1\]] + + [:case=503;type="f32";wgSize=[64,2,1\]] + + [:case=504;type="f16";wgSize=[128,1,1\]] + + [:case=504;type="f16";wgSize=[64,2,1\]] + + [:case=504;type="f32";wgSize=[128,1,1\]] + + [:case=504;type="f32";wgSize=[64,2,1\]] + + [:case=505;type="f16";wgSize=[128,1,1\]] + + [:case=505;type="f16";wgSize=[64,2,1\]] + + [:case=505;type="f32";wgSize=[128,1,1\]] + + [:case=505;type="f32";wgSize=[64,2,1\]] + + [:case=506;type="f16";wgSize=[128,1,1\]] + + [:case=506;type="f16";wgSize=[64,2,1\]] + + [:case=506;type="f32";wgSize=[128,1,1\]] + + [:case=506;type="f32";wgSize=[64,2,1\]] + + [:case=507;type="f16";wgSize=[128,1,1\]] + + [:case=507;type="f16";wgSize=[64,2,1\]] + + [:case=507;type="f32";wgSize=[128,1,1\]] + + [:case=507;type="f32";wgSize=[64,2,1\]] + + [:case=508;type="f16";wgSize=[128,1,1\]] + + [:case=508;type="f16";wgSize=[64,2,1\]] + + [:case=508;type="f32";wgSize=[128,1,1\]] + + [:case=508;type="f32";wgSize=[64,2,1\]] + + [:case=509;type="f16";wgSize=[128,1,1\]] + + [:case=509;type="f16";wgSize=[64,2,1\]] + + [:case=509;type="f32";wgSize=[128,1,1\]] + + [:case=509;type="f32";wgSize=[64,2,1\]] + + [:case=50;type="f16";wgSize=[128,1,1\]] + + [:case=50;type="f16";wgSize=[64,2,1\]] + + [:case=50;type="f32";wgSize=[128,1,1\]] + + [:case=50;type="f32";wgSize=[64,2,1\]] + + [:case=510;type="f16";wgSize=[128,1,1\]] + + [:case=510;type="f16";wgSize=[64,2,1\]] + + [:case=510;type="f32";wgSize=[128,1,1\]] + + [:case=510;type="f32";wgSize=[64,2,1\]] + + [:case=511;type="f16";wgSize=[128,1,1\]] + + [:case=511;type="f16";wgSize=[64,2,1\]] + + [:case=511;type="f32";wgSize=[128,1,1\]] + + [:case=511;type="f32";wgSize=[64,2,1\]] + + [:case=512;type="f16";wgSize=[128,1,1\]] + + [:case=512;type="f16";wgSize=[64,2,1\]] + + [:case=512;type="f32";wgSize=[128,1,1\]] + + [:case=512;type="f32";wgSize=[64,2,1\]] + + [:case=513;type="f16";wgSize=[128,1,1\]] + + [:case=513;type="f16";wgSize=[64,2,1\]] + + [:case=513;type="f32";wgSize=[128,1,1\]] + + [:case=513;type="f32";wgSize=[64,2,1\]] + + [:case=514;type="f16";wgSize=[128,1,1\]] + + [:case=514;type="f16";wgSize=[64,2,1\]] + + [:case=514;type="f32";wgSize=[128,1,1\]] + + [:case=514;type="f32";wgSize=[64,2,1\]] + + [:case=515;type="f16";wgSize=[128,1,1\]] + + [:case=515;type="f16";wgSize=[64,2,1\]] + + [:case=515;type="f32";wgSize=[128,1,1\]] + + [:case=515;type="f32";wgSize=[64,2,1\]] + + [:case=516;type="f16";wgSize=[128,1,1\]] + + [:case=516;type="f16";wgSize=[64,2,1\]] + + [:case=516;type="f32";wgSize=[128,1,1\]] + + [:case=516;type="f32";wgSize=[64,2,1\]] + + [:case=517;type="f16";wgSize=[128,1,1\]] + + [:case=517;type="f16";wgSize=[64,2,1\]] + + [:case=517;type="f32";wgSize=[128,1,1\]] + + [:case=517;type="f32";wgSize=[64,2,1\]] + + [:case=518;type="f16";wgSize=[128,1,1\]] + + [:case=518;type="f16";wgSize=[64,2,1\]] + + [:case=518;type="f32";wgSize=[128,1,1\]] + + [:case=518;type="f32";wgSize=[64,2,1\]] + + [:case=519;type="f16";wgSize=[128,1,1\]] + + [:case=519;type="f16";wgSize=[64,2,1\]] + + [:case=519;type="f32";wgSize=[128,1,1\]] + + [:case=519;type="f32";wgSize=[64,2,1\]] + + [:case=51;type="f16";wgSize=[128,1,1\]] + + [:case=51;type="f16";wgSize=[64,2,1\]] + + [:case=51;type="f32";wgSize=[128,1,1\]] + + [:case=51;type="f32";wgSize=[64,2,1\]] + + [:case=520;type="f16";wgSize=[128,1,1\]] + + [:case=520;type="f16";wgSize=[64,2,1\]] + + [:case=520;type="f32";wgSize=[128,1,1\]] + + [:case=520;type="f32";wgSize=[64,2,1\]] + + [:case=521;type="f16";wgSize=[128,1,1\]] + + [:case=521;type="f16";wgSize=[64,2,1\]] + + [:case=521;type="f32";wgSize=[128,1,1\]] + + [:case=521;type="f32";wgSize=[64,2,1\]] + + [:case=522;type="f16";wgSize=[128,1,1\]] + + [:case=522;type="f16";wgSize=[64,2,1\]] + + [:case=522;type="f32";wgSize=[128,1,1\]] + + [:case=522;type="f32";wgSize=[64,2,1\]] + + [:case=523;type="f16";wgSize=[128,1,1\]] + + [:case=523;type="f16";wgSize=[64,2,1\]] + + [:case=523;type="f32";wgSize=[128,1,1\]] + + [:case=523;type="f32";wgSize=[64,2,1\]] + + [:case=524;type="f16";wgSize=[128,1,1\]] + + [:case=524;type="f16";wgSize=[64,2,1\]] + + [:case=524;type="f32";wgSize=[128,1,1\]] + + [:case=524;type="f32";wgSize=[64,2,1\]] + + [:case=525;type="f16";wgSize=[128,1,1\]] + + [:case=525;type="f16";wgSize=[64,2,1\]] + + [:case=525;type="f32";wgSize=[128,1,1\]] + + [:case=525;type="f32";wgSize=[64,2,1\]] + + [:case=526;type="f16";wgSize=[128,1,1\]] + + [:case=526;type="f16";wgSize=[64,2,1\]] + + [:case=526;type="f32";wgSize=[128,1,1\]] + + [:case=526;type="f32";wgSize=[64,2,1\]] + + [:case=527;type="f16";wgSize=[128,1,1\]] + + [:case=527;type="f16";wgSize=[64,2,1\]] + + [:case=527;type="f32";wgSize=[128,1,1\]] + + [:case=527;type="f32";wgSize=[64,2,1\]] + + [:case=528;type="f16";wgSize=[128,1,1\]] + + [:case=528;type="f16";wgSize=[64,2,1\]] + + [:case=528;type="f32";wgSize=[128,1,1\]] + + [:case=528;type="f32";wgSize=[64,2,1\]] + + [:case=529;type="f16";wgSize=[128,1,1\]] + + [:case=529;type="f16";wgSize=[64,2,1\]] + + [:case=529;type="f32";wgSize=[128,1,1\]] + + [:case=529;type="f32";wgSize=[64,2,1\]] + + [:case=52;type="f16";wgSize=[128,1,1\]] + + [:case=52;type="f16";wgSize=[64,2,1\]] + + [:case=52;type="f32";wgSize=[128,1,1\]] + + [:case=52;type="f32";wgSize=[64,2,1\]] + + [:case=530;type="f16";wgSize=[128,1,1\]] + + [:case=530;type="f16";wgSize=[64,2,1\]] + + [:case=530;type="f32";wgSize=[128,1,1\]] + + [:case=530;type="f32";wgSize=[64,2,1\]] + + [:case=531;type="f16";wgSize=[128,1,1\]] + + [:case=531;type="f16";wgSize=[64,2,1\]] + + [:case=531;type="f32";wgSize=[128,1,1\]] + + [:case=531;type="f32";wgSize=[64,2,1\]] + + [:case=532;type="f16";wgSize=[128,1,1\]] + + [:case=532;type="f16";wgSize=[64,2,1\]] + + [:case=532;type="f32";wgSize=[128,1,1\]] + + [:case=532;type="f32";wgSize=[64,2,1\]] + + [:case=533;type="f16";wgSize=[128,1,1\]] + + [:case=533;type="f16";wgSize=[64,2,1\]] + + [:case=533;type="f32";wgSize=[128,1,1\]] + + [:case=533;type="f32";wgSize=[64,2,1\]] + + [:case=534;type="f16";wgSize=[128,1,1\]] + + [:case=534;type="f16";wgSize=[64,2,1\]] + + [:case=534;type="f32";wgSize=[128,1,1\]] + + [:case=534;type="f32";wgSize=[64,2,1\]] + + [:case=535;type="f16";wgSize=[128,1,1\]] + + [:case=535;type="f16";wgSize=[64,2,1\]] + + [:case=535;type="f32";wgSize=[128,1,1\]] + + [:case=535;type="f32";wgSize=[64,2,1\]] + + [:case=536;type="f16";wgSize=[128,1,1\]] + + [:case=536;type="f16";wgSize=[64,2,1\]] + + [:case=536;type="f32";wgSize=[128,1,1\]] + + [:case=536;type="f32";wgSize=[64,2,1\]] + + [:case=537;type="f16";wgSize=[128,1,1\]] + + [:case=537;type="f16";wgSize=[64,2,1\]] + + [:case=537;type="f32";wgSize=[128,1,1\]] + + [:case=537;type="f32";wgSize=[64,2,1\]] + + [:case=538;type="f16";wgSize=[128,1,1\]] + + [:case=538;type="f16";wgSize=[64,2,1\]] + + [:case=538;type="f32";wgSize=[128,1,1\]] + + [:case=538;type="f32";wgSize=[64,2,1\]] + + [:case=539;type="f16";wgSize=[128,1,1\]] + + [:case=539;type="f16";wgSize=[64,2,1\]] + + [:case=539;type="f32";wgSize=[128,1,1\]] + + [:case=539;type="f32";wgSize=[64,2,1\]] + + [:case=53;type="f16";wgSize=[128,1,1\]] + + [:case=53;type="f16";wgSize=[64,2,1\]] + + [:case=53;type="f32";wgSize=[128,1,1\]] + + [:case=53;type="f32";wgSize=[64,2,1\]] + + [:case=540;type="f16";wgSize=[128,1,1\]] + + [:case=540;type="f16";wgSize=[64,2,1\]] + + [:case=540;type="f32";wgSize=[128,1,1\]] + + [:case=540;type="f32";wgSize=[64,2,1\]] + + [:case=541;type="f16";wgSize=[128,1,1\]] + + [:case=541;type="f16";wgSize=[64,2,1\]] + + [:case=541;type="f32";wgSize=[128,1,1\]] + + [:case=541;type="f32";wgSize=[64,2,1\]] + + [:case=542;type="f16";wgSize=[128,1,1\]] + + [:case=542;type="f16";wgSize=[64,2,1\]] + + [:case=542;type="f32";wgSize=[128,1,1\]] + + [:case=542;type="f32";wgSize=[64,2,1\]] + + [:case=543;type="f16";wgSize=[128,1,1\]] + + [:case=543;type="f16";wgSize=[64,2,1\]] + + [:case=543;type="f32";wgSize=[128,1,1\]] + + [:case=543;type="f32";wgSize=[64,2,1\]] + + [:case=544;type="f16";wgSize=[128,1,1\]] + + [:case=544;type="f16";wgSize=[64,2,1\]] + + [:case=544;type="f32";wgSize=[128,1,1\]] + + [:case=544;type="f32";wgSize=[64,2,1\]] + + [:case=545;type="f16";wgSize=[128,1,1\]] + + [:case=545;type="f16";wgSize=[64,2,1\]] + + [:case=545;type="f32";wgSize=[128,1,1\]] + + [:case=545;type="f32";wgSize=[64,2,1\]] + + [:case=546;type="f16";wgSize=[128,1,1\]] + + [:case=546;type="f16";wgSize=[64,2,1\]] + + [:case=546;type="f32";wgSize=[128,1,1\]] + + [:case=546;type="f32";wgSize=[64,2,1\]] + + [:case=547;type="f16";wgSize=[128,1,1\]] + + [:case=547;type="f16";wgSize=[64,2,1\]] + + [:case=547;type="f32";wgSize=[128,1,1\]] + + [:case=547;type="f32";wgSize=[64,2,1\]] + + [:case=548;type="f16";wgSize=[128,1,1\]] + + [:case=548;type="f16";wgSize=[64,2,1\]] + + [:case=548;type="f32";wgSize=[128,1,1\]] + + [:case=548;type="f32";wgSize=[64,2,1\]] + + [:case=549;type="f16";wgSize=[128,1,1\]] + + [:case=549;type="f16";wgSize=[64,2,1\]] + + [:case=549;type="f32";wgSize=[128,1,1\]] + + [:case=549;type="f32";wgSize=[64,2,1\]] + + [:case=54;type="f16";wgSize=[128,1,1\]] + + [:case=54;type="f16";wgSize=[64,2,1\]] + + [:case=54;type="f32";wgSize=[128,1,1\]] + + [:case=54;type="f32";wgSize=[64,2,1\]] + + [:case=550;type="f16";wgSize=[128,1,1\]] + + [:case=550;type="f16";wgSize=[64,2,1\]] + + [:case=550;type="f32";wgSize=[128,1,1\]] + + [:case=550;type="f32";wgSize=[64,2,1\]] + + [:case=551;type="f16";wgSize=[128,1,1\]] + + [:case=551;type="f16";wgSize=[64,2,1\]] + + [:case=551;type="f32";wgSize=[128,1,1\]] + + [:case=551;type="f32";wgSize=[64,2,1\]] + + [:case=552;type="f16";wgSize=[128,1,1\]] + + [:case=552;type="f16";wgSize=[64,2,1\]] + + [:case=552;type="f32";wgSize=[128,1,1\]] + + [:case=552;type="f32";wgSize=[64,2,1\]] + + [:case=553;type="f16";wgSize=[128,1,1\]] + + [:case=553;type="f16";wgSize=[64,2,1\]] + + [:case=553;type="f32";wgSize=[128,1,1\]] + + [:case=553;type="f32";wgSize=[64,2,1\]] + + [:case=554;type="f16";wgSize=[128,1,1\]] + + [:case=554;type="f16";wgSize=[64,2,1\]] + + [:case=554;type="f32";wgSize=[128,1,1\]] + + [:case=554;type="f32";wgSize=[64,2,1\]] + + [:case=555;type="f16";wgSize=[128,1,1\]] + + [:case=555;type="f16";wgSize=[64,2,1\]] + + [:case=555;type="f32";wgSize=[128,1,1\]] + + [:case=555;type="f32";wgSize=[64,2,1\]] + + [:case=556;type="f16";wgSize=[128,1,1\]] + + [:case=556;type="f16";wgSize=[64,2,1\]] + + [:case=556;type="f32";wgSize=[128,1,1\]] + + [:case=556;type="f32";wgSize=[64,2,1\]] + + [:case=557;type="f16";wgSize=[128,1,1\]] + + [:case=557;type="f16";wgSize=[64,2,1\]] + + [:case=557;type="f32";wgSize=[128,1,1\]] + + [:case=557;type="f32";wgSize=[64,2,1\]] + + [:case=558;type="f16";wgSize=[128,1,1\]] + + [:case=558;type="f16";wgSize=[64,2,1\]] + + [:case=558;type="f32";wgSize=[128,1,1\]] + + [:case=558;type="f32";wgSize=[64,2,1\]] + + [:case=559;type="f16";wgSize=[128,1,1\]] + + [:case=559;type="f16";wgSize=[64,2,1\]] + + [:case=559;type="f32";wgSize=[128,1,1\]] + + [:case=559;type="f32";wgSize=[64,2,1\]] + + [:case=55;type="f16";wgSize=[128,1,1\]] + + [:case=55;type="f16";wgSize=[64,2,1\]] + + [:case=55;type="f32";wgSize=[128,1,1\]] + + [:case=55;type="f32";wgSize=[64,2,1\]] + + [:case=560;type="f16";wgSize=[128,1,1\]] + + [:case=560;type="f16";wgSize=[64,2,1\]] + + [:case=560;type="f32";wgSize=[128,1,1\]] + + [:case=560;type="f32";wgSize=[64,2,1\]] + + [:case=561;type="f16";wgSize=[128,1,1\]] + + [:case=561;type="f16";wgSize=[64,2,1\]] + + [:case=561;type="f32";wgSize=[128,1,1\]] + + [:case=561;type="f32";wgSize=[64,2,1\]] + + [:case=562;type="f16";wgSize=[128,1,1\]] + + [:case=562;type="f16";wgSize=[64,2,1\]] + + [:case=562;type="f32";wgSize=[128,1,1\]] + + [:case=562;type="f32";wgSize=[64,2,1\]] + + [:case=563;type="f16";wgSize=[128,1,1\]] + + [:case=563;type="f16";wgSize=[64,2,1\]] + + [:case=563;type="f32";wgSize=[128,1,1\]] + + [:case=563;type="f32";wgSize=[64,2,1\]] + + [:case=564;type="f16";wgSize=[128,1,1\]] + + [:case=564;type="f16";wgSize=[64,2,1\]] + + [:case=564;type="f32";wgSize=[128,1,1\]] + + [:case=564;type="f32";wgSize=[64,2,1\]] + + [:case=565;type="f16";wgSize=[128,1,1\]] + + [:case=565;type="f16";wgSize=[64,2,1\]] + + [:case=565;type="f32";wgSize=[128,1,1\]] + + [:case=565;type="f32";wgSize=[64,2,1\]] + + [:case=566;type="f16";wgSize=[128,1,1\]] + + [:case=566;type="f16";wgSize=[64,2,1\]] + + [:case=566;type="f32";wgSize=[128,1,1\]] + + [:case=566;type="f32";wgSize=[64,2,1\]] + + [:case=567;type="f16";wgSize=[128,1,1\]] + + [:case=567;type="f16";wgSize=[64,2,1\]] + + [:case=567;type="f32";wgSize=[128,1,1\]] + + [:case=567;type="f32";wgSize=[64,2,1\]] + + [:case=568;type="f16";wgSize=[128,1,1\]] + + [:case=568;type="f16";wgSize=[64,2,1\]] + + [:case=568;type="f32";wgSize=[128,1,1\]] + + [:case=568;type="f32";wgSize=[64,2,1\]] + + [:case=569;type="f16";wgSize=[128,1,1\]] + + [:case=569;type="f16";wgSize=[64,2,1\]] + + [:case=569;type="f32";wgSize=[128,1,1\]] + + [:case=569;type="f32";wgSize=[64,2,1\]] + + [:case=56;type="f16";wgSize=[128,1,1\]] + + [:case=56;type="f16";wgSize=[64,2,1\]] + + [:case=56;type="f32";wgSize=[128,1,1\]] + + [:case=56;type="f32";wgSize=[64,2,1\]] + + [:case=570;type="f16";wgSize=[128,1,1\]] + + [:case=570;type="f16";wgSize=[64,2,1\]] + + [:case=570;type="f32";wgSize=[128,1,1\]] + + [:case=570;type="f32";wgSize=[64,2,1\]] + + [:case=571;type="f16";wgSize=[128,1,1\]] + + [:case=571;type="f16";wgSize=[64,2,1\]] + + [:case=571;type="f32";wgSize=[128,1,1\]] + + [:case=571;type="f32";wgSize=[64,2,1\]] + + [:case=572;type="f16";wgSize=[128,1,1\]] + + [:case=572;type="f16";wgSize=[64,2,1\]] + + [:case=572;type="f32";wgSize=[128,1,1\]] + + [:case=572;type="f32";wgSize=[64,2,1\]] + + [:case=573;type="f16";wgSize=[128,1,1\]] + + [:case=573;type="f16";wgSize=[64,2,1\]] + + [:case=573;type="f32";wgSize=[128,1,1\]] + + [:case=573;type="f32";wgSize=[64,2,1\]] + + [:case=574;type="f16";wgSize=[128,1,1\]] + + [:case=574;type="f16";wgSize=[64,2,1\]] + + [:case=574;type="f32";wgSize=[128,1,1\]] + + [:case=574;type="f32";wgSize=[64,2,1\]] + + [:case=575;type="f16";wgSize=[128,1,1\]] + + [:case=575;type="f16";wgSize=[64,2,1\]] + + [:case=575;type="f32";wgSize=[128,1,1\]] + + [:case=575;type="f32";wgSize=[64,2,1\]] + + [:case=576;type="f16";wgSize=[128,1,1\]] + + [:case=576;type="f16";wgSize=[64,2,1\]] + + [:case=576;type="f32";wgSize=[128,1,1\]] + + [:case=576;type="f32";wgSize=[64,2,1\]] + + [:case=577;type="f16";wgSize=[128,1,1\]] + + [:case=577;type="f16";wgSize=[64,2,1\]] + + [:case=577;type="f32";wgSize=[128,1,1\]] + + [:case=577;type="f32";wgSize=[64,2,1\]] + + [:case=578;type="f16";wgSize=[128,1,1\]] + + [:case=578;type="f16";wgSize=[64,2,1\]] + + [:case=578;type="f32";wgSize=[128,1,1\]] + + [:case=578;type="f32";wgSize=[64,2,1\]] + + [:case=579;type="f16";wgSize=[128,1,1\]] + + [:case=579;type="f16";wgSize=[64,2,1\]] + + [:case=579;type="f32";wgSize=[128,1,1\]] + + [:case=579;type="f32";wgSize=[64,2,1\]] + + [:case=57;type="f16";wgSize=[128,1,1\]] + + [:case=57;type="f16";wgSize=[64,2,1\]] + + [:case=57;type="f32";wgSize=[128,1,1\]] + + [:case=57;type="f32";wgSize=[64,2,1\]] + + [:case=580;type="f16";wgSize=[128,1,1\]] + + [:case=580;type="f16";wgSize=[64,2,1\]] + + [:case=580;type="f32";wgSize=[128,1,1\]] + + [:case=580;type="f32";wgSize=[64,2,1\]] + + [:case=581;type="f16";wgSize=[128,1,1\]] + + [:case=581;type="f16";wgSize=[64,2,1\]] + + [:case=581;type="f32";wgSize=[128,1,1\]] + + [:case=581;type="f32";wgSize=[64,2,1\]] + + [:case=582;type="f16";wgSize=[128,1,1\]] + + [:case=582;type="f16";wgSize=[64,2,1\]] + + [:case=582;type="f32";wgSize=[128,1,1\]] + + [:case=582;type="f32";wgSize=[64,2,1\]] + + [:case=583;type="f16";wgSize=[128,1,1\]] + + [:case=583;type="f16";wgSize=[64,2,1\]] + + [:case=583;type="f32";wgSize=[128,1,1\]] + + [:case=583;type="f32";wgSize=[64,2,1\]] + + [:case=584;type="f16";wgSize=[128,1,1\]] + + [:case=584;type="f16";wgSize=[64,2,1\]] + + [:case=584;type="f32";wgSize=[128,1,1\]] + + [:case=584;type="f32";wgSize=[64,2,1\]] + + [:case=585;type="f16";wgSize=[128,1,1\]] + + [:case=585;type="f16";wgSize=[64,2,1\]] + + [:case=585;type="f32";wgSize=[128,1,1\]] + + [:case=585;type="f32";wgSize=[64,2,1\]] + + [:case=586;type="f16";wgSize=[128,1,1\]] + + [:case=586;type="f16";wgSize=[64,2,1\]] + + [:case=586;type="f32";wgSize=[128,1,1\]] + + [:case=586;type="f32";wgSize=[64,2,1\]] + + [:case=587;type="f16";wgSize=[128,1,1\]] + + [:case=587;type="f16";wgSize=[64,2,1\]] + + [:case=587;type="f32";wgSize=[128,1,1\]] + + [:case=587;type="f32";wgSize=[64,2,1\]] + + [:case=588;type="f16";wgSize=[128,1,1\]] + + [:case=588;type="f16";wgSize=[64,2,1\]] + + [:case=588;type="f32";wgSize=[128,1,1\]] + + [:case=588;type="f32";wgSize=[64,2,1\]] + + [:case=589;type="f16";wgSize=[128,1,1\]] + + [:case=589;type="f16";wgSize=[64,2,1\]] + + [:case=589;type="f32";wgSize=[128,1,1\]] + + [:case=589;type="f32";wgSize=[64,2,1\]] + + [:case=58;type="f16";wgSize=[128,1,1\]] + + [:case=58;type="f16";wgSize=[64,2,1\]] + + [:case=58;type="f32";wgSize=[128,1,1\]] + + [:case=58;type="f32";wgSize=[64,2,1\]] + + [:case=590;type="f16";wgSize=[128,1,1\]] + + [:case=590;type="f16";wgSize=[64,2,1\]] + + [:case=590;type="f32";wgSize=[128,1,1\]] + + [:case=590;type="f32";wgSize=[64,2,1\]] + + [:case=591;type="f16";wgSize=[128,1,1\]] + + [:case=591;type="f16";wgSize=[64,2,1\]] + + [:case=591;type="f32";wgSize=[128,1,1\]] + + [:case=591;type="f32";wgSize=[64,2,1\]] + + [:case=592;type="f16";wgSize=[128,1,1\]] + + [:case=592;type="f16";wgSize=[64,2,1\]] + + [:case=592;type="f32";wgSize=[128,1,1\]] + + [:case=592;type="f32";wgSize=[64,2,1\]] + + [:case=593;type="f16";wgSize=[128,1,1\]] + + [:case=593;type="f16";wgSize=[64,2,1\]] + + [:case=593;type="f32";wgSize=[128,1,1\]] + + [:case=593;type="f32";wgSize=[64,2,1\]] + + [:case=594;type="f16";wgSize=[128,1,1\]] + + [:case=594;type="f16";wgSize=[64,2,1\]] + + [:case=594;type="f32";wgSize=[128,1,1\]] + + [:case=594;type="f32";wgSize=[64,2,1\]] + + [:case=595;type="f16";wgSize=[128,1,1\]] + + [:case=595;type="f16";wgSize=[64,2,1\]] + + [:case=595;type="f32";wgSize=[128,1,1\]] + + [:case=595;type="f32";wgSize=[64,2,1\]] + + [:case=596;type="f16";wgSize=[128,1,1\]] + + [:case=596;type="f16";wgSize=[64,2,1\]] + + [:case=596;type="f32";wgSize=[128,1,1\]] + + [:case=596;type="f32";wgSize=[64,2,1\]] + + [:case=597;type="f16";wgSize=[128,1,1\]] + + [:case=597;type="f16";wgSize=[64,2,1\]] + + [:case=597;type="f32";wgSize=[128,1,1\]] + + [:case=597;type="f32";wgSize=[64,2,1\]] + + [:case=598;type="f16";wgSize=[128,1,1\]] + + [:case=598;type="f16";wgSize=[64,2,1\]] + + [:case=598;type="f32";wgSize=[128,1,1\]] + + [:case=598;type="f32";wgSize=[64,2,1\]] + + [:case=599;type="f16";wgSize=[128,1,1\]] + + [:case=599;type="f16";wgSize=[64,2,1\]] + + [:case=599;type="f32";wgSize=[128,1,1\]] + + [:case=599;type="f32";wgSize=[64,2,1\]] + + [:case=59;type="f16";wgSize=[128,1,1\]] + + [:case=59;type="f16";wgSize=[64,2,1\]] + + [:case=59;type="f32";wgSize=[128,1,1\]] + + [:case=59;type="f32";wgSize=[64,2,1\]] + + [:case=5;type="f16";wgSize=[128,1,1\]] + + [:case=5;type="f16";wgSize=[64,2,1\]] + + [:case=5;type="f32";wgSize=[128,1,1\]] + + [:case=5;type="f32";wgSize=[64,2,1\]] + + [:case=600;type="f16";wgSize=[128,1,1\]] + + [:case=600;type="f16";wgSize=[64,2,1\]] + + [:case=600;type="f32";wgSize=[128,1,1\]] + + [:case=600;type="f32";wgSize=[64,2,1\]] + + [:case=601;type="f16";wgSize=[128,1,1\]] + + [:case=601;type="f16";wgSize=[64,2,1\]] + + [:case=601;type="f32";wgSize=[128,1,1\]] + + [:case=601;type="f32";wgSize=[64,2,1\]] + + [:case=602;type="f16";wgSize=[128,1,1\]] + + [:case=602;type="f16";wgSize=[64,2,1\]] + + [:case=602;type="f32";wgSize=[128,1,1\]] + + [:case=602;type="f32";wgSize=[64,2,1\]] + + [:case=603;type="f16";wgSize=[128,1,1\]] + + [:case=603;type="f16";wgSize=[64,2,1\]] + + [:case=603;type="f32";wgSize=[128,1,1\]] + + [:case=603;type="f32";wgSize=[64,2,1\]] + + [:case=604;type="f16";wgSize=[128,1,1\]] + + [:case=604;type="f16";wgSize=[64,2,1\]] + + [:case=604;type="f32";wgSize=[128,1,1\]] + + [:case=604;type="f32";wgSize=[64,2,1\]] + + [:case=605;type="f16";wgSize=[128,1,1\]] + + [:case=605;type="f16";wgSize=[64,2,1\]] + + [:case=605;type="f32";wgSize=[128,1,1\]] + + [:case=605;type="f32";wgSize=[64,2,1\]] + + [:case=606;type="f16";wgSize=[128,1,1\]] + + [:case=606;type="f16";wgSize=[64,2,1\]] + + [:case=606;type="f32";wgSize=[128,1,1\]] + + [:case=606;type="f32";wgSize=[64,2,1\]] + + [:case=607;type="f16";wgSize=[128,1,1\]] + + [:case=607;type="f16";wgSize=[64,2,1\]] + + [:case=607;type="f32";wgSize=[128,1,1\]] + + [:case=607;type="f32";wgSize=[64,2,1\]] + + [:case=608;type="f16";wgSize=[128,1,1\]] + + [:case=608;type="f16";wgSize=[64,2,1\]] + + [:case=608;type="f32";wgSize=[128,1,1\]] + + [:case=608;type="f32";wgSize=[64,2,1\]] + + [:case=609;type="f16";wgSize=[128,1,1\]] + + [:case=609;type="f16";wgSize=[64,2,1\]] + + [:case=609;type="f32";wgSize=[128,1,1\]] + + [:case=609;type="f32";wgSize=[64,2,1\]] + + [:case=60;type="f16";wgSize=[128,1,1\]] + + [:case=60;type="f16";wgSize=[64,2,1\]] + + [:case=60;type="f32";wgSize=[128,1,1\]] + + [:case=60;type="f32";wgSize=[64,2,1\]] + + [:case=610;type="f16";wgSize=[128,1,1\]] + + [:case=610;type="f16";wgSize=[64,2,1\]] + + [:case=610;type="f32";wgSize=[128,1,1\]] + + [:case=610;type="f32";wgSize=[64,2,1\]] + + [:case=611;type="f16";wgSize=[128,1,1\]] + + [:case=611;type="f16";wgSize=[64,2,1\]] + + [:case=611;type="f32";wgSize=[128,1,1\]] + + [:case=611;type="f32";wgSize=[64,2,1\]] + + [:case=612;type="f16";wgSize=[128,1,1\]] + + [:case=612;type="f16";wgSize=[64,2,1\]] + + [:case=612;type="f32";wgSize=[128,1,1\]] + + [:case=612;type="f32";wgSize=[64,2,1\]] + + [:case=613;type="f16";wgSize=[128,1,1\]] + + [:case=613;type="f16";wgSize=[64,2,1\]] + + [:case=613;type="f32";wgSize=[128,1,1\]] + + [:case=613;type="f32";wgSize=[64,2,1\]] + + [:case=614;type="f16";wgSize=[128,1,1\]] + + [:case=614;type="f16";wgSize=[64,2,1\]] + + [:case=614;type="f32";wgSize=[128,1,1\]] + + [:case=614;type="f32";wgSize=[64,2,1\]] + + [:case=615;type="f16";wgSize=[128,1,1\]] + + [:case=615;type="f16";wgSize=[64,2,1\]] + + [:case=615;type="f32";wgSize=[128,1,1\]] + + [:case=615;type="f32";wgSize=[64,2,1\]] + + [:case=616;type="f16";wgSize=[128,1,1\]] + + [:case=616;type="f16";wgSize=[64,2,1\]] + + [:case=616;type="f32";wgSize=[128,1,1\]] + + [:case=616;type="f32";wgSize=[64,2,1\]] + + [:case=617;type="f16";wgSize=[128,1,1\]] + + [:case=617;type="f16";wgSize=[64,2,1\]] + + [:case=617;type="f32";wgSize=[128,1,1\]] + + [:case=617;type="f32";wgSize=[64,2,1\]] + + [:case=618;type="f16";wgSize=[128,1,1\]] + + [:case=618;type="f16";wgSize=[64,2,1\]] + + [:case=618;type="f32";wgSize=[128,1,1\]] + + [:case=618;type="f32";wgSize=[64,2,1\]] + + [:case=619;type="f16";wgSize=[128,1,1\]] + + [:case=619;type="f16";wgSize=[64,2,1\]] + + [:case=619;type="f32";wgSize=[128,1,1\]] + + [:case=619;type="f32";wgSize=[64,2,1\]] + + [:case=61;type="f16";wgSize=[128,1,1\]] + + [:case=61;type="f16";wgSize=[64,2,1\]] + + [:case=61;type="f32";wgSize=[128,1,1\]] + + [:case=61;type="f32";wgSize=[64,2,1\]] + + [:case=620;type="f16";wgSize=[128,1,1\]] + + [:case=620;type="f16";wgSize=[64,2,1\]] + + [:case=620;type="f32";wgSize=[128,1,1\]] + + [:case=620;type="f32";wgSize=[64,2,1\]] + + [:case=621;type="f16";wgSize=[128,1,1\]] + + [:case=621;type="f16";wgSize=[64,2,1\]] + + [:case=621;type="f32";wgSize=[128,1,1\]] + + [:case=621;type="f32";wgSize=[64,2,1\]] + + [:case=622;type="f16";wgSize=[128,1,1\]] + + [:case=622;type="f16";wgSize=[64,2,1\]] + + [:case=622;type="f32";wgSize=[128,1,1\]] + + [:case=622;type="f32";wgSize=[64,2,1\]] + + [:case=623;type="f16";wgSize=[128,1,1\]] + + [:case=623;type="f16";wgSize=[64,2,1\]] + + [:case=623;type="f32";wgSize=[128,1,1\]] + + [:case=623;type="f32";wgSize=[64,2,1\]] + + [:case=624;type="f16";wgSize=[128,1,1\]] + + [:case=624;type="f16";wgSize=[64,2,1\]] + + [:case=624;type="f32";wgSize=[128,1,1\]] + + [:case=624;type="f32";wgSize=[64,2,1\]] + + [:case=625;type="f16";wgSize=[128,1,1\]] + + [:case=625;type="f16";wgSize=[64,2,1\]] + + [:case=625;type="f32";wgSize=[128,1,1\]] + + [:case=625;type="f32";wgSize=[64,2,1\]] + + [:case=626;type="f16";wgSize=[128,1,1\]] + + [:case=626;type="f16";wgSize=[64,2,1\]] + + [:case=626;type="f32";wgSize=[128,1,1\]] + + [:case=626;type="f32";wgSize=[64,2,1\]] + + [:case=627;type="f16";wgSize=[128,1,1\]] + + [:case=627;type="f16";wgSize=[64,2,1\]] + + [:case=627;type="f32";wgSize=[128,1,1\]] + + [:case=627;type="f32";wgSize=[64,2,1\]] + + [:case=628;type="f16";wgSize=[128,1,1\]] + + [:case=628;type="f16";wgSize=[64,2,1\]] + + [:case=628;type="f32";wgSize=[128,1,1\]] + + [:case=628;type="f32";wgSize=[64,2,1\]] + + [:case=629;type="f16";wgSize=[128,1,1\]] + + [:case=629;type="f16";wgSize=[64,2,1\]] + + [:case=629;type="f32";wgSize=[128,1,1\]] + + [:case=629;type="f32";wgSize=[64,2,1\]] + + [:case=62;type="f16";wgSize=[128,1,1\]] + + [:case=62;type="f16";wgSize=[64,2,1\]] + + [:case=62;type="f32";wgSize=[128,1,1\]] + + [:case=62;type="f32";wgSize=[64,2,1\]] + + [:case=630;type="f16";wgSize=[128,1,1\]] + + [:case=630;type="f16";wgSize=[64,2,1\]] + + [:case=630;type="f32";wgSize=[128,1,1\]] + + [:case=630;type="f32";wgSize=[64,2,1\]] + + [:case=631;type="f16";wgSize=[128,1,1\]] + + [:case=631;type="f16";wgSize=[64,2,1\]] + + [:case=631;type="f32";wgSize=[128,1,1\]] + + [:case=631;type="f32";wgSize=[64,2,1\]] + + [:case=632;type="f16";wgSize=[128,1,1\]] + + [:case=632;type="f16";wgSize=[64,2,1\]] + + [:case=632;type="f32";wgSize=[128,1,1\]] + + [:case=632;type="f32";wgSize=[64,2,1\]] + + [:case=633;type="f16";wgSize=[128,1,1\]] + + [:case=633;type="f16";wgSize=[64,2,1\]] + + [:case=633;type="f32";wgSize=[128,1,1\]] + + [:case=633;type="f32";wgSize=[64,2,1\]] + + [:case=634;type="f16";wgSize=[128,1,1\]] + + [:case=634;type="f16";wgSize=[64,2,1\]] + + [:case=634;type="f32";wgSize=[128,1,1\]] + + [:case=634;type="f32";wgSize=[64,2,1\]] + + [:case=635;type="f16";wgSize=[128,1,1\]] + + [:case=635;type="f16";wgSize=[64,2,1\]] + + [:case=635;type="f32";wgSize=[128,1,1\]] + + [:case=635;type="f32";wgSize=[64,2,1\]] + + [:case=636;type="f16";wgSize=[128,1,1\]] + + [:case=636;type="f16";wgSize=[64,2,1\]] + + [:case=636;type="f32";wgSize=[128,1,1\]] + + [:case=636;type="f32";wgSize=[64,2,1\]] + + [:case=637;type="f16";wgSize=[128,1,1\]] + + [:case=637;type="f16";wgSize=[64,2,1\]] + + [:case=637;type="f32";wgSize=[128,1,1\]] + + [:case=637;type="f32";wgSize=[64,2,1\]] + + [:case=638;type="f16";wgSize=[128,1,1\]] + + [:case=638;type="f16";wgSize=[64,2,1\]] + + [:case=638;type="f32";wgSize=[128,1,1\]] + + [:case=638;type="f32";wgSize=[64,2,1\]] + + [:case=639;type="f16";wgSize=[128,1,1\]] + + [:case=639;type="f16";wgSize=[64,2,1\]] + + [:case=639;type="f32";wgSize=[128,1,1\]] + + [:case=639;type="f32";wgSize=[64,2,1\]] + + [:case=63;type="f16";wgSize=[128,1,1\]] + + [:case=63;type="f16";wgSize=[64,2,1\]] + + [:case=63;type="f32";wgSize=[128,1,1\]] + + [:case=63;type="f32";wgSize=[64,2,1\]] + + [:case=640;type="f16";wgSize=[128,1,1\]] + + [:case=640;type="f16";wgSize=[64,2,1\]] + + [:case=640;type="f32";wgSize=[128,1,1\]] + + [:case=640;type="f32";wgSize=[64,2,1\]] + + [:case=641;type="f16";wgSize=[128,1,1\]] + + [:case=641;type="f16";wgSize=[64,2,1\]] + + [:case=641;type="f32";wgSize=[128,1,1\]] + + [:case=641;type="f32";wgSize=[64,2,1\]] + + [:case=642;type="f16";wgSize=[128,1,1\]] + + [:case=642;type="f16";wgSize=[64,2,1\]] + + [:case=642;type="f32";wgSize=[128,1,1\]] + + [:case=642;type="f32";wgSize=[64,2,1\]] + + [:case=643;type="f16";wgSize=[128,1,1\]] + + [:case=643;type="f16";wgSize=[64,2,1\]] + + [:case=643;type="f32";wgSize=[128,1,1\]] + + [:case=643;type="f32";wgSize=[64,2,1\]] + + [:case=644;type="f16";wgSize=[128,1,1\]] + + [:case=644;type="f16";wgSize=[64,2,1\]] + + [:case=644;type="f32";wgSize=[128,1,1\]] + + [:case=644;type="f32";wgSize=[64,2,1\]] + + [:case=645;type="f16";wgSize=[128,1,1\]] + + [:case=645;type="f16";wgSize=[64,2,1\]] + + [:case=645;type="f32";wgSize=[128,1,1\]] + + [:case=645;type="f32";wgSize=[64,2,1\]] + + [:case=646;type="f16";wgSize=[128,1,1\]] + + [:case=646;type="f16";wgSize=[64,2,1\]] + + [:case=646;type="f32";wgSize=[128,1,1\]] + + [:case=646;type="f32";wgSize=[64,2,1\]] + + [:case=647;type="f16";wgSize=[128,1,1\]] + + [:case=647;type="f16";wgSize=[64,2,1\]] + + [:case=647;type="f32";wgSize=[128,1,1\]] + + [:case=647;type="f32";wgSize=[64,2,1\]] + + [:case=648;type="f16";wgSize=[128,1,1\]] + + [:case=648;type="f16";wgSize=[64,2,1\]] + + [:case=648;type="f32";wgSize=[128,1,1\]] + + [:case=648;type="f32";wgSize=[64,2,1\]] + + [:case=649;type="f16";wgSize=[128,1,1\]] + + [:case=649;type="f16";wgSize=[64,2,1\]] + + [:case=649;type="f32";wgSize=[128,1,1\]] + + [:case=649;type="f32";wgSize=[64,2,1\]] + + [:case=64;type="f16";wgSize=[128,1,1\]] + + [:case=64;type="f16";wgSize=[64,2,1\]] + + [:case=64;type="f32";wgSize=[128,1,1\]] + + [:case=64;type="f32";wgSize=[64,2,1\]] + + [:case=650;type="f16";wgSize=[128,1,1\]] + + [:case=650;type="f16";wgSize=[64,2,1\]] + + [:case=650;type="f32";wgSize=[128,1,1\]] + + [:case=650;type="f32";wgSize=[64,2,1\]] + + [:case=651;type="f16";wgSize=[128,1,1\]] + + [:case=651;type="f16";wgSize=[64,2,1\]] + + [:case=651;type="f32";wgSize=[128,1,1\]] + + [:case=651;type="f32";wgSize=[64,2,1\]] + + [:case=652;type="f16";wgSize=[128,1,1\]] + + [:case=652;type="f16";wgSize=[64,2,1\]] + + [:case=652;type="f32";wgSize=[128,1,1\]] + + [:case=652;type="f32";wgSize=[64,2,1\]] + + [:case=653;type="f16";wgSize=[128,1,1\]] + + [:case=653;type="f16";wgSize=[64,2,1\]] + + [:case=653;type="f32";wgSize=[128,1,1\]] + + [:case=653;type="f32";wgSize=[64,2,1\]] + + [:case=654;type="f16";wgSize=[128,1,1\]] + + [:case=654;type="f16";wgSize=[64,2,1\]] + + [:case=654;type="f32";wgSize=[128,1,1\]] + + [:case=654;type="f32";wgSize=[64,2,1\]] + + [:case=655;type="f16";wgSize=[128,1,1\]] + + [:case=655;type="f16";wgSize=[64,2,1\]] + + [:case=655;type="f32";wgSize=[128,1,1\]] + + [:case=655;type="f32";wgSize=[64,2,1\]] + + [:case=656;type="f16";wgSize=[128,1,1\]] + + [:case=656;type="f16";wgSize=[64,2,1\]] + + [:case=656;type="f32";wgSize=[128,1,1\]] + + [:case=656;type="f32";wgSize=[64,2,1\]] + + [:case=657;type="f16";wgSize=[128,1,1\]] + + [:case=657;type="f16";wgSize=[64,2,1\]] + + [:case=657;type="f32";wgSize=[128,1,1\]] + + [:case=657;type="f32";wgSize=[64,2,1\]] + + [:case=658;type="f16";wgSize=[128,1,1\]] + + [:case=658;type="f16";wgSize=[64,2,1\]] + + [:case=658;type="f32";wgSize=[128,1,1\]] + + [:case=658;type="f32";wgSize=[64,2,1\]] + + [:case=659;type="f16";wgSize=[128,1,1\]] + + [:case=659;type="f16";wgSize=[64,2,1\]] + + [:case=659;type="f32";wgSize=[128,1,1\]] + + [:case=659;type="f32";wgSize=[64,2,1\]] + + [:case=65;type="f16";wgSize=[128,1,1\]] + + [:case=65;type="f16";wgSize=[64,2,1\]] + + [:case=65;type="f32";wgSize=[128,1,1\]] + + [:case=65;type="f32";wgSize=[64,2,1\]] + + [:case=660;type="f16";wgSize=[128,1,1\]] + + [:case=660;type="f16";wgSize=[64,2,1\]] + + [:case=660;type="f32";wgSize=[128,1,1\]] + + [:case=660;type="f32";wgSize=[64,2,1\]] + + [:case=661;type="f16";wgSize=[128,1,1\]] + + [:case=661;type="f16";wgSize=[64,2,1\]] + + [:case=661;type="f32";wgSize=[128,1,1\]] + + [:case=661;type="f32";wgSize=[64,2,1\]] + + [:case=662;type="f16";wgSize=[128,1,1\]] + + [:case=662;type="f16";wgSize=[64,2,1\]] + + [:case=662;type="f32";wgSize=[128,1,1\]] + + [:case=662;type="f32";wgSize=[64,2,1\]] + + [:case=663;type="f16";wgSize=[128,1,1\]] + + [:case=663;type="f16";wgSize=[64,2,1\]] + + [:case=663;type="f32";wgSize=[128,1,1\]] + + [:case=663;type="f32";wgSize=[64,2,1\]] + + [:case=664;type="f16";wgSize=[128,1,1\]] + + [:case=664;type="f16";wgSize=[64,2,1\]] + + [:case=664;type="f32";wgSize=[128,1,1\]] + + [:case=664;type="f32";wgSize=[64,2,1\]] + + [:case=665;type="f16";wgSize=[128,1,1\]] + + [:case=665;type="f16";wgSize=[64,2,1\]] + + [:case=665;type="f32";wgSize=[128,1,1\]] + + [:case=665;type="f32";wgSize=[64,2,1\]] + + [:case=666;type="f16";wgSize=[128,1,1\]] + + [:case=666;type="f16";wgSize=[64,2,1\]] + + [:case=666;type="f32";wgSize=[128,1,1\]] + + [:case=666;type="f32";wgSize=[64,2,1\]] + + [:case=667;type="f16";wgSize=[128,1,1\]] + + [:case=667;type="f16";wgSize=[64,2,1\]] + + [:case=667;type="f32";wgSize=[128,1,1\]] + + [:case=667;type="f32";wgSize=[64,2,1\]] + + [:case=668;type="f16";wgSize=[128,1,1\]] + + [:case=668;type="f16";wgSize=[64,2,1\]] + + [:case=668;type="f32";wgSize=[128,1,1\]] + + [:case=668;type="f32";wgSize=[64,2,1\]] + + [:case=669;type="f16";wgSize=[128,1,1\]] + + [:case=669;type="f16";wgSize=[64,2,1\]] + + [:case=669;type="f32";wgSize=[128,1,1\]] + + [:case=669;type="f32";wgSize=[64,2,1\]] + + [:case=66;type="f16";wgSize=[128,1,1\]] + + [:case=66;type="f16";wgSize=[64,2,1\]] + + [:case=66;type="f32";wgSize=[128,1,1\]] + + [:case=66;type="f32";wgSize=[64,2,1\]] + + [:case=670;type="f16";wgSize=[128,1,1\]] + + [:case=670;type="f16";wgSize=[64,2,1\]] + + [:case=670;type="f32";wgSize=[128,1,1\]] + + [:case=670;type="f32";wgSize=[64,2,1\]] + + [:case=671;type="f16";wgSize=[128,1,1\]] + + [:case=671;type="f16";wgSize=[64,2,1\]] + + [:case=671;type="f32";wgSize=[128,1,1\]] + + [:case=671;type="f32";wgSize=[64,2,1\]] + + [:case=672;type="f16";wgSize=[128,1,1\]] + + [:case=672;type="f16";wgSize=[64,2,1\]] + + [:case=672;type="f32";wgSize=[128,1,1\]] + + [:case=672;type="f32";wgSize=[64,2,1\]] + + [:case=673;type="f16";wgSize=[128,1,1\]] + + [:case=673;type="f16";wgSize=[64,2,1\]] + + [:case=673;type="f32";wgSize=[128,1,1\]] + + [:case=673;type="f32";wgSize=[64,2,1\]] + + [:case=674;type="f16";wgSize=[128,1,1\]] + + [:case=674;type="f16";wgSize=[64,2,1\]] + + [:case=674;type="f32";wgSize=[128,1,1\]] + + [:case=674;type="f32";wgSize=[64,2,1\]] + + [:case=675;type="f16";wgSize=[128,1,1\]] + + [:case=675;type="f16";wgSize=[64,2,1\]] + + [:case=675;type="f32";wgSize=[128,1,1\]] + + [:case=675;type="f32";wgSize=[64,2,1\]] + + [:case=676;type="f16";wgSize=[128,1,1\]] + + [:case=676;type="f16";wgSize=[64,2,1\]] + + [:case=676;type="f32";wgSize=[128,1,1\]] + + [:case=676;type="f32";wgSize=[64,2,1\]] + + [:case=677;type="f16";wgSize=[128,1,1\]] + + [:case=677;type="f16";wgSize=[64,2,1\]] + + [:case=677;type="f32";wgSize=[128,1,1\]] + + [:case=677;type="f32";wgSize=[64,2,1\]] + + [:case=678;type="f16";wgSize=[128,1,1\]] + + [:case=678;type="f16";wgSize=[64,2,1\]] + + [:case=678;type="f32";wgSize=[128,1,1\]] + + [:case=678;type="f32";wgSize=[64,2,1\]] + + [:case=679;type="f16";wgSize=[128,1,1\]] + + [:case=679;type="f16";wgSize=[64,2,1\]] + + [:case=679;type="f32";wgSize=[128,1,1\]] + + [:case=679;type="f32";wgSize=[64,2,1\]] + + [:case=67;type="f16";wgSize=[128,1,1\]] + + [:case=67;type="f16";wgSize=[64,2,1\]] + + [:case=67;type="f32";wgSize=[128,1,1\]] + + [:case=67;type="f32";wgSize=[64,2,1\]] + + [:case=680;type="f16";wgSize=[128,1,1\]] + + [:case=680;type="f16";wgSize=[64,2,1\]] + + [:case=680;type="f32";wgSize=[128,1,1\]] + + [:case=680;type="f32";wgSize=[64,2,1\]] + + [:case=681;type="f16";wgSize=[128,1,1\]] + + [:case=681;type="f16";wgSize=[64,2,1\]] + + [:case=681;type="f32";wgSize=[128,1,1\]] + + [:case=681;type="f32";wgSize=[64,2,1\]] + + [:case=682;type="f16";wgSize=[128,1,1\]] + + [:case=682;type="f16";wgSize=[64,2,1\]] + + [:case=682;type="f32";wgSize=[128,1,1\]] + + [:case=682;type="f32";wgSize=[64,2,1\]] + + [:case=683;type="f16";wgSize=[128,1,1\]] + + [:case=683;type="f16";wgSize=[64,2,1\]] + + [:case=683;type="f32";wgSize=[128,1,1\]] + + [:case=683;type="f32";wgSize=[64,2,1\]] + + [:case=684;type="f16";wgSize=[128,1,1\]] + + [:case=684;type="f16";wgSize=[64,2,1\]] + + [:case=684;type="f32";wgSize=[128,1,1\]] + + [:case=684;type="f32";wgSize=[64,2,1\]] + + [:case=685;type="f16";wgSize=[128,1,1\]] + + [:case=685;type="f16";wgSize=[64,2,1\]] + + [:case=685;type="f32";wgSize=[128,1,1\]] + + [:case=685;type="f32";wgSize=[64,2,1\]] + + [:case=686;type="f16";wgSize=[128,1,1\]] + + [:case=686;type="f16";wgSize=[64,2,1\]] + + [:case=686;type="f32";wgSize=[128,1,1\]] + + [:case=686;type="f32";wgSize=[64,2,1\]] + + [:case=687;type="f16";wgSize=[128,1,1\]] + + [:case=687;type="f16";wgSize=[64,2,1\]] + + [:case=687;type="f32";wgSize=[128,1,1\]] + + [:case=687;type="f32";wgSize=[64,2,1\]] + + [:case=688;type="f16";wgSize=[128,1,1\]] + + [:case=688;type="f16";wgSize=[64,2,1\]] + + [:case=688;type="f32";wgSize=[128,1,1\]] + + [:case=688;type="f32";wgSize=[64,2,1\]] + + [:case=689;type="f16";wgSize=[128,1,1\]] + + [:case=689;type="f16";wgSize=[64,2,1\]] + + [:case=689;type="f32";wgSize=[128,1,1\]] + + [:case=689;type="f32";wgSize=[64,2,1\]] + + [:case=68;type="f16";wgSize=[128,1,1\]] + + [:case=68;type="f16";wgSize=[64,2,1\]] + + [:case=68;type="f32";wgSize=[128,1,1\]] + + [:case=68;type="f32";wgSize=[64,2,1\]] + + [:case=690;type="f16";wgSize=[128,1,1\]] + + [:case=690;type="f16";wgSize=[64,2,1\]] + + [:case=690;type="f32";wgSize=[128,1,1\]] + + [:case=690;type="f32";wgSize=[64,2,1\]] + + [:case=691;type="f16";wgSize=[128,1,1\]] + + [:case=691;type="f16";wgSize=[64,2,1\]] + + [:case=691;type="f32";wgSize=[128,1,1\]] + + [:case=691;type="f32";wgSize=[64,2,1\]] + + [:case=692;type="f16";wgSize=[128,1,1\]] + + [:case=692;type="f16";wgSize=[64,2,1\]] + + [:case=692;type="f32";wgSize=[128,1,1\]] + + [:case=692;type="f32";wgSize=[64,2,1\]] + + [:case=693;type="f16";wgSize=[128,1,1\]] + + [:case=693;type="f16";wgSize=[64,2,1\]] + + [:case=693;type="f32";wgSize=[128,1,1\]] + + [:case=693;type="f32";wgSize=[64,2,1\]] + + [:case=694;type="f16";wgSize=[128,1,1\]] + + [:case=694;type="f16";wgSize=[64,2,1\]] + + [:case=694;type="f32";wgSize=[128,1,1\]] + + [:case=694;type="f32";wgSize=[64,2,1\]] + + [:case=695;type="f16";wgSize=[128,1,1\]] + + [:case=695;type="f16";wgSize=[64,2,1\]] + + [:case=695;type="f32";wgSize=[128,1,1\]] + + [:case=695;type="f32";wgSize=[64,2,1\]] + + [:case=696;type="f16";wgSize=[128,1,1\]] + + [:case=696;type="f16";wgSize=[64,2,1\]] + + [:case=696;type="f32";wgSize=[128,1,1\]] + + [:case=696;type="f32";wgSize=[64,2,1\]] + + [:case=697;type="f16";wgSize=[128,1,1\]] + + [:case=697;type="f16";wgSize=[64,2,1\]] + + [:case=697;type="f32";wgSize=[128,1,1\]] + + [:case=697;type="f32";wgSize=[64,2,1\]] + + [:case=698;type="f16";wgSize=[128,1,1\]] + + [:case=698;type="f16";wgSize=[64,2,1\]] + + [:case=698;type="f32";wgSize=[128,1,1\]] + + [:case=698;type="f32";wgSize=[64,2,1\]] + + [:case=699;type="f16";wgSize=[128,1,1\]] + + [:case=699;type="f16";wgSize=[64,2,1\]] + + [:case=699;type="f32";wgSize=[128,1,1\]] + + [:case=699;type="f32";wgSize=[64,2,1\]] + + [:case=69;type="f16";wgSize=[128,1,1\]] + + [:case=69;type="f16";wgSize=[64,2,1\]] + + [:case=69;type="f32";wgSize=[128,1,1\]] + + [:case=69;type="f32";wgSize=[64,2,1\]] + + [:case=6;type="f16";wgSize=[128,1,1\]] + + [:case=6;type="f16";wgSize=[64,2,1\]] + + [:case=6;type="f32";wgSize=[128,1,1\]] + + [:case=6;type="f32";wgSize=[64,2,1\]] + + [:case=700;type="f16";wgSize=[128,1,1\]] + + [:case=700;type="f16";wgSize=[64,2,1\]] + + [:case=700;type="f32";wgSize=[128,1,1\]] + + [:case=700;type="f32";wgSize=[64,2,1\]] + + [:case=701;type="f16";wgSize=[128,1,1\]] + + [:case=701;type="f16";wgSize=[64,2,1\]] + + [:case=701;type="f32";wgSize=[128,1,1\]] + + [:case=701;type="f32";wgSize=[64,2,1\]] + + [:case=702;type="f16";wgSize=[128,1,1\]] + + [:case=702;type="f16";wgSize=[64,2,1\]] + + [:case=702;type="f32";wgSize=[128,1,1\]] + + [:case=702;type="f32";wgSize=[64,2,1\]] + + [:case=703;type="f16";wgSize=[128,1,1\]] + + [:case=703;type="f16";wgSize=[64,2,1\]] + + [:case=703;type="f32";wgSize=[128,1,1\]] + + [:case=703;type="f32";wgSize=[64,2,1\]] + + [:case=704;type="f16";wgSize=[128,1,1\]] + + [:case=704;type="f16";wgSize=[64,2,1\]] + + [:case=704;type="f32";wgSize=[128,1,1\]] + + [:case=704;type="f32";wgSize=[64,2,1\]] + + [:case=705;type="f16";wgSize=[128,1,1\]] + + [:case=705;type="f16";wgSize=[64,2,1\]] + + [:case=705;type="f32";wgSize=[128,1,1\]] + + [:case=705;type="f32";wgSize=[64,2,1\]] + + [:case=706;type="f16";wgSize=[128,1,1\]] + + [:case=706;type="f16";wgSize=[64,2,1\]] + + [:case=706;type="f32";wgSize=[128,1,1\]] + + [:case=706;type="f32";wgSize=[64,2,1\]] + + [:case=707;type="f16";wgSize=[128,1,1\]] + + [:case=707;type="f16";wgSize=[64,2,1\]] + + [:case=707;type="f32";wgSize=[128,1,1\]] + + [:case=707;type="f32";wgSize=[64,2,1\]] + + [:case=708;type="f16";wgSize=[128,1,1\]] + + [:case=708;type="f16";wgSize=[64,2,1\]] + + [:case=708;type="f32";wgSize=[128,1,1\]] + + [:case=708;type="f32";wgSize=[64,2,1\]] + + [:case=709;type="f16";wgSize=[128,1,1\]] + + [:case=709;type="f16";wgSize=[64,2,1\]] + + [:case=709;type="f32";wgSize=[128,1,1\]] + + [:case=709;type="f32";wgSize=[64,2,1\]] + + [:case=70;type="f16";wgSize=[128,1,1\]] + + [:case=70;type="f16";wgSize=[64,2,1\]] + + [:case=70;type="f32";wgSize=[128,1,1\]] + + [:case=70;type="f32";wgSize=[64,2,1\]] + + [:case=710;type="f16";wgSize=[128,1,1\]] + + [:case=710;type="f16";wgSize=[64,2,1\]] + + [:case=710;type="f32";wgSize=[128,1,1\]] + + [:case=710;type="f32";wgSize=[64,2,1\]] + + [:case=711;type="f16";wgSize=[128,1,1\]] + + [:case=711;type="f16";wgSize=[64,2,1\]] + + [:case=711;type="f32";wgSize=[128,1,1\]] + + [:case=711;type="f32";wgSize=[64,2,1\]] + + [:case=712;type="f16";wgSize=[128,1,1\]] + + [:case=712;type="f16";wgSize=[64,2,1\]] + + [:case=712;type="f32";wgSize=[128,1,1\]] + + [:case=712;type="f32";wgSize=[64,2,1\]] + + [:case=713;type="f16";wgSize=[128,1,1\]] + + [:case=713;type="f16";wgSize=[64,2,1\]] + + [:case=713;type="f32";wgSize=[128,1,1\]] + + [:case=713;type="f32";wgSize=[64,2,1\]] + + [:case=714;type="f16";wgSize=[128,1,1\]] + + [:case=714;type="f16";wgSize=[64,2,1\]] + + [:case=714;type="f32";wgSize=[128,1,1\]] + + [:case=714;type="f32";wgSize=[64,2,1\]] + + [:case=715;type="f16";wgSize=[128,1,1\]] + + [:case=715;type="f16";wgSize=[64,2,1\]] + + [:case=715;type="f32";wgSize=[128,1,1\]] + + [:case=715;type="f32";wgSize=[64,2,1\]] + + [:case=716;type="f16";wgSize=[128,1,1\]] + + [:case=716;type="f16";wgSize=[64,2,1\]] + + [:case=716;type="f32";wgSize=[128,1,1\]] + + [:case=716;type="f32";wgSize=[64,2,1\]] + + [:case=717;type="f16";wgSize=[128,1,1\]] + + [:case=717;type="f16";wgSize=[64,2,1\]] + + [:case=717;type="f32";wgSize=[128,1,1\]] + + [:case=717;type="f32";wgSize=[64,2,1\]] + + [:case=718;type="f16";wgSize=[128,1,1\]] + + [:case=718;type="f16";wgSize=[64,2,1\]] + + [:case=718;type="f32";wgSize=[128,1,1\]] + + [:case=718;type="f32";wgSize=[64,2,1\]] + + [:case=719;type="f16";wgSize=[128,1,1\]] + + [:case=719;type="f16";wgSize=[64,2,1\]] + + [:case=719;type="f32";wgSize=[128,1,1\]] + + [:case=719;type="f32";wgSize=[64,2,1\]] + + [:case=71;type="f16";wgSize=[128,1,1\]] + + [:case=71;type="f16";wgSize=[64,2,1\]] + + [:case=71;type="f32";wgSize=[128,1,1\]] + + [:case=71;type="f32";wgSize=[64,2,1\]] + + [:case=720;type="f16";wgSize=[128,1,1\]] + + [:case=720;type="f16";wgSize=[64,2,1\]] + + [:case=720;type="f32";wgSize=[128,1,1\]] + + [:case=720;type="f32";wgSize=[64,2,1\]] + + [:case=721;type="f16";wgSize=[128,1,1\]] + + [:case=721;type="f16";wgSize=[64,2,1\]] + + [:case=721;type="f32";wgSize=[128,1,1\]] + + [:case=721;type="f32";wgSize=[64,2,1\]] + + [:case=722;type="f16";wgSize=[128,1,1\]] + + [:case=722;type="f16";wgSize=[64,2,1\]] + + [:case=722;type="f32";wgSize=[128,1,1\]] + + [:case=722;type="f32";wgSize=[64,2,1\]] + + [:case=723;type="f16";wgSize=[128,1,1\]] + + [:case=723;type="f16";wgSize=[64,2,1\]] + + [:case=723;type="f32";wgSize=[128,1,1\]] + + [:case=723;type="f32";wgSize=[64,2,1\]] + + [:case=724;type="f16";wgSize=[128,1,1\]] + + [:case=724;type="f16";wgSize=[64,2,1\]] + + [:case=724;type="f32";wgSize=[128,1,1\]] + + [:case=724;type="f32";wgSize=[64,2,1\]] + + [:case=725;type="f16";wgSize=[128,1,1\]] + + [:case=725;type="f16";wgSize=[64,2,1\]] + + [:case=725;type="f32";wgSize=[128,1,1\]] + + [:case=725;type="f32";wgSize=[64,2,1\]] + + [:case=726;type="f16";wgSize=[128,1,1\]] + + [:case=726;type="f16";wgSize=[64,2,1\]] + + [:case=726;type="f32";wgSize=[128,1,1\]] + + [:case=726;type="f32";wgSize=[64,2,1\]] + + [:case=727;type="f16";wgSize=[128,1,1\]] + + [:case=727;type="f16";wgSize=[64,2,1\]] + + [:case=727;type="f32";wgSize=[128,1,1\]] + + [:case=727;type="f32";wgSize=[64,2,1\]] + + [:case=728;type="f16";wgSize=[128,1,1\]] + + [:case=728;type="f16";wgSize=[64,2,1\]] + + [:case=728;type="f32";wgSize=[128,1,1\]] + + [:case=728;type="f32";wgSize=[64,2,1\]] + + [:case=729;type="f16";wgSize=[128,1,1\]] + + [:case=729;type="f16";wgSize=[64,2,1\]] + + [:case=729;type="f32";wgSize=[128,1,1\]] + + [:case=729;type="f32";wgSize=[64,2,1\]] + + [:case=72;type="f16";wgSize=[128,1,1\]] + + [:case=72;type="f16";wgSize=[64,2,1\]] + + [:case=72;type="f32";wgSize=[128,1,1\]] + + [:case=72;type="f32";wgSize=[64,2,1\]] + + [:case=730;type="f16";wgSize=[128,1,1\]] + + [:case=730;type="f16";wgSize=[64,2,1\]] + + [:case=730;type="f32";wgSize=[128,1,1\]] + + [:case=730;type="f32";wgSize=[64,2,1\]] + + [:case=731;type="f16";wgSize=[128,1,1\]] + + [:case=731;type="f16";wgSize=[64,2,1\]] + + [:case=731;type="f32";wgSize=[128,1,1\]] + + [:case=731;type="f32";wgSize=[64,2,1\]] + + [:case=732;type="f16";wgSize=[128,1,1\]] + + [:case=732;type="f16";wgSize=[64,2,1\]] + + [:case=732;type="f32";wgSize=[128,1,1\]] + + [:case=732;type="f32";wgSize=[64,2,1\]] + + [:case=733;type="f16";wgSize=[128,1,1\]] + + [:case=733;type="f16";wgSize=[64,2,1\]] + + [:case=733;type="f32";wgSize=[128,1,1\]] + + [:case=733;type="f32";wgSize=[64,2,1\]] + + [:case=734;type="f16";wgSize=[128,1,1\]] + + [:case=734;type="f16";wgSize=[64,2,1\]] + + [:case=734;type="f32";wgSize=[128,1,1\]] + + [:case=734;type="f32";wgSize=[64,2,1\]] + + [:case=735;type="f16";wgSize=[128,1,1\]] + + [:case=735;type="f16";wgSize=[64,2,1\]] + + [:case=735;type="f32";wgSize=[128,1,1\]] + + [:case=735;type="f32";wgSize=[64,2,1\]] + + [:case=736;type="f16";wgSize=[128,1,1\]] + + [:case=736;type="f16";wgSize=[64,2,1\]] + + [:case=736;type="f32";wgSize=[128,1,1\]] + + [:case=736;type="f32";wgSize=[64,2,1\]] + + [:case=737;type="f16";wgSize=[128,1,1\]] + + [:case=737;type="f16";wgSize=[64,2,1\]] + + [:case=737;type="f32";wgSize=[128,1,1\]] + + [:case=737;type="f32";wgSize=[64,2,1\]] + + [:case=738;type="f16";wgSize=[128,1,1\]] + + [:case=738;type="f16";wgSize=[64,2,1\]] + + [:case=738;type="f32";wgSize=[128,1,1\]] + + [:case=738;type="f32";wgSize=[64,2,1\]] + + [:case=739;type="f16";wgSize=[128,1,1\]] + + [:case=739;type="f16";wgSize=[64,2,1\]] + + [:case=739;type="f32";wgSize=[128,1,1\]] + + [:case=739;type="f32";wgSize=[64,2,1\]] + + [:case=73;type="f16";wgSize=[128,1,1\]] + + [:case=73;type="f16";wgSize=[64,2,1\]] + + [:case=73;type="f32";wgSize=[128,1,1\]] + + [:case=73;type="f32";wgSize=[64,2,1\]] + + [:case=740;type="f16";wgSize=[128,1,1\]] + + [:case=740;type="f16";wgSize=[64,2,1\]] + + [:case=740;type="f32";wgSize=[128,1,1\]] + + [:case=740;type="f32";wgSize=[64,2,1\]] + + [:case=741;type="f16";wgSize=[128,1,1\]] + + [:case=741;type="f16";wgSize=[64,2,1\]] + + [:case=741;type="f32";wgSize=[128,1,1\]] + + [:case=741;type="f32";wgSize=[64,2,1\]] + + [:case=742;type="f16";wgSize=[128,1,1\]] + + [:case=742;type="f16";wgSize=[64,2,1\]] + + [:case=742;type="f32";wgSize=[128,1,1\]] + + [:case=742;type="f32";wgSize=[64,2,1\]] + + [:case=743;type="f16";wgSize=[128,1,1\]] + + [:case=743;type="f16";wgSize=[64,2,1\]] + + [:case=743;type="f32";wgSize=[128,1,1\]] + + [:case=743;type="f32";wgSize=[64,2,1\]] + + [:case=744;type="f16";wgSize=[128,1,1\]] + + [:case=744;type="f16";wgSize=[64,2,1\]] + + [:case=744;type="f32";wgSize=[128,1,1\]] + + [:case=744;type="f32";wgSize=[64,2,1\]] + + [:case=745;type="f16";wgSize=[128,1,1\]] + + [:case=745;type="f16";wgSize=[64,2,1\]] + + [:case=745;type="f32";wgSize=[128,1,1\]] + + [:case=745;type="f32";wgSize=[64,2,1\]] + + [:case=746;type="f16";wgSize=[128,1,1\]] + + [:case=746;type="f16";wgSize=[64,2,1\]] + + [:case=746;type="f32";wgSize=[128,1,1\]] + + [:case=746;type="f32";wgSize=[64,2,1\]] + + [:case=747;type="f16";wgSize=[128,1,1\]] + + [:case=747;type="f16";wgSize=[64,2,1\]] + + [:case=747;type="f32";wgSize=[128,1,1\]] + + [:case=747;type="f32";wgSize=[64,2,1\]] + + [:case=748;type="f16";wgSize=[128,1,1\]] + + [:case=748;type="f16";wgSize=[64,2,1\]] + + [:case=748;type="f32";wgSize=[128,1,1\]] + + [:case=748;type="f32";wgSize=[64,2,1\]] + + [:case=749;type="f16";wgSize=[128,1,1\]] + + [:case=749;type="f16";wgSize=[64,2,1\]] + + [:case=749;type="f32";wgSize=[128,1,1\]] + + [:case=749;type="f32";wgSize=[64,2,1\]] + + [:case=74;type="f16";wgSize=[128,1,1\]] + + [:case=74;type="f16";wgSize=[64,2,1\]] + + [:case=74;type="f32";wgSize=[128,1,1\]] + + [:case=74;type="f32";wgSize=[64,2,1\]] + + [:case=750;type="f16";wgSize=[128,1,1\]] + + [:case=750;type="f16";wgSize=[64,2,1\]] + + [:case=750;type="f32";wgSize=[128,1,1\]] + + [:case=750;type="f32";wgSize=[64,2,1\]] + + [:case=751;type="f16";wgSize=[128,1,1\]] + + [:case=751;type="f16";wgSize=[64,2,1\]] + + [:case=751;type="f32";wgSize=[128,1,1\]] + + [:case=751;type="f32";wgSize=[64,2,1\]] + + [:case=752;type="f16";wgSize=[128,1,1\]] + + [:case=752;type="f16";wgSize=[64,2,1\]] + + [:case=752;type="f32";wgSize=[128,1,1\]] + + [:case=752;type="f32";wgSize=[64,2,1\]] + + [:case=753;type="f16";wgSize=[128,1,1\]] + + [:case=753;type="f16";wgSize=[64,2,1\]] + + [:case=753;type="f32";wgSize=[128,1,1\]] + + [:case=753;type="f32";wgSize=[64,2,1\]] + + [:case=754;type="f16";wgSize=[128,1,1\]] + + [:case=754;type="f16";wgSize=[64,2,1\]] + + [:case=754;type="f32";wgSize=[128,1,1\]] + + [:case=754;type="f32";wgSize=[64,2,1\]] + + [:case=755;type="f16";wgSize=[128,1,1\]] + + [:case=755;type="f16";wgSize=[64,2,1\]] + + [:case=755;type="f32";wgSize=[128,1,1\]] + + [:case=755;type="f32";wgSize=[64,2,1\]] + + [:case=756;type="f16";wgSize=[128,1,1\]] + + [:case=756;type="f16";wgSize=[64,2,1\]] + + [:case=756;type="f32";wgSize=[128,1,1\]] + + [:case=756;type="f32";wgSize=[64,2,1\]] + + [:case=757;type="f16";wgSize=[128,1,1\]] + + [:case=757;type="f16";wgSize=[64,2,1\]] + + [:case=757;type="f32";wgSize=[128,1,1\]] + + [:case=757;type="f32";wgSize=[64,2,1\]] + + [:case=758;type="f16";wgSize=[128,1,1\]] + + [:case=758;type="f16";wgSize=[64,2,1\]] + + [:case=758;type="f32";wgSize=[128,1,1\]] + + [:case=758;type="f32";wgSize=[64,2,1\]] + + [:case=759;type="f16";wgSize=[128,1,1\]] + + [:case=759;type="f16";wgSize=[64,2,1\]] + + [:case=759;type="f32";wgSize=[128,1,1\]] + + [:case=759;type="f32";wgSize=[64,2,1\]] + + [:case=75;type="f16";wgSize=[128,1,1\]] + + [:case=75;type="f16";wgSize=[64,2,1\]] + + [:case=75;type="f32";wgSize=[128,1,1\]] + + [:case=75;type="f32";wgSize=[64,2,1\]] + + [:case=760;type="f16";wgSize=[128,1,1\]] + + [:case=760;type="f16";wgSize=[64,2,1\]] + + [:case=760;type="f32";wgSize=[128,1,1\]] + + [:case=760;type="f32";wgSize=[64,2,1\]] + + [:case=761;type="f16";wgSize=[128,1,1\]] + + [:case=761;type="f16";wgSize=[64,2,1\]] + + [:case=761;type="f32";wgSize=[128,1,1\]] + + [:case=761;type="f32";wgSize=[64,2,1\]] + + [:case=762;type="f16";wgSize=[128,1,1\]] + + [:case=762;type="f16";wgSize=[64,2,1\]] + + [:case=762;type="f32";wgSize=[128,1,1\]] + + [:case=762;type="f32";wgSize=[64,2,1\]] + + [:case=763;type="f16";wgSize=[128,1,1\]] + + [:case=763;type="f16";wgSize=[64,2,1\]] + + [:case=763;type="f32";wgSize=[128,1,1\]] + + [:case=763;type="f32";wgSize=[64,2,1\]] + + [:case=764;type="f16";wgSize=[128,1,1\]] + + [:case=764;type="f16";wgSize=[64,2,1\]] + + [:case=764;type="f32";wgSize=[128,1,1\]] + + [:case=764;type="f32";wgSize=[64,2,1\]] + + [:case=765;type="f16";wgSize=[128,1,1\]] + + [:case=765;type="f16";wgSize=[64,2,1\]] + + [:case=765;type="f32";wgSize=[128,1,1\]] + + [:case=765;type="f32";wgSize=[64,2,1\]] + + [:case=766;type="f16";wgSize=[128,1,1\]] + + [:case=766;type="f16";wgSize=[64,2,1\]] + + [:case=766;type="f32";wgSize=[128,1,1\]] + + [:case=766;type="f32";wgSize=[64,2,1\]] + + [:case=767;type="f16";wgSize=[128,1,1\]] + + [:case=767;type="f16";wgSize=[64,2,1\]] + + [:case=767;type="f32";wgSize=[128,1,1\]] + + [:case=767;type="f32";wgSize=[64,2,1\]] + + [:case=768;type="f16";wgSize=[128,1,1\]] + + [:case=768;type="f16";wgSize=[64,2,1\]] + + [:case=768;type="f32";wgSize=[128,1,1\]] + + [:case=768;type="f32";wgSize=[64,2,1\]] + + [:case=769;type="f16";wgSize=[128,1,1\]] + + [:case=769;type="f16";wgSize=[64,2,1\]] + + [:case=769;type="f32";wgSize=[128,1,1\]] + + [:case=769;type="f32";wgSize=[64,2,1\]] + + [:case=76;type="f16";wgSize=[128,1,1\]] + + [:case=76;type="f16";wgSize=[64,2,1\]] + + [:case=76;type="f32";wgSize=[128,1,1\]] + + [:case=76;type="f32";wgSize=[64,2,1\]] + + [:case=770;type="f16";wgSize=[128,1,1\]] + + [:case=770;type="f16";wgSize=[64,2,1\]] + + [:case=770;type="f32";wgSize=[128,1,1\]] + + [:case=770;type="f32";wgSize=[64,2,1\]] + + [:case=771;type="f16";wgSize=[128,1,1\]] + + [:case=771;type="f16";wgSize=[64,2,1\]] + + [:case=771;type="f32";wgSize=[128,1,1\]] + + [:case=771;type="f32";wgSize=[64,2,1\]] + + [:case=772;type="f16";wgSize=[128,1,1\]] + + [:case=772;type="f16";wgSize=[64,2,1\]] + + [:case=772;type="f32";wgSize=[128,1,1\]] + + [:case=772;type="f32";wgSize=[64,2,1\]] + + [:case=773;type="f16";wgSize=[128,1,1\]] + + [:case=773;type="f16";wgSize=[64,2,1\]] + + [:case=773;type="f32";wgSize=[128,1,1\]] + + [:case=773;type="f32";wgSize=[64,2,1\]] + + [:case=774;type="f16";wgSize=[128,1,1\]] + + [:case=774;type="f16";wgSize=[64,2,1\]] + + [:case=774;type="f32";wgSize=[128,1,1\]] + + [:case=774;type="f32";wgSize=[64,2,1\]] + + [:case=775;type="f16";wgSize=[128,1,1\]] + + [:case=775;type="f16";wgSize=[64,2,1\]] + + [:case=775;type="f32";wgSize=[128,1,1\]] + + [:case=775;type="f32";wgSize=[64,2,1\]] + + [:case=776;type="f16";wgSize=[128,1,1\]] + + [:case=776;type="f16";wgSize=[64,2,1\]] + + [:case=776;type="f32";wgSize=[128,1,1\]] + + [:case=776;type="f32";wgSize=[64,2,1\]] + + [:case=777;type="f16";wgSize=[128,1,1\]] + + [:case=777;type="f16";wgSize=[64,2,1\]] + + [:case=777;type="f32";wgSize=[128,1,1\]] + + [:case=777;type="f32";wgSize=[64,2,1\]] + + [:case=778;type="f16";wgSize=[128,1,1\]] + + [:case=778;type="f16";wgSize=[64,2,1\]] + + [:case=778;type="f32";wgSize=[128,1,1\]] + + [:case=778;type="f32";wgSize=[64,2,1\]] + + [:case=779;type="f16";wgSize=[128,1,1\]] + + [:case=779;type="f16";wgSize=[64,2,1\]] + + [:case=779;type="f32";wgSize=[128,1,1\]] + + [:case=779;type="f32";wgSize=[64,2,1\]] + + [:case=77;type="f16";wgSize=[128,1,1\]] + + [:case=77;type="f16";wgSize=[64,2,1\]] + + [:case=77;type="f32";wgSize=[128,1,1\]] + + [:case=77;type="f32";wgSize=[64,2,1\]] + + [:case=780;type="f16";wgSize=[128,1,1\]] + + [:case=780;type="f16";wgSize=[64,2,1\]] + + [:case=780;type="f32";wgSize=[128,1,1\]] + + [:case=780;type="f32";wgSize=[64,2,1\]] + + [:case=781;type="f16";wgSize=[128,1,1\]] + + [:case=781;type="f16";wgSize=[64,2,1\]] + + [:case=781;type="f32";wgSize=[128,1,1\]] + + [:case=781;type="f32";wgSize=[64,2,1\]] + + [:case=782;type="f16";wgSize=[128,1,1\]] + + [:case=782;type="f16";wgSize=[64,2,1\]] + + [:case=782;type="f32";wgSize=[128,1,1\]] + + [:case=782;type="f32";wgSize=[64,2,1\]] + + [:case=783;type="f16";wgSize=[128,1,1\]] + + [:case=783;type="f16";wgSize=[64,2,1\]] + + [:case=783;type="f32";wgSize=[128,1,1\]] + + [:case=783;type="f32";wgSize=[64,2,1\]] + + [:case=784;type="f16";wgSize=[128,1,1\]] + + [:case=784;type="f16";wgSize=[64,2,1\]] + + [:case=784;type="f32";wgSize=[128,1,1\]] + + [:case=784;type="f32";wgSize=[64,2,1\]] + + [:case=785;type="f16";wgSize=[128,1,1\]] + + [:case=785;type="f16";wgSize=[64,2,1\]] + + [:case=785;type="f32";wgSize=[128,1,1\]] + + [:case=785;type="f32";wgSize=[64,2,1\]] + + [:case=786;type="f16";wgSize=[128,1,1\]] + + [:case=786;type="f16";wgSize=[64,2,1\]] + + [:case=786;type="f32";wgSize=[128,1,1\]] + + [:case=786;type="f32";wgSize=[64,2,1\]] + + [:case=787;type="f16";wgSize=[128,1,1\]] + + [:case=787;type="f16";wgSize=[64,2,1\]] + + [:case=787;type="f32";wgSize=[128,1,1\]] + + [:case=787;type="f32";wgSize=[64,2,1\]] + + [:case=788;type="f16";wgSize=[128,1,1\]] + + [:case=788;type="f16";wgSize=[64,2,1\]] + + [:case=788;type="f32";wgSize=[128,1,1\]] + + [:case=788;type="f32";wgSize=[64,2,1\]] + + [:case=789;type="f16";wgSize=[128,1,1\]] + + [:case=789;type="f16";wgSize=[64,2,1\]] + + [:case=789;type="f32";wgSize=[128,1,1\]] + + [:case=789;type="f32";wgSize=[64,2,1\]] + + [:case=78;type="f16";wgSize=[128,1,1\]] + + [:case=78;type="f16";wgSize=[64,2,1\]] + + [:case=78;type="f32";wgSize=[128,1,1\]] + + [:case=78;type="f32";wgSize=[64,2,1\]] + + [:case=790;type="f16";wgSize=[128,1,1\]] + + [:case=790;type="f16";wgSize=[64,2,1\]] + + [:case=790;type="f32";wgSize=[128,1,1\]] + + [:case=790;type="f32";wgSize=[64,2,1\]] + + [:case=791;type="f16";wgSize=[128,1,1\]] + + [:case=791;type="f16";wgSize=[64,2,1\]] + + [:case=791;type="f32";wgSize=[128,1,1\]] + + [:case=791;type="f32";wgSize=[64,2,1\]] + + [:case=792;type="f16";wgSize=[128,1,1\]] + + [:case=792;type="f16";wgSize=[64,2,1\]] + + [:case=792;type="f32";wgSize=[128,1,1\]] + + [:case=792;type="f32";wgSize=[64,2,1\]] + + [:case=793;type="f16";wgSize=[128,1,1\]] + + [:case=793;type="f16";wgSize=[64,2,1\]] + + [:case=793;type="f32";wgSize=[128,1,1\]] + + [:case=793;type="f32";wgSize=[64,2,1\]] + + [:case=794;type="f16";wgSize=[128,1,1\]] + + [:case=794;type="f16";wgSize=[64,2,1\]] + + [:case=794;type="f32";wgSize=[128,1,1\]] + + [:case=794;type="f32";wgSize=[64,2,1\]] + + [:case=795;type="f16";wgSize=[128,1,1\]] + + [:case=795;type="f16";wgSize=[64,2,1\]] + + [:case=795;type="f32";wgSize=[128,1,1\]] + + [:case=795;type="f32";wgSize=[64,2,1\]] + + [:case=796;type="f16";wgSize=[128,1,1\]] + + [:case=796;type="f16";wgSize=[64,2,1\]] + + [:case=796;type="f32";wgSize=[128,1,1\]] + + [:case=796;type="f32";wgSize=[64,2,1\]] + + [:case=797;type="f16";wgSize=[128,1,1\]] + + [:case=797;type="f16";wgSize=[64,2,1\]] + + [:case=797;type="f32";wgSize=[128,1,1\]] + + [:case=797;type="f32";wgSize=[64,2,1\]] + + [:case=798;type="f16";wgSize=[128,1,1\]] + + [:case=798;type="f16";wgSize=[64,2,1\]] + + [:case=798;type="f32";wgSize=[128,1,1\]] + + [:case=798;type="f32";wgSize=[64,2,1\]] + + [:case=799;type="f16";wgSize=[128,1,1\]] + + [:case=799;type="f16";wgSize=[64,2,1\]] + + [:case=799;type="f32";wgSize=[128,1,1\]] + + [:case=799;type="f32";wgSize=[64,2,1\]] + + [:case=79;type="f16";wgSize=[128,1,1\]] + + [:case=79;type="f16";wgSize=[64,2,1\]] + + [:case=79;type="f32";wgSize=[128,1,1\]] + + [:case=79;type="f32";wgSize=[64,2,1\]] + + [:case=7;type="f16";wgSize=[128,1,1\]] + + [:case=7;type="f16";wgSize=[64,2,1\]] + + [:case=7;type="f32";wgSize=[128,1,1\]] + + [:case=7;type="f32";wgSize=[64,2,1\]] + + [:case=800;type="f16";wgSize=[128,1,1\]] + + [:case=800;type="f16";wgSize=[64,2,1\]] + + [:case=800;type="f32";wgSize=[128,1,1\]] + + [:case=800;type="f32";wgSize=[64,2,1\]] + + [:case=801;type="f16";wgSize=[128,1,1\]] + + [:case=801;type="f16";wgSize=[64,2,1\]] + + [:case=801;type="f32";wgSize=[128,1,1\]] + + [:case=801;type="f32";wgSize=[64,2,1\]] + + [:case=802;type="f16";wgSize=[128,1,1\]] + + [:case=802;type="f16";wgSize=[64,2,1\]] + + [:case=802;type="f32";wgSize=[128,1,1\]] + + [:case=802;type="f32";wgSize=[64,2,1\]] + + [:case=803;type="f16";wgSize=[128,1,1\]] + + [:case=803;type="f16";wgSize=[64,2,1\]] + + [:case=803;type="f32";wgSize=[128,1,1\]] + + [:case=803;type="f32";wgSize=[64,2,1\]] + + [:case=804;type="f16";wgSize=[128,1,1\]] + + [:case=804;type="f16";wgSize=[64,2,1\]] + + [:case=804;type="f32";wgSize=[128,1,1\]] + + [:case=804;type="f32";wgSize=[64,2,1\]] + + [:case=805;type="f16";wgSize=[128,1,1\]] + + [:case=805;type="f16";wgSize=[64,2,1\]] + + [:case=805;type="f32";wgSize=[128,1,1\]] + + [:case=805;type="f32";wgSize=[64,2,1\]] + + [:case=806;type="f16";wgSize=[128,1,1\]] + + [:case=806;type="f16";wgSize=[64,2,1\]] + + [:case=806;type="f32";wgSize=[128,1,1\]] + + [:case=806;type="f32";wgSize=[64,2,1\]] + + [:case=807;type="f16";wgSize=[128,1,1\]] + + [:case=807;type="f16";wgSize=[64,2,1\]] + + [:case=807;type="f32";wgSize=[128,1,1\]] + + [:case=807;type="f32";wgSize=[64,2,1\]] + + [:case=808;type="f16";wgSize=[128,1,1\]] + + [:case=808;type="f16";wgSize=[64,2,1\]] + + [:case=808;type="f32";wgSize=[128,1,1\]] + + [:case=808;type="f32";wgSize=[64,2,1\]] + + [:case=809;type="f16";wgSize=[128,1,1\]] + + [:case=809;type="f16";wgSize=[64,2,1\]] + + [:case=809;type="f32";wgSize=[128,1,1\]] + + [:case=809;type="f32";wgSize=[64,2,1\]] + + [:case=80;type="f16";wgSize=[128,1,1\]] + + [:case=80;type="f16";wgSize=[64,2,1\]] + + [:case=80;type="f32";wgSize=[128,1,1\]] + + [:case=80;type="f32";wgSize=[64,2,1\]] + + [:case=810;type="f16";wgSize=[128,1,1\]] + + [:case=810;type="f16";wgSize=[64,2,1\]] + + [:case=810;type="f32";wgSize=[128,1,1\]] + + [:case=810;type="f32";wgSize=[64,2,1\]] + + [:case=811;type="f16";wgSize=[128,1,1\]] + + [:case=811;type="f16";wgSize=[64,2,1\]] + + [:case=811;type="f32";wgSize=[128,1,1\]] + + [:case=811;type="f32";wgSize=[64,2,1\]] + + [:case=812;type="f16";wgSize=[128,1,1\]] + + [:case=812;type="f16";wgSize=[64,2,1\]] + + [:case=812;type="f32";wgSize=[128,1,1\]] + + [:case=812;type="f32";wgSize=[64,2,1\]] + + [:case=813;type="f16";wgSize=[128,1,1\]] + + [:case=813;type="f16";wgSize=[64,2,1\]] + + [:case=813;type="f32";wgSize=[128,1,1\]] + + [:case=813;type="f32";wgSize=[64,2,1\]] + + [:case=814;type="f16";wgSize=[128,1,1\]] + + [:case=814;type="f16";wgSize=[64,2,1\]] + + [:case=814;type="f32";wgSize=[128,1,1\]] + + [:case=814;type="f32";wgSize=[64,2,1\]] + + [:case=815;type="f16";wgSize=[128,1,1\]] + + [:case=815;type="f16";wgSize=[64,2,1\]] + + [:case=815;type="f32";wgSize=[128,1,1\]] + + [:case=815;type="f32";wgSize=[64,2,1\]] + + [:case=816;type="f16";wgSize=[128,1,1\]] + + [:case=816;type="f16";wgSize=[64,2,1\]] + + [:case=816;type="f32";wgSize=[128,1,1\]] + + [:case=816;type="f32";wgSize=[64,2,1\]] + + [:case=817;type="f16";wgSize=[128,1,1\]] + + [:case=817;type="f16";wgSize=[64,2,1\]] + + [:case=817;type="f32";wgSize=[128,1,1\]] + + [:case=817;type="f32";wgSize=[64,2,1\]] + + [:case=818;type="f16";wgSize=[128,1,1\]] + + [:case=818;type="f16";wgSize=[64,2,1\]] + + [:case=818;type="f32";wgSize=[128,1,1\]] + + [:case=818;type="f32";wgSize=[64,2,1\]] + + [:case=819;type="f16";wgSize=[128,1,1\]] + + [:case=819;type="f16";wgSize=[64,2,1\]] + + [:case=819;type="f32";wgSize=[128,1,1\]] + + [:case=819;type="f32";wgSize=[64,2,1\]] + + [:case=81;type="f16";wgSize=[128,1,1\]] + + [:case=81;type="f16";wgSize=[64,2,1\]] + + [:case=81;type="f32";wgSize=[128,1,1\]] + + [:case=81;type="f32";wgSize=[64,2,1\]] + + [:case=820;type="f16";wgSize=[128,1,1\]] + + [:case=820;type="f16";wgSize=[64,2,1\]] + + [:case=820;type="f32";wgSize=[128,1,1\]] + + [:case=820;type="f32";wgSize=[64,2,1\]] + + [:case=821;type="f16";wgSize=[128,1,1\]] + + [:case=821;type="f16";wgSize=[64,2,1\]] + + [:case=821;type="f32";wgSize=[128,1,1\]] + + [:case=821;type="f32";wgSize=[64,2,1\]] + + [:case=822;type="f16";wgSize=[128,1,1\]] + + [:case=822;type="f16";wgSize=[64,2,1\]] + + [:case=822;type="f32";wgSize=[128,1,1\]] + + [:case=822;type="f32";wgSize=[64,2,1\]] + + [:case=823;type="f16";wgSize=[128,1,1\]] + + [:case=823;type="f16";wgSize=[64,2,1\]] + + [:case=823;type="f32";wgSize=[128,1,1\]] + + [:case=823;type="f32";wgSize=[64,2,1\]] + + [:case=824;type="f16";wgSize=[128,1,1\]] + + [:case=824;type="f16";wgSize=[64,2,1\]] + + [:case=824;type="f32";wgSize=[128,1,1\]] + + [:case=824;type="f32";wgSize=[64,2,1\]] + + [:case=825;type="f16";wgSize=[128,1,1\]] + + [:case=825;type="f16";wgSize=[64,2,1\]] + + [:case=825;type="f32";wgSize=[128,1,1\]] + + [:case=825;type="f32";wgSize=[64,2,1\]] + + [:case=826;type="f16";wgSize=[128,1,1\]] + + [:case=826;type="f16";wgSize=[64,2,1\]] + + [:case=826;type="f32";wgSize=[128,1,1\]] + + [:case=826;type="f32";wgSize=[64,2,1\]] + + [:case=827;type="f16";wgSize=[128,1,1\]] + + [:case=827;type="f16";wgSize=[64,2,1\]] + + [:case=827;type="f32";wgSize=[128,1,1\]] + + [:case=827;type="f32";wgSize=[64,2,1\]] + + [:case=828;type="f16";wgSize=[128,1,1\]] + + [:case=828;type="f16";wgSize=[64,2,1\]] + + [:case=828;type="f32";wgSize=[128,1,1\]] + + [:case=828;type="f32";wgSize=[64,2,1\]] + + [:case=829;type="f16";wgSize=[128,1,1\]] + + [:case=829;type="f16";wgSize=[64,2,1\]] + + [:case=829;type="f32";wgSize=[128,1,1\]] + + [:case=829;type="f32";wgSize=[64,2,1\]] + + [:case=82;type="f16";wgSize=[128,1,1\]] + + [:case=82;type="f16";wgSize=[64,2,1\]] + + [:case=82;type="f32";wgSize=[128,1,1\]] + + [:case=82;type="f32";wgSize=[64,2,1\]] + + [:case=830;type="f16";wgSize=[128,1,1\]] + + [:case=830;type="f16";wgSize=[64,2,1\]] + + [:case=830;type="f32";wgSize=[128,1,1\]] + + [:case=830;type="f32";wgSize=[64,2,1\]] + + [:case=831;type="f16";wgSize=[128,1,1\]] + + [:case=831;type="f16";wgSize=[64,2,1\]] + + [:case=831;type="f32";wgSize=[128,1,1\]] + + [:case=831;type="f32";wgSize=[64,2,1\]] + + [:case=832;type="f16";wgSize=[128,1,1\]] + + [:case=832;type="f16";wgSize=[64,2,1\]] + + [:case=832;type="f32";wgSize=[128,1,1\]] + + [:case=832;type="f32";wgSize=[64,2,1\]] + + [:case=833;type="f16";wgSize=[128,1,1\]] + + [:case=833;type="f16";wgSize=[64,2,1\]] + + [:case=833;type="f32";wgSize=[128,1,1\]] + + [:case=833;type="f32";wgSize=[64,2,1\]] + + [:case=834;type="f16";wgSize=[128,1,1\]] + + [:case=834;type="f16";wgSize=[64,2,1\]] + + [:case=834;type="f32";wgSize=[128,1,1\]] + + [:case=834;type="f32";wgSize=[64,2,1\]] + + [:case=835;type="f16";wgSize=[128,1,1\]] + + [:case=835;type="f16";wgSize=[64,2,1\]] + + [:case=835;type="f32";wgSize=[128,1,1\]] + + [:case=835;type="f32";wgSize=[64,2,1\]] + + [:case=836;type="f16";wgSize=[128,1,1\]] + + [:case=836;type="f16";wgSize=[64,2,1\]] + + [:case=836;type="f32";wgSize=[128,1,1\]] + + [:case=836;type="f32";wgSize=[64,2,1\]] + + [:case=837;type="f16";wgSize=[128,1,1\]] + + [:case=837;type="f16";wgSize=[64,2,1\]] + + [:case=837;type="f32";wgSize=[128,1,1\]] + + [:case=837;type="f32";wgSize=[64,2,1\]] + + [:case=838;type="f16";wgSize=[128,1,1\]] + + [:case=838;type="f16";wgSize=[64,2,1\]] + + [:case=838;type="f32";wgSize=[128,1,1\]] + + [:case=838;type="f32";wgSize=[64,2,1\]] + + [:case=839;type="f16";wgSize=[128,1,1\]] + + [:case=839;type="f16";wgSize=[64,2,1\]] + + [:case=839;type="f32";wgSize=[128,1,1\]] + + [:case=839;type="f32";wgSize=[64,2,1\]] + + [:case=83;type="f16";wgSize=[128,1,1\]] + + [:case=83;type="f16";wgSize=[64,2,1\]] + + [:case=83;type="f32";wgSize=[128,1,1\]] + + [:case=83;type="f32";wgSize=[64,2,1\]] + + [:case=840;type="f16";wgSize=[128,1,1\]] + + [:case=840;type="f16";wgSize=[64,2,1\]] + + [:case=840;type="f32";wgSize=[128,1,1\]] + + [:case=840;type="f32";wgSize=[64,2,1\]] + + [:case=841;type="f16";wgSize=[128,1,1\]] + + [:case=841;type="f16";wgSize=[64,2,1\]] + + [:case=841;type="f32";wgSize=[128,1,1\]] + + [:case=841;type="f32";wgSize=[64,2,1\]] + + [:case=842;type="f16";wgSize=[128,1,1\]] + + [:case=842;type="f16";wgSize=[64,2,1\]] + + [:case=842;type="f32";wgSize=[128,1,1\]] + + [:case=842;type="f32";wgSize=[64,2,1\]] + + [:case=843;type="f16";wgSize=[128,1,1\]] + + [:case=843;type="f16";wgSize=[64,2,1\]] + + [:case=843;type="f32";wgSize=[128,1,1\]] + + [:case=843;type="f32";wgSize=[64,2,1\]] + + [:case=844;type="f16";wgSize=[128,1,1\]] + + [:case=844;type="f16";wgSize=[64,2,1\]] + + [:case=844;type="f32";wgSize=[128,1,1\]] + + [:case=844;type="f32";wgSize=[64,2,1\]] + + [:case=845;type="f16";wgSize=[128,1,1\]] + + [:case=845;type="f16";wgSize=[64,2,1\]] + + [:case=845;type="f32";wgSize=[128,1,1\]] + + [:case=845;type="f32";wgSize=[64,2,1\]] + + [:case=846;type="f16";wgSize=[128,1,1\]] + + [:case=846;type="f16";wgSize=[64,2,1\]] + + [:case=846;type="f32";wgSize=[128,1,1\]] + + [:case=846;type="f32";wgSize=[64,2,1\]] + + [:case=847;type="f16";wgSize=[128,1,1\]] + + [:case=847;type="f16";wgSize=[64,2,1\]] + + [:case=847;type="f32";wgSize=[128,1,1\]] + + [:case=847;type="f32";wgSize=[64,2,1\]] + + [:case=848;type="f16";wgSize=[128,1,1\]] + + [:case=848;type="f16";wgSize=[64,2,1\]] + + [:case=848;type="f32";wgSize=[128,1,1\]] + + [:case=848;type="f32";wgSize=[64,2,1\]] + + [:case=849;type="f16";wgSize=[128,1,1\]] + + [:case=849;type="f16";wgSize=[64,2,1\]] + + [:case=849;type="f32";wgSize=[128,1,1\]] + + [:case=849;type="f32";wgSize=[64,2,1\]] + + [:case=84;type="f16";wgSize=[128,1,1\]] + + [:case=84;type="f16";wgSize=[64,2,1\]] + + [:case=84;type="f32";wgSize=[128,1,1\]] + + [:case=84;type="f32";wgSize=[64,2,1\]] + + [:case=850;type="f16";wgSize=[128,1,1\]] + + [:case=850;type="f16";wgSize=[64,2,1\]] + + [:case=850;type="f32";wgSize=[128,1,1\]] + + [:case=850;type="f32";wgSize=[64,2,1\]] + + [:case=851;type="f16";wgSize=[128,1,1\]] + + [:case=851;type="f16";wgSize=[64,2,1\]] + + [:case=851;type="f32";wgSize=[128,1,1\]] + + [:case=851;type="f32";wgSize=[64,2,1\]] + + [:case=852;type="f16";wgSize=[128,1,1\]] + + [:case=852;type="f16";wgSize=[64,2,1\]] + + [:case=852;type="f32";wgSize=[128,1,1\]] + + [:case=852;type="f32";wgSize=[64,2,1\]] + + [:case=853;type="f16";wgSize=[128,1,1\]] + + [:case=853;type="f16";wgSize=[64,2,1\]] + + [:case=853;type="f32";wgSize=[128,1,1\]] + + [:case=853;type="f32";wgSize=[64,2,1\]] + + [:case=854;type="f16";wgSize=[128,1,1\]] + + [:case=854;type="f16";wgSize=[64,2,1\]] + + [:case=854;type="f32";wgSize=[128,1,1\]] + + [:case=854;type="f32";wgSize=[64,2,1\]] + + [:case=855;type="f16";wgSize=[128,1,1\]] + + [:case=855;type="f16";wgSize=[64,2,1\]] + + [:case=855;type="f32";wgSize=[128,1,1\]] + + [:case=855;type="f32";wgSize=[64,2,1\]] + + [:case=856;type="f16";wgSize=[128,1,1\]] + + [:case=856;type="f16";wgSize=[64,2,1\]] + + [:case=856;type="f32";wgSize=[128,1,1\]] + + [:case=856;type="f32";wgSize=[64,2,1\]] + + [:case=857;type="f16";wgSize=[128,1,1\]] + + [:case=857;type="f16";wgSize=[64,2,1\]] + + [:case=857;type="f32";wgSize=[128,1,1\]] + + [:case=857;type="f32";wgSize=[64,2,1\]] + + [:case=858;type="f16";wgSize=[128,1,1\]] + + [:case=858;type="f16";wgSize=[64,2,1\]] + + [:case=858;type="f32";wgSize=[128,1,1\]] + + [:case=858;type="f32";wgSize=[64,2,1\]] + + [:case=859;type="f16";wgSize=[128,1,1\]] + + [:case=859;type="f16";wgSize=[64,2,1\]] + + [:case=859;type="f32";wgSize=[128,1,1\]] + + [:case=859;type="f32";wgSize=[64,2,1\]] + + [:case=85;type="f16";wgSize=[128,1,1\]] + + [:case=85;type="f16";wgSize=[64,2,1\]] + + [:case=85;type="f32";wgSize=[128,1,1\]] + + [:case=85;type="f32";wgSize=[64,2,1\]] + + [:case=860;type="f16";wgSize=[128,1,1\]] + + [:case=860;type="f16";wgSize=[64,2,1\]] + + [:case=860;type="f32";wgSize=[128,1,1\]] + + [:case=860;type="f32";wgSize=[64,2,1\]] + + [:case=861;type="f16";wgSize=[128,1,1\]] + + [:case=861;type="f16";wgSize=[64,2,1\]] + + [:case=861;type="f32";wgSize=[128,1,1\]] + + [:case=861;type="f32";wgSize=[64,2,1\]] + + [:case=862;type="f16";wgSize=[128,1,1\]] + + [:case=862;type="f16";wgSize=[64,2,1\]] + + [:case=862;type="f32";wgSize=[128,1,1\]] + + [:case=862;type="f32";wgSize=[64,2,1\]] + + [:case=863;type="f16";wgSize=[128,1,1\]] + + [:case=863;type="f16";wgSize=[64,2,1\]] + + [:case=863;type="f32";wgSize=[128,1,1\]] + + [:case=863;type="f32";wgSize=[64,2,1\]] + + [:case=864;type="f16";wgSize=[128,1,1\]] + + [:case=864;type="f16";wgSize=[64,2,1\]] + + [:case=864;type="f32";wgSize=[128,1,1\]] + + [:case=864;type="f32";wgSize=[64,2,1\]] + + [:case=865;type="f16";wgSize=[128,1,1\]] + + [:case=865;type="f16";wgSize=[64,2,1\]] + + [:case=865;type="f32";wgSize=[128,1,1\]] + + [:case=865;type="f32";wgSize=[64,2,1\]] + + [:case=866;type="f16";wgSize=[128,1,1\]] + + [:case=866;type="f16";wgSize=[64,2,1\]] + + [:case=866;type="f32";wgSize=[128,1,1\]] + + [:case=866;type="f32";wgSize=[64,2,1\]] + + [:case=867;type="f16";wgSize=[128,1,1\]] + + [:case=867;type="f16";wgSize=[64,2,1\]] + + [:case=867;type="f32";wgSize=[128,1,1\]] + + [:case=867;type="f32";wgSize=[64,2,1\]] + + [:case=868;type="f16";wgSize=[128,1,1\]] + + [:case=868;type="f16";wgSize=[64,2,1\]] + + [:case=868;type="f32";wgSize=[128,1,1\]] + + [:case=868;type="f32";wgSize=[64,2,1\]] + + [:case=869;type="f16";wgSize=[128,1,1\]] + + [:case=869;type="f16";wgSize=[64,2,1\]] + + [:case=869;type="f32";wgSize=[128,1,1\]] + + [:case=869;type="f32";wgSize=[64,2,1\]] + + [:case=86;type="f16";wgSize=[128,1,1\]] + + [:case=86;type="f16";wgSize=[64,2,1\]] + + [:case=86;type="f32";wgSize=[128,1,1\]] + + [:case=86;type="f32";wgSize=[64,2,1\]] + + [:case=870;type="f16";wgSize=[128,1,1\]] + + [:case=870;type="f16";wgSize=[64,2,1\]] + + [:case=870;type="f32";wgSize=[128,1,1\]] + + [:case=870;type="f32";wgSize=[64,2,1\]] + + [:case=871;type="f16";wgSize=[128,1,1\]] + + [:case=871;type="f16";wgSize=[64,2,1\]] + + [:case=871;type="f32";wgSize=[128,1,1\]] + + [:case=871;type="f32";wgSize=[64,2,1\]] + + [:case=872;type="f16";wgSize=[128,1,1\]] + + [:case=872;type="f16";wgSize=[64,2,1\]] + + [:case=872;type="f32";wgSize=[128,1,1\]] + + [:case=872;type="f32";wgSize=[64,2,1\]] + + [:case=873;type="f16";wgSize=[128,1,1\]] + + [:case=873;type="f16";wgSize=[64,2,1\]] + + [:case=873;type="f32";wgSize=[128,1,1\]] + + [:case=873;type="f32";wgSize=[64,2,1\]] + + [:case=874;type="f16";wgSize=[128,1,1\]] + + [:case=874;type="f16";wgSize=[64,2,1\]] + + [:case=874;type="f32";wgSize=[128,1,1\]] + + [:case=874;type="f32";wgSize=[64,2,1\]] + + [:case=875;type="f16";wgSize=[128,1,1\]] + + [:case=875;type="f16";wgSize=[64,2,1\]] + + [:case=875;type="f32";wgSize=[128,1,1\]] + + [:case=875;type="f32";wgSize=[64,2,1\]] + + [:case=876;type="f16";wgSize=[128,1,1\]] + + [:case=876;type="f16";wgSize=[64,2,1\]] + + [:case=876;type="f32";wgSize=[128,1,1\]] + + [:case=876;type="f32";wgSize=[64,2,1\]] + + [:case=877;type="f16";wgSize=[128,1,1\]] + + [:case=877;type="f16";wgSize=[64,2,1\]] + + [:case=877;type="f32";wgSize=[128,1,1\]] + + [:case=877;type="f32";wgSize=[64,2,1\]] + + [:case=878;type="f16";wgSize=[128,1,1\]] + + [:case=878;type="f16";wgSize=[64,2,1\]] + + [:case=878;type="f32";wgSize=[128,1,1\]] + + [:case=878;type="f32";wgSize=[64,2,1\]] + + [:case=879;type="f16";wgSize=[128,1,1\]] + + [:case=879;type="f16";wgSize=[64,2,1\]] + + [:case=879;type="f32";wgSize=[128,1,1\]] + + [:case=879;type="f32";wgSize=[64,2,1\]] + + [:case=87;type="f16";wgSize=[128,1,1\]] + + [:case=87;type="f16";wgSize=[64,2,1\]] + + [:case=87;type="f32";wgSize=[128,1,1\]] + + [:case=87;type="f32";wgSize=[64,2,1\]] + + [:case=880;type="f16";wgSize=[128,1,1\]] + + [:case=880;type="f16";wgSize=[64,2,1\]] + + [:case=880;type="f32";wgSize=[128,1,1\]] + + [:case=880;type="f32";wgSize=[64,2,1\]] + + [:case=881;type="f16";wgSize=[128,1,1\]] + + [:case=881;type="f16";wgSize=[64,2,1\]] + + [:case=881;type="f32";wgSize=[128,1,1\]] + + [:case=881;type="f32";wgSize=[64,2,1\]] + + [:case=882;type="f16";wgSize=[128,1,1\]] + + [:case=882;type="f16";wgSize=[64,2,1\]] + + [:case=882;type="f32";wgSize=[128,1,1\]] + + [:case=882;type="f32";wgSize=[64,2,1\]] + + [:case=883;type="f16";wgSize=[128,1,1\]] + + [:case=883;type="f16";wgSize=[64,2,1\]] + + [:case=883;type="f32";wgSize=[128,1,1\]] + + [:case=883;type="f32";wgSize=[64,2,1\]] + + [:case=884;type="f16";wgSize=[128,1,1\]] + + [:case=884;type="f16";wgSize=[64,2,1\]] + + [:case=884;type="f32";wgSize=[128,1,1\]] + + [:case=884;type="f32";wgSize=[64,2,1\]] + + [:case=885;type="f16";wgSize=[128,1,1\]] + + [:case=885;type="f16";wgSize=[64,2,1\]] + + [:case=885;type="f32";wgSize=[128,1,1\]] + + [:case=885;type="f32";wgSize=[64,2,1\]] + + [:case=886;type="f16";wgSize=[128,1,1\]] + + [:case=886;type="f16";wgSize=[64,2,1\]] + + [:case=886;type="f32";wgSize=[128,1,1\]] + + [:case=886;type="f32";wgSize=[64,2,1\]] + + [:case=887;type="f16";wgSize=[128,1,1\]] + + [:case=887;type="f16";wgSize=[64,2,1\]] + + [:case=887;type="f32";wgSize=[128,1,1\]] + + [:case=887;type="f32";wgSize=[64,2,1\]] + + [:case=888;type="f16";wgSize=[128,1,1\]] + + [:case=888;type="f16";wgSize=[64,2,1\]] + + [:case=888;type="f32";wgSize=[128,1,1\]] + + [:case=888;type="f32";wgSize=[64,2,1\]] + + [:case=889;type="f16";wgSize=[128,1,1\]] + + [:case=889;type="f16";wgSize=[64,2,1\]] + + [:case=889;type="f32";wgSize=[128,1,1\]] + + [:case=889;type="f32";wgSize=[64,2,1\]] + + [:case=88;type="f16";wgSize=[128,1,1\]] + + [:case=88;type="f16";wgSize=[64,2,1\]] + + [:case=88;type="f32";wgSize=[128,1,1\]] + + [:case=88;type="f32";wgSize=[64,2,1\]] + + [:case=890;type="f16";wgSize=[128,1,1\]] + + [:case=890;type="f16";wgSize=[64,2,1\]] + + [:case=890;type="f32";wgSize=[128,1,1\]] + + [:case=890;type="f32";wgSize=[64,2,1\]] + + [:case=891;type="f16";wgSize=[128,1,1\]] + + [:case=891;type="f16";wgSize=[64,2,1\]] + + [:case=891;type="f32";wgSize=[128,1,1\]] + + [:case=891;type="f32";wgSize=[64,2,1\]] + + [:case=892;type="f16";wgSize=[128,1,1\]] + + [:case=892;type="f16";wgSize=[64,2,1\]] + + [:case=892;type="f32";wgSize=[128,1,1\]] + + [:case=892;type="f32";wgSize=[64,2,1\]] + + [:case=893;type="f16";wgSize=[128,1,1\]] + + [:case=893;type="f16";wgSize=[64,2,1\]] + + [:case=893;type="f32";wgSize=[128,1,1\]] + + [:case=893;type="f32";wgSize=[64,2,1\]] + + [:case=894;type="f16";wgSize=[128,1,1\]] + + [:case=894;type="f16";wgSize=[64,2,1\]] + + [:case=894;type="f32";wgSize=[128,1,1\]] + + [:case=894;type="f32";wgSize=[64,2,1\]] + + [:case=895;type="f16";wgSize=[128,1,1\]] + + [:case=895;type="f16";wgSize=[64,2,1\]] + + [:case=895;type="f32";wgSize=[128,1,1\]] + + [:case=895;type="f32";wgSize=[64,2,1\]] + + [:case=896;type="f16";wgSize=[128,1,1\]] + + [:case=896;type="f16";wgSize=[64,2,1\]] + + [:case=896;type="f32";wgSize=[128,1,1\]] + + [:case=896;type="f32";wgSize=[64,2,1\]] + + [:case=897;type="f16";wgSize=[128,1,1\]] + + [:case=897;type="f16";wgSize=[64,2,1\]] + + [:case=897;type="f32";wgSize=[128,1,1\]] + + [:case=897;type="f32";wgSize=[64,2,1\]] + + [:case=898;type="f16";wgSize=[128,1,1\]] + + [:case=898;type="f16";wgSize=[64,2,1\]] + + [:case=898;type="f32";wgSize=[128,1,1\]] + + [:case=898;type="f32";wgSize=[64,2,1\]] + + [:case=899;type="f16";wgSize=[128,1,1\]] + + [:case=899;type="f16";wgSize=[64,2,1\]] + + [:case=899;type="f32";wgSize=[128,1,1\]] + + [:case=899;type="f32";wgSize=[64,2,1\]] + + [:case=89;type="f16";wgSize=[128,1,1\]] + + [:case=89;type="f16";wgSize=[64,2,1\]] + + [:case=89;type="f32";wgSize=[128,1,1\]] + + [:case=89;type="f32";wgSize=[64,2,1\]] + + [:case=8;type="f16";wgSize=[128,1,1\]] + + [:case=8;type="f16";wgSize=[64,2,1\]] + + [:case=8;type="f32";wgSize=[128,1,1\]] + + [:case=8;type="f32";wgSize=[64,2,1\]] + + [:case=900;type="f16";wgSize=[128,1,1\]] + + [:case=900;type="f16";wgSize=[64,2,1\]] + + [:case=900;type="f32";wgSize=[128,1,1\]] + + [:case=900;type="f32";wgSize=[64,2,1\]] + + [:case=901;type="f16";wgSize=[128,1,1\]] + + [:case=901;type="f16";wgSize=[64,2,1\]] + + [:case=901;type="f32";wgSize=[128,1,1\]] + + [:case=901;type="f32";wgSize=[64,2,1\]] + + [:case=902;type="f16";wgSize=[128,1,1\]] + + [:case=902;type="f16";wgSize=[64,2,1\]] + + [:case=902;type="f32";wgSize=[128,1,1\]] + + [:case=902;type="f32";wgSize=[64,2,1\]] + + [:case=903;type="f16";wgSize=[128,1,1\]] + + [:case=903;type="f16";wgSize=[64,2,1\]] + + [:case=903;type="f32";wgSize=[128,1,1\]] + + [:case=903;type="f32";wgSize=[64,2,1\]] + + [:case=904;type="f16";wgSize=[128,1,1\]] + + [:case=904;type="f16";wgSize=[64,2,1\]] + + [:case=904;type="f32";wgSize=[128,1,1\]] + + [:case=904;type="f32";wgSize=[64,2,1\]] + + [:case=905;type="f16";wgSize=[128,1,1\]] + + [:case=905;type="f16";wgSize=[64,2,1\]] + + [:case=905;type="f32";wgSize=[128,1,1\]] + + [:case=905;type="f32";wgSize=[64,2,1\]] + + [:case=906;type="f16";wgSize=[128,1,1\]] + + [:case=906;type="f16";wgSize=[64,2,1\]] + + [:case=906;type="f32";wgSize=[128,1,1\]] + + [:case=906;type="f32";wgSize=[64,2,1\]] + + [:case=907;type="f16";wgSize=[128,1,1\]] + + [:case=907;type="f16";wgSize=[64,2,1\]] + + [:case=907;type="f32";wgSize=[128,1,1\]] + + [:case=907;type="f32";wgSize=[64,2,1\]] + + [:case=908;type="f16";wgSize=[128,1,1\]] + + [:case=908;type="f16";wgSize=[64,2,1\]] + + [:case=908;type="f32";wgSize=[128,1,1\]] + + [:case=908;type="f32";wgSize=[64,2,1\]] + + [:case=909;type="f16";wgSize=[128,1,1\]] + + [:case=909;type="f16";wgSize=[64,2,1\]] + + [:case=909;type="f32";wgSize=[128,1,1\]] + + [:case=909;type="f32";wgSize=[64,2,1\]] + + [:case=90;type="f16";wgSize=[128,1,1\]] + + [:case=90;type="f16";wgSize=[64,2,1\]] + + [:case=90;type="f32";wgSize=[128,1,1\]] + + [:case=90;type="f32";wgSize=[64,2,1\]] + + [:case=910;type="f16";wgSize=[128,1,1\]] + + [:case=910;type="f16";wgSize=[64,2,1\]] + + [:case=910;type="f32";wgSize=[128,1,1\]] + + [:case=910;type="f32";wgSize=[64,2,1\]] + + [:case=911;type="f16";wgSize=[128,1,1\]] + + [:case=911;type="f16";wgSize=[64,2,1\]] + + [:case=911;type="f32";wgSize=[128,1,1\]] + + [:case=911;type="f32";wgSize=[64,2,1\]] + + [:case=912;type="f16";wgSize=[128,1,1\]] + + [:case=912;type="f16";wgSize=[64,2,1\]] + + [:case=912;type="f32";wgSize=[128,1,1\]] + + [:case=912;type="f32";wgSize=[64,2,1\]] + + [:case=913;type="f16";wgSize=[128,1,1\]] + + [:case=913;type="f16";wgSize=[64,2,1\]] + + [:case=913;type="f32";wgSize=[128,1,1\]] + + [:case=913;type="f32";wgSize=[64,2,1\]] + + [:case=914;type="f16";wgSize=[128,1,1\]] + + [:case=914;type="f16";wgSize=[64,2,1\]] + + [:case=914;type="f32";wgSize=[128,1,1\]] + + [:case=914;type="f32";wgSize=[64,2,1\]] + + [:case=915;type="f16";wgSize=[128,1,1\]] + + [:case=915;type="f16";wgSize=[64,2,1\]] + + [:case=915;type="f32";wgSize=[128,1,1\]] + + [:case=915;type="f32";wgSize=[64,2,1\]] + + [:case=916;type="f16";wgSize=[128,1,1\]] + + [:case=916;type="f16";wgSize=[64,2,1\]] + + [:case=916;type="f32";wgSize=[128,1,1\]] + + [:case=916;type="f32";wgSize=[64,2,1\]] + + [:case=917;type="f16";wgSize=[128,1,1\]] + + [:case=917;type="f16";wgSize=[64,2,1\]] + + [:case=917;type="f32";wgSize=[128,1,1\]] + + [:case=917;type="f32";wgSize=[64,2,1\]] + + [:case=918;type="f16";wgSize=[128,1,1\]] + + [:case=918;type="f16";wgSize=[64,2,1\]] + + [:case=918;type="f32";wgSize=[128,1,1\]] + + [:case=918;type="f32";wgSize=[64,2,1\]] + + [:case=919;type="f16";wgSize=[128,1,1\]] + + [:case=919;type="f16";wgSize=[64,2,1\]] + + [:case=919;type="f32";wgSize=[128,1,1\]] + + [:case=919;type="f32";wgSize=[64,2,1\]] + + [:case=91;type="f16";wgSize=[128,1,1\]] + + [:case=91;type="f16";wgSize=[64,2,1\]] + + [:case=91;type="f32";wgSize=[128,1,1\]] + + [:case=91;type="f32";wgSize=[64,2,1\]] + + [:case=920;type="f16";wgSize=[128,1,1\]] + + [:case=920;type="f16";wgSize=[64,2,1\]] + + [:case=920;type="f32";wgSize=[128,1,1\]] + + [:case=920;type="f32";wgSize=[64,2,1\]] + + [:case=921;type="f16";wgSize=[128,1,1\]] + + [:case=921;type="f16";wgSize=[64,2,1\]] + + [:case=921;type="f32";wgSize=[128,1,1\]] + + [:case=921;type="f32";wgSize=[64,2,1\]] + + [:case=922;type="f16";wgSize=[128,1,1\]] + + [:case=922;type="f16";wgSize=[64,2,1\]] + + [:case=922;type="f32";wgSize=[128,1,1\]] + + [:case=922;type="f32";wgSize=[64,2,1\]] + + [:case=923;type="f16";wgSize=[128,1,1\]] + + [:case=923;type="f16";wgSize=[64,2,1\]] + + [:case=923;type="f32";wgSize=[128,1,1\]] + + [:case=923;type="f32";wgSize=[64,2,1\]] + + [:case=924;type="f16";wgSize=[128,1,1\]] + + [:case=924;type="f16";wgSize=[64,2,1\]] + + [:case=924;type="f32";wgSize=[128,1,1\]] + + [:case=924;type="f32";wgSize=[64,2,1\]] + + [:case=925;type="f16";wgSize=[128,1,1\]] + + [:case=925;type="f16";wgSize=[64,2,1\]] + + [:case=925;type="f32";wgSize=[128,1,1\]] + + [:case=925;type="f32";wgSize=[64,2,1\]] + + [:case=926;type="f16";wgSize=[128,1,1\]] + + [:case=926;type="f16";wgSize=[64,2,1\]] + + [:case=926;type="f32";wgSize=[128,1,1\]] + + [:case=926;type="f32";wgSize=[64,2,1\]] + + [:case=927;type="f16";wgSize=[128,1,1\]] + + [:case=927;type="f16";wgSize=[64,2,1\]] + + [:case=927;type="f32";wgSize=[128,1,1\]] + + [:case=927;type="f32";wgSize=[64,2,1\]] + + [:case=928;type="f16";wgSize=[128,1,1\]] + + [:case=928;type="f16";wgSize=[64,2,1\]] + + [:case=928;type="f32";wgSize=[128,1,1\]] + + [:case=928;type="f32";wgSize=[64,2,1\]] + + [:case=929;type="f16";wgSize=[128,1,1\]] + + [:case=929;type="f16";wgSize=[64,2,1\]] + + [:case=929;type="f32";wgSize=[128,1,1\]] + + [:case=929;type="f32";wgSize=[64,2,1\]] + + [:case=92;type="f16";wgSize=[128,1,1\]] + + [:case=92;type="f16";wgSize=[64,2,1\]] + + [:case=92;type="f32";wgSize=[128,1,1\]] + + [:case=92;type="f32";wgSize=[64,2,1\]] + + [:case=930;type="f16";wgSize=[128,1,1\]] + + [:case=930;type="f16";wgSize=[64,2,1\]] + + [:case=930;type="f32";wgSize=[128,1,1\]] + + [:case=930;type="f32";wgSize=[64,2,1\]] + + [:case=931;type="f16";wgSize=[128,1,1\]] + + [:case=931;type="f16";wgSize=[64,2,1\]] + + [:case=931;type="f32";wgSize=[128,1,1\]] + + [:case=931;type="f32";wgSize=[64,2,1\]] + + [:case=932;type="f16";wgSize=[128,1,1\]] + + [:case=932;type="f16";wgSize=[64,2,1\]] + + [:case=932;type="f32";wgSize=[128,1,1\]] + + [:case=932;type="f32";wgSize=[64,2,1\]] + + [:case=933;type="f16";wgSize=[128,1,1\]] + + [:case=933;type="f16";wgSize=[64,2,1\]] + + [:case=933;type="f32";wgSize=[128,1,1\]] + + [:case=933;type="f32";wgSize=[64,2,1\]] + + [:case=934;type="f16";wgSize=[128,1,1\]] + + [:case=934;type="f16";wgSize=[64,2,1\]] + + [:case=934;type="f32";wgSize=[128,1,1\]] + + [:case=934;type="f32";wgSize=[64,2,1\]] + + [:case=935;type="f16";wgSize=[128,1,1\]] + + [:case=935;type="f16";wgSize=[64,2,1\]] + + [:case=935;type="f32";wgSize=[128,1,1\]] + + [:case=935;type="f32";wgSize=[64,2,1\]] + + [:case=936;type="f16";wgSize=[128,1,1\]] + + [:case=936;type="f16";wgSize=[64,2,1\]] + + [:case=936;type="f32";wgSize=[128,1,1\]] + + [:case=936;type="f32";wgSize=[64,2,1\]] + + [:case=937;type="f16";wgSize=[128,1,1\]] + + [:case=937;type="f16";wgSize=[64,2,1\]] + + [:case=937;type="f32";wgSize=[128,1,1\]] + + [:case=937;type="f32";wgSize=[64,2,1\]] + + [:case=938;type="f16";wgSize=[128,1,1\]] + + [:case=938;type="f16";wgSize=[64,2,1\]] + + [:case=938;type="f32";wgSize=[128,1,1\]] + + [:case=938;type="f32";wgSize=[64,2,1\]] + + [:case=939;type="f16";wgSize=[128,1,1\]] + + [:case=939;type="f16";wgSize=[64,2,1\]] + + [:case=939;type="f32";wgSize=[128,1,1\]] + + [:case=939;type="f32";wgSize=[64,2,1\]] + + [:case=93;type="f16";wgSize=[128,1,1\]] + + [:case=93;type="f16";wgSize=[64,2,1\]] + + [:case=93;type="f32";wgSize=[128,1,1\]] + + [:case=93;type="f32";wgSize=[64,2,1\]] + + [:case=940;type="f16";wgSize=[128,1,1\]] + + [:case=940;type="f16";wgSize=[64,2,1\]] + + [:case=940;type="f32";wgSize=[128,1,1\]] + + [:case=940;type="f32";wgSize=[64,2,1\]] + + [:case=941;type="f16";wgSize=[128,1,1\]] + + [:case=941;type="f16";wgSize=[64,2,1\]] + + [:case=941;type="f32";wgSize=[128,1,1\]] + + [:case=941;type="f32";wgSize=[64,2,1\]] + + [:case=942;type="f16";wgSize=[128,1,1\]] + + [:case=942;type="f16";wgSize=[64,2,1\]] + + [:case=942;type="f32";wgSize=[128,1,1\]] + + [:case=942;type="f32";wgSize=[64,2,1\]] + + [:case=943;type="f16";wgSize=[128,1,1\]] + + [:case=943;type="f16";wgSize=[64,2,1\]] + + [:case=943;type="f32";wgSize=[128,1,1\]] + + [:case=943;type="f32";wgSize=[64,2,1\]] + + [:case=944;type="f16";wgSize=[128,1,1\]] + + [:case=944;type="f16";wgSize=[64,2,1\]] + + [:case=944;type="f32";wgSize=[128,1,1\]] + + [:case=944;type="f32";wgSize=[64,2,1\]] + + [:case=945;type="f16";wgSize=[128,1,1\]] + + [:case=945;type="f16";wgSize=[64,2,1\]] + + [:case=945;type="f32";wgSize=[128,1,1\]] + + [:case=945;type="f32";wgSize=[64,2,1\]] + + [:case=946;type="f16";wgSize=[128,1,1\]] + + [:case=946;type="f16";wgSize=[64,2,1\]] + + [:case=946;type="f32";wgSize=[128,1,1\]] + + [:case=946;type="f32";wgSize=[64,2,1\]] + + [:case=947;type="f16";wgSize=[128,1,1\]] + + [:case=947;type="f16";wgSize=[64,2,1\]] + + [:case=947;type="f32";wgSize=[128,1,1\]] + + [:case=947;type="f32";wgSize=[64,2,1\]] + + [:case=948;type="f16";wgSize=[128,1,1\]] + + [:case=948;type="f16";wgSize=[64,2,1\]] + + [:case=948;type="f32";wgSize=[128,1,1\]] + + [:case=948;type="f32";wgSize=[64,2,1\]] + + [:case=949;type="f16";wgSize=[128,1,1\]] + + [:case=949;type="f16";wgSize=[64,2,1\]] + + [:case=949;type="f32";wgSize=[128,1,1\]] + + [:case=949;type="f32";wgSize=[64,2,1\]] + + [:case=94;type="f16";wgSize=[128,1,1\]] + + [:case=94;type="f16";wgSize=[64,2,1\]] + + [:case=94;type="f32";wgSize=[128,1,1\]] + + [:case=94;type="f32";wgSize=[64,2,1\]] + + [:case=950;type="f16";wgSize=[128,1,1\]] + + [:case=950;type="f16";wgSize=[64,2,1\]] + + [:case=950;type="f32";wgSize=[128,1,1\]] + + [:case=950;type="f32";wgSize=[64,2,1\]] + + [:case=951;type="f16";wgSize=[128,1,1\]] + + [:case=951;type="f16";wgSize=[64,2,1\]] + + [:case=951;type="f32";wgSize=[128,1,1\]] + + [:case=951;type="f32";wgSize=[64,2,1\]] + + [:case=952;type="f16";wgSize=[128,1,1\]] + + [:case=952;type="f16";wgSize=[64,2,1\]] + + [:case=952;type="f32";wgSize=[128,1,1\]] + + [:case=952;type="f32";wgSize=[64,2,1\]] + + [:case=953;type="f16";wgSize=[128,1,1\]] + + [:case=953;type="f16";wgSize=[64,2,1\]] + + [:case=953;type="f32";wgSize=[128,1,1\]] + + [:case=953;type="f32";wgSize=[64,2,1\]] + + [:case=954;type="f16";wgSize=[128,1,1\]] + + [:case=954;type="f16";wgSize=[64,2,1\]] + + [:case=954;type="f32";wgSize=[128,1,1\]] + + [:case=954;type="f32";wgSize=[64,2,1\]] + + [:case=955;type="f16";wgSize=[128,1,1\]] + + [:case=955;type="f16";wgSize=[64,2,1\]] + + [:case=955;type="f32";wgSize=[128,1,1\]] + + [:case=955;type="f32";wgSize=[64,2,1\]] + + [:case=956;type="f16";wgSize=[128,1,1\]] + + [:case=956;type="f16";wgSize=[64,2,1\]] + + [:case=956;type="f32";wgSize=[128,1,1\]] + + [:case=956;type="f32";wgSize=[64,2,1\]] + + [:case=957;type="f16";wgSize=[128,1,1\]] + + [:case=957;type="f16";wgSize=[64,2,1\]] + + [:case=957;type="f32";wgSize=[128,1,1\]] + + [:case=957;type="f32";wgSize=[64,2,1\]] + + [:case=958;type="f16";wgSize=[128,1,1\]] + + [:case=958;type="f16";wgSize=[64,2,1\]] + + [:case=958;type="f32";wgSize=[128,1,1\]] + + [:case=958;type="f32";wgSize=[64,2,1\]] + + [:case=959;type="f16";wgSize=[128,1,1\]] + + [:case=959;type="f16";wgSize=[64,2,1\]] + + [:case=959;type="f32";wgSize=[128,1,1\]] + + [:case=959;type="f32";wgSize=[64,2,1\]] + + [:case=95;type="f16";wgSize=[128,1,1\]] + + [:case=95;type="f16";wgSize=[64,2,1\]] + + [:case=95;type="f32";wgSize=[128,1,1\]] + + [:case=95;type="f32";wgSize=[64,2,1\]] + + [:case=960;type="f16";wgSize=[128,1,1\]] + + [:case=960;type="f16";wgSize=[64,2,1\]] + + [:case=960;type="f32";wgSize=[128,1,1\]] + + [:case=960;type="f32";wgSize=[64,2,1\]] + + [:case=961;type="f16";wgSize=[128,1,1\]] + + [:case=961;type="f16";wgSize=[64,2,1\]] + + [:case=961;type="f32";wgSize=[128,1,1\]] + + [:case=961;type="f32";wgSize=[64,2,1\]] + + [:case=962;type="f16";wgSize=[128,1,1\]] + + [:case=962;type="f16";wgSize=[64,2,1\]] + + [:case=962;type="f32";wgSize=[128,1,1\]] + + [:case=962;type="f32";wgSize=[64,2,1\]] + + [:case=963;type="f16";wgSize=[128,1,1\]] + + [:case=963;type="f16";wgSize=[64,2,1\]] + + [:case=963;type="f32";wgSize=[128,1,1\]] + + [:case=963;type="f32";wgSize=[64,2,1\]] + + [:case=964;type="f16";wgSize=[128,1,1\]] + + [:case=964;type="f16";wgSize=[64,2,1\]] + + [:case=964;type="f32";wgSize=[128,1,1\]] + + [:case=964;type="f32";wgSize=[64,2,1\]] + + [:case=965;type="f16";wgSize=[128,1,1\]] + + [:case=965;type="f16";wgSize=[64,2,1\]] + + [:case=965;type="f32";wgSize=[128,1,1\]] + + [:case=965;type="f32";wgSize=[64,2,1\]] + + [:case=966;type="f16";wgSize=[128,1,1\]] + + [:case=966;type="f16";wgSize=[64,2,1\]] + + [:case=966;type="f32";wgSize=[128,1,1\]] + + [:case=966;type="f32";wgSize=[64,2,1\]] + + [:case=967;type="f16";wgSize=[128,1,1\]] + + [:case=967;type="f16";wgSize=[64,2,1\]] + + [:case=967;type="f32";wgSize=[128,1,1\]] + + [:case=967;type="f32";wgSize=[64,2,1\]] + + [:case=968;type="f16";wgSize=[128,1,1\]] + + [:case=968;type="f16";wgSize=[64,2,1\]] + + [:case=968;type="f32";wgSize=[128,1,1\]] + + [:case=968;type="f32";wgSize=[64,2,1\]] + + [:case=969;type="f16";wgSize=[128,1,1\]] + + [:case=969;type="f16";wgSize=[64,2,1\]] + + [:case=969;type="f32";wgSize=[128,1,1\]] + + [:case=969;type="f32";wgSize=[64,2,1\]] + + [:case=96;type="f16";wgSize=[128,1,1\]] + + [:case=96;type="f16";wgSize=[64,2,1\]] + + [:case=96;type="f32";wgSize=[128,1,1\]] + + [:case=96;type="f32";wgSize=[64,2,1\]] + + [:case=970;type="f16";wgSize=[128,1,1\]] + + [:case=970;type="f16";wgSize=[64,2,1\]] + + [:case=970;type="f32";wgSize=[128,1,1\]] + + [:case=970;type="f32";wgSize=[64,2,1\]] + + [:case=971;type="f16";wgSize=[128,1,1\]] + + [:case=971;type="f16";wgSize=[64,2,1\]] + + [:case=971;type="f32";wgSize=[128,1,1\]] + + [:case=971;type="f32";wgSize=[64,2,1\]] + + [:case=972;type="f16";wgSize=[128,1,1\]] + + [:case=972;type="f16";wgSize=[64,2,1\]] + + [:case=972;type="f32";wgSize=[128,1,1\]] + + [:case=972;type="f32";wgSize=[64,2,1\]] + + [:case=973;type="f16";wgSize=[128,1,1\]] + + [:case=973;type="f16";wgSize=[64,2,1\]] + + [:case=973;type="f32";wgSize=[128,1,1\]] + + [:case=973;type="f32";wgSize=[64,2,1\]] + + [:case=974;type="f16";wgSize=[128,1,1\]] + + [:case=974;type="f16";wgSize=[64,2,1\]] + + [:case=974;type="f32";wgSize=[128,1,1\]] + + [:case=974;type="f32";wgSize=[64,2,1\]] + + [:case=975;type="f16";wgSize=[128,1,1\]] + + [:case=975;type="f16";wgSize=[64,2,1\]] + + [:case=975;type="f32";wgSize=[128,1,1\]] + + [:case=975;type="f32";wgSize=[64,2,1\]] + + [:case=976;type="f16";wgSize=[128,1,1\]] + + [:case=976;type="f16";wgSize=[64,2,1\]] + + [:case=976;type="f32";wgSize=[128,1,1\]] + + [:case=976;type="f32";wgSize=[64,2,1\]] + + [:case=977;type="f16";wgSize=[128,1,1\]] + + [:case=977;type="f16";wgSize=[64,2,1\]] + + [:case=977;type="f32";wgSize=[128,1,1\]] + + [:case=977;type="f32";wgSize=[64,2,1\]] + + [:case=978;type="f16";wgSize=[128,1,1\]] + + [:case=978;type="f16";wgSize=[64,2,1\]] + + [:case=978;type="f32";wgSize=[128,1,1\]] + + [:case=978;type="f32";wgSize=[64,2,1\]] + + [:case=979;type="f16";wgSize=[128,1,1\]] + + [:case=979;type="f16";wgSize=[64,2,1\]] + + [:case=979;type="f32";wgSize=[128,1,1\]] + + [:case=979;type="f32";wgSize=[64,2,1\]] + + [:case=97;type="f16";wgSize=[128,1,1\]] + + [:case=97;type="f16";wgSize=[64,2,1\]] + + [:case=97;type="f32";wgSize=[128,1,1\]] + + [:case=97;type="f32";wgSize=[64,2,1\]] + + [:case=980;type="f16";wgSize=[128,1,1\]] + + [:case=980;type="f16";wgSize=[64,2,1\]] + + [:case=980;type="f32";wgSize=[128,1,1\]] + + [:case=980;type="f32";wgSize=[64,2,1\]] + + [:case=981;type="f16";wgSize=[128,1,1\]] + + [:case=981;type="f16";wgSize=[64,2,1\]] + + [:case=981;type="f32";wgSize=[128,1,1\]] + + [:case=981;type="f32";wgSize=[64,2,1\]] + + [:case=982;type="f16";wgSize=[128,1,1\]] + + [:case=982;type="f16";wgSize=[64,2,1\]] + + [:case=982;type="f32";wgSize=[128,1,1\]] + + [:case=982;type="f32";wgSize=[64,2,1\]] + + [:case=983;type="f16";wgSize=[128,1,1\]] + + [:case=983;type="f16";wgSize=[64,2,1\]] + + [:case=983;type="f32";wgSize=[128,1,1\]] + + [:case=983;type="f32";wgSize=[64,2,1\]] + + [:case=984;type="f16";wgSize=[128,1,1\]] + + [:case=984;type="f16";wgSize=[64,2,1\]] + + [:case=984;type="f32";wgSize=[128,1,1\]] + + [:case=984;type="f32";wgSize=[64,2,1\]] + + [:case=985;type="f16";wgSize=[128,1,1\]] + + [:case=985;type="f16";wgSize=[64,2,1\]] + + [:case=985;type="f32";wgSize=[128,1,1\]] + + [:case=985;type="f32";wgSize=[64,2,1\]] + + [:case=986;type="f16";wgSize=[128,1,1\]] + + [:case=986;type="f16";wgSize=[64,2,1\]] + + [:case=986;type="f32";wgSize=[128,1,1\]] + + [:case=986;type="f32";wgSize=[64,2,1\]] + + [:case=987;type="f16";wgSize=[128,1,1\]] + + [:case=987;type="f16";wgSize=[64,2,1\]] + + [:case=987;type="f32";wgSize=[128,1,1\]] + + [:case=987;type="f32";wgSize=[64,2,1\]] + + [:case=988;type="f16";wgSize=[128,1,1\]] + + [:case=988;type="f16";wgSize=[64,2,1\]] + + [:case=988;type="f32";wgSize=[128,1,1\]] + + [:case=988;type="f32";wgSize=[64,2,1\]] + + [:case=989;type="f16";wgSize=[128,1,1\]] + + [:case=989;type="f16";wgSize=[64,2,1\]] + + [:case=989;type="f32";wgSize=[128,1,1\]] + + [:case=989;type="f32";wgSize=[64,2,1\]] + + [:case=98;type="f16";wgSize=[128,1,1\]] + + [:case=98;type="f16";wgSize=[64,2,1\]] + + [:case=98;type="f32";wgSize=[128,1,1\]] + + [:case=98;type="f32";wgSize=[64,2,1\]] + + [:case=990;type="f16";wgSize=[128,1,1\]] + + [:case=990;type="f16";wgSize=[64,2,1\]] + + [:case=990;type="f32";wgSize=[128,1,1\]] + + [:case=990;type="f32";wgSize=[64,2,1\]] + + [:case=991;type="f16";wgSize=[128,1,1\]] + + [:case=991;type="f16";wgSize=[64,2,1\]] + + [:case=991;type="f32";wgSize=[128,1,1\]] + + [:case=991;type="f32";wgSize=[64,2,1\]] + + [:case=992;type="f16";wgSize=[128,1,1\]] + + [:case=992;type="f16";wgSize=[64,2,1\]] + + [:case=992;type="f32";wgSize=[128,1,1\]] + + [:case=992;type="f32";wgSize=[64,2,1\]] + + [:case=993;type="f16";wgSize=[128,1,1\]] + + [:case=993;type="f16";wgSize=[64,2,1\]] + + [:case=993;type="f32";wgSize=[128,1,1\]] + + [:case=993;type="f32";wgSize=[64,2,1\]] + + [:case=994;type="f16";wgSize=[128,1,1\]] + + [:case=994;type="f16";wgSize=[64,2,1\]] + + [:case=994;type="f32";wgSize=[128,1,1\]] + + [:case=994;type="f32";wgSize=[64,2,1\]] + + [:case=995;type="f16";wgSize=[128,1,1\]] + + [:case=995;type="f16";wgSize=[64,2,1\]] + + [:case=995;type="f32";wgSize=[128,1,1\]] + + [:case=995;type="f32";wgSize=[64,2,1\]] + + [:case=996;type="f16";wgSize=[128,1,1\]] + + [:case=996;type="f16";wgSize=[64,2,1\]] + + [:case=996;type="f32";wgSize=[128,1,1\]] + + [:case=996;type="f32";wgSize=[64,2,1\]] + + [:case=997;type="f16";wgSize=[128,1,1\]] + + [:case=997;type="f16";wgSize=[64,2,1\]] + + [:case=997;type="f32";wgSize=[128,1,1\]] + + [:case=997;type="f32";wgSize=[64,2,1\]] + + [:case=998;type="f16";wgSize=[128,1,1\]] + + [:case=998;type="f16";wgSize=[64,2,1\]] + + [:case=998;type="f32";wgSize=[128,1,1\]] + + [:case=998;type="f32";wgSize=[64,2,1\]] + + [:case=999;type="f16";wgSize=[128,1,1\]] + + [:case=999;type="f16";wgSize=[64,2,1\]] + + [:case=999;type="f32";wgSize=[128,1,1\]] + + [:case=999;type="f32";wgSize=[64,2,1\]] + + [:case=99;type="f16";wgSize=[128,1,1\]] + + [:case=99;type="f16";wgSize=[64,2,1\]] + + [:case=99;type="f32";wgSize=[128,1,1\]] + + [:case=99;type="f32";wgSize=[64,2,1\]] + + [:case=9;type="f16";wgSize=[128,1,1\]] + + [:case=9;type="f16";wgSize=[64,2,1\]] + + [:case=9;type="f32";wgSize=[128,1,1\]] + + [:case=9;type="f32";wgSize=[64,2,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAdd:fragment:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:compute,all_active:*] + [:wgSize=[1,1,16\]] + + [:wgSize=[1,1,32\]] + + [:wgSize=[1,1,4\]] + + [:wgSize=[1,1,64\]] + + [:wgSize=[1,1,8\]] + + [:wgSize=[1,128,1\]] + + [:wgSize=[1,16,16\]] + + [:wgSize=[1,16,1\]] + + [:wgSize=[1,256,1\]] + + [:wgSize=[1,32,1\]] + + [:wgSize=[1,4,1\]] + + [:wgSize=[1,64,1\]] + + [:wgSize=[1,8,1\]] + + [:wgSize=[128,1,1\]] + + [:wgSize=[15,3,3\]] + + [:wgSize=[16,1,16\]] + + [:wgSize=[16,1,1\]] + + [:wgSize=[16,16,1\]] + + [:wgSize=[256,1,1\]] + + [:wgSize=[3,15,3\]] + + [:wgSize=[3,3,15\]] + + [:wgSize=[3,3,3\]] + + [:wgSize=[32,1,1\]] + + [:wgSize=[4,1,1\]] + + [:wgSize=[4,4,4\]] + + [:wgSize=[64,1,1\]] + + [:wgSize=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:compute,split:*] + [:predicate="every_even"] + + [:predicate="every_odd"] + + [:predicate="first_two"] + + [:predicate="lower_half"] + + [:predicate="upper_half"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:fragment,all_active:*] + [:size=[111,3\]] + + [:size=[13,10\]] + + [:size=[13,53\]] + + [:size=[15,15\]] + + [:size=[16,16\]] + + [:size=[17,17\]] + + [:size=[19,13\]] + + [:size=[3,111\]] + + [:size=[3,35\]] + + [:size=[3,3\]] + + [:size=[35,3\]] + + [:size=[53,13\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAll:fragment,split:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:compute,all_active:*] + [:wgSize=[1,1,16\]] + + [:wgSize=[1,1,32\]] + + [:wgSize=[1,1,4\]] + + [:wgSize=[1,1,64\]] + + [:wgSize=[1,1,8\]] + + [:wgSize=[1,128,1\]] + + [:wgSize=[1,16,16\]] + + [:wgSize=[1,16,1\]] + + [:wgSize=[1,256,1\]] + + [:wgSize=[1,32,1\]] + + [:wgSize=[1,4,1\]] + + [:wgSize=[1,64,1\]] + + [:wgSize=[1,8,1\]] + + [:wgSize=[128,1,1\]] + + [:wgSize=[15,3,3\]] + + [:wgSize=[16,1,16\]] + + [:wgSize=[16,1,1\]] + + [:wgSize=[16,16,1\]] + + [:wgSize=[256,1,1\]] + + [:wgSize=[3,15,3\]] + + [:wgSize=[3,3,15\]] + + [:wgSize=[3,3,3\]] + + [:wgSize=[32,1,1\]] + + [:wgSize=[4,1,1\]] + + [:wgSize=[4,4,4\]] + + [:wgSize=[64,1,1\]] + + [:wgSize=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:compute,split:*] + [:predicate="every_even"] + + [:predicate="every_odd"] + + [:predicate="first_two"] + + [:predicate="lower_half"] + + [:predicate="upper_half"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:fragment,all_active:*] + [:size=[111,3\]] + + [:size=[13,10\]] + + [:size=[13,53\]] + + [:size=[15,15\]] + + [:size=[16,16\]] + + [:size=[17,17\]] + + [:size=[19,13\]] + + [:size=[3,111\]] + + [:size=[3,35\]] + + [:size=[3,3\]] + + [:size=[35,3\]] + + [:size=[53,13\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupAny:fragment,split:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:compute,split:*] + [:case="every_even"] + + [:case="every_odd"] + + [:case="first_two"] + + [:case="lower_half"] + + [:case="upper_half"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:fragment,split:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:fragment:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:predicate:*] + [:case="every_even"] + + [:case="every_odd"] + + [:case="first_two"] + + [:case="lower_half"] + + [:case="upper_half"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBallot:predicate_and_control_flow:*] + [:case="empty"] + + [:case="full"] + + [:case="middle_half"] + + [:case="middle_half_every_other"] + + [:case="one_in_four"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:compute,all_active:*] + [:case=0] + + [:case=1] + + [:case=10] + + [:case=11] + + [:case=12] + + [:case=13] + + [:case=14] + + [:case=2] + + [:case=3] + + [:case=4] + + [:case=5] + + [:case=6] + + [:case=7] + + [:case=8] + + [:case=9] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:compute,split:*] + [:predicate="every_even"] + + [:predicate="every_odd"] + + [:predicate="first_two"] + + [:predicate="lower_half"] + + [:predicate="upper_half"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:data_types:*] + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:fragment,all_active:*] + [:size=[111,3\]] + + [:size=[13,10\]] + + [:size=[13,53\]] + + [:size=[15,15\]] + + [:size=[16,16\]] + + [:size=[17,17\]] + + [:size=[19,13\]] + + [:size=[3,111\]] + + [:size=[3,35\]] + + [:size=[3,3\]] + + [:size=[35,3\]] + + [:size=[53,13\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBitwise:fragment,split:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:data_types:*] + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:fragment:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:workgroup_uniform_load:*] + [:wgSize=[1,1,16\]] + + [:wgSize=[1,1,32\]] + + [:wgSize=[1,1,4\]] + + [:wgSize=[1,1,64\]] + + [:wgSize=[1,1,8\]] + + [:wgSize=[1,128,1\]] + + [:wgSize=[1,16,16\]] + + [:wgSize=[1,16,1\]] + + [:wgSize=[1,256,1\]] + + [:wgSize=[1,32,1\]] + + [:wgSize=[1,4,1\]] + + [:wgSize=[1,64,1\]] + + [:wgSize=[1,8,1\]] + + [:wgSize=[128,1,1\]] + + [:wgSize=[15,3,3\]] + + [:wgSize=[16,1,16\]] + + [:wgSize=[16,1,1\]] + + [:wgSize=[16,16,1\]] + + [:wgSize=[256,1,1\]] + + [:wgSize=[3,15,3\]] + + [:wgSize=[3,3,15\]] + + [:wgSize=[3,3,3\]] + + [:wgSize=[32,1,1\]] + + [:wgSize=[4,1,1\]] + + [:wgSize=[4,4,4\]] + + [:wgSize=[64,1,1\]] + + [:wgSize=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:compute,split:*] + [:case="every_even"] + + [:case="every_odd"] + + [:case="first_two"] + + [:case="lower_half"] + + [:case="upper_half"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:data_types:*] + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:fp_accuracy:*] + [:case=0;type="f16";wgSize=[128,1,1\]] + + [:case=0;type="f16";wgSize=[64,2,1\]] + + [:case=0;type="f32";wgSize=[128,1,1\]] + + [:case=0;type="f32";wgSize=[64,2,1\]] + + [:case=100;type="f16";wgSize=[128,1,1\]] + + [:case=100;type="f16";wgSize=[64,2,1\]] + + [:case=100;type="f32";wgSize=[128,1,1\]] + + [:case=100;type="f32";wgSize=[64,2,1\]] + + [:case=101;type="f16";wgSize=[128,1,1\]] + + [:case=101;type="f16";wgSize=[64,2,1\]] + + [:case=101;type="f32";wgSize=[128,1,1\]] + + [:case=101;type="f32";wgSize=[64,2,1\]] + + [:case=102;type="f16";wgSize=[128,1,1\]] + + [:case=102;type="f16";wgSize=[64,2,1\]] + + [:case=102;type="f32";wgSize=[128,1,1\]] + + [:case=102;type="f32";wgSize=[64,2,1\]] + + [:case=103;type="f16";wgSize=[128,1,1\]] + + [:case=103;type="f16";wgSize=[64,2,1\]] + + [:case=103;type="f32";wgSize=[128,1,1\]] + + [:case=103;type="f32";wgSize=[64,2,1\]] + + [:case=104;type="f16";wgSize=[128,1,1\]] + + [:case=104;type="f16";wgSize=[64,2,1\]] + + [:case=104;type="f32";wgSize=[128,1,1\]] + + [:case=104;type="f32";wgSize=[64,2,1\]] + + [:case=105;type="f16";wgSize=[128,1,1\]] + + [:case=105;type="f16";wgSize=[64,2,1\]] + + [:case=105;type="f32";wgSize=[128,1,1\]] + + [:case=105;type="f32";wgSize=[64,2,1\]] + + [:case=106;type="f16";wgSize=[128,1,1\]] + + [:case=106;type="f16";wgSize=[64,2,1\]] + + [:case=106;type="f32";wgSize=[128,1,1\]] + + [:case=106;type="f32";wgSize=[64,2,1\]] + + [:case=107;type="f16";wgSize=[128,1,1\]] + + [:case=107;type="f16";wgSize=[64,2,1\]] + + [:case=107;type="f32";wgSize=[128,1,1\]] + + [:case=107;type="f32";wgSize=[64,2,1\]] + + [:case=108;type="f16";wgSize=[128,1,1\]] + + [:case=108;type="f16";wgSize=[64,2,1\]] + + [:case=108;type="f32";wgSize=[128,1,1\]] + + [:case=108;type="f32";wgSize=[64,2,1\]] + + [:case=109;type="f16";wgSize=[128,1,1\]] + + [:case=109;type="f16";wgSize=[64,2,1\]] + + [:case=109;type="f32";wgSize=[128,1,1\]] + + [:case=109;type="f32";wgSize=[64,2,1\]] + + [:case=10;type="f16";wgSize=[128,1,1\]] + + [:case=10;type="f16";wgSize=[64,2,1\]] + + [:case=10;type="f32";wgSize=[128,1,1\]] + + [:case=10;type="f32";wgSize=[64,2,1\]] + + [:case=110;type="f16";wgSize=[128,1,1\]] + + [:case=110;type="f16";wgSize=[64,2,1\]] + + [:case=110;type="f32";wgSize=[128,1,1\]] + + [:case=110;type="f32";wgSize=[64,2,1\]] + + [:case=111;type="f16";wgSize=[128,1,1\]] + + [:case=111;type="f16";wgSize=[64,2,1\]] + + [:case=111;type="f32";wgSize=[128,1,1\]] + + [:case=111;type="f32";wgSize=[64,2,1\]] + + [:case=112;type="f16";wgSize=[128,1,1\]] + + [:case=112;type="f16";wgSize=[64,2,1\]] + + [:case=112;type="f32";wgSize=[128,1,1\]] + + [:case=112;type="f32";wgSize=[64,2,1\]] + + [:case=113;type="f16";wgSize=[128,1,1\]] + + [:case=113;type="f16";wgSize=[64,2,1\]] + + [:case=113;type="f32";wgSize=[128,1,1\]] + + [:case=113;type="f32";wgSize=[64,2,1\]] + + [:case=114;type="f16";wgSize=[128,1,1\]] + + [:case=114;type="f16";wgSize=[64,2,1\]] + + [:case=114;type="f32";wgSize=[128,1,1\]] + + [:case=114;type="f32";wgSize=[64,2,1\]] + + [:case=115;type="f16";wgSize=[128,1,1\]] + + [:case=115;type="f16";wgSize=[64,2,1\]] + + [:case=115;type="f32";wgSize=[128,1,1\]] + + [:case=115;type="f32";wgSize=[64,2,1\]] + + [:case=116;type="f16";wgSize=[128,1,1\]] + + [:case=116;type="f16";wgSize=[64,2,1\]] + + [:case=116;type="f32";wgSize=[128,1,1\]] + + [:case=116;type="f32";wgSize=[64,2,1\]] + + [:case=117;type="f16";wgSize=[128,1,1\]] + + [:case=117;type="f16";wgSize=[64,2,1\]] + + [:case=117;type="f32";wgSize=[128,1,1\]] + + [:case=117;type="f32";wgSize=[64,2,1\]] + + [:case=118;type="f16";wgSize=[128,1,1\]] + + [:case=118;type="f16";wgSize=[64,2,1\]] + + [:case=118;type="f32";wgSize=[128,1,1\]] + + [:case=118;type="f32";wgSize=[64,2,1\]] + + [:case=119;type="f16";wgSize=[128,1,1\]] + + [:case=119;type="f16";wgSize=[64,2,1\]] + + [:case=119;type="f32";wgSize=[128,1,1\]] + + [:case=119;type="f32";wgSize=[64,2,1\]] + + [:case=11;type="f16";wgSize=[128,1,1\]] + + [:case=11;type="f16";wgSize=[64,2,1\]] + + [:case=11;type="f32";wgSize=[128,1,1\]] + + [:case=11;type="f32";wgSize=[64,2,1\]] + + [:case=120;type="f16";wgSize=[128,1,1\]] + + [:case=120;type="f16";wgSize=[64,2,1\]] + + [:case=120;type="f32";wgSize=[128,1,1\]] + + [:case=120;type="f32";wgSize=[64,2,1\]] + + [:case=121;type="f16";wgSize=[128,1,1\]] + + [:case=121;type="f16";wgSize=[64,2,1\]] + + [:case=121;type="f32";wgSize=[128,1,1\]] + + [:case=121;type="f32";wgSize=[64,2,1\]] + + [:case=122;type="f16";wgSize=[128,1,1\]] + + [:case=122;type="f16";wgSize=[64,2,1\]] + + [:case=122;type="f32";wgSize=[128,1,1\]] + + [:case=122;type="f32";wgSize=[64,2,1\]] + + [:case=123;type="f16";wgSize=[128,1,1\]] + + [:case=123;type="f16";wgSize=[64,2,1\]] + + [:case=123;type="f32";wgSize=[128,1,1\]] + + [:case=123;type="f32";wgSize=[64,2,1\]] + + [:case=124;type="f16";wgSize=[128,1,1\]] + + [:case=124;type="f16";wgSize=[64,2,1\]] + + [:case=124;type="f32";wgSize=[128,1,1\]] + + [:case=124;type="f32";wgSize=[64,2,1\]] + + [:case=125;type="f16";wgSize=[128,1,1\]] + + [:case=125;type="f16";wgSize=[64,2,1\]] + + [:case=125;type="f32";wgSize=[128,1,1\]] + + [:case=125;type="f32";wgSize=[64,2,1\]] + + [:case=126;type="f16";wgSize=[128,1,1\]] + + [:case=126;type="f16";wgSize=[64,2,1\]] + + [:case=126;type="f32";wgSize=[128,1,1\]] + + [:case=126;type="f32";wgSize=[64,2,1\]] + + [:case=127;type="f16";wgSize=[128,1,1\]] + + [:case=127;type="f16";wgSize=[64,2,1\]] + + [:case=127;type="f32";wgSize=[128,1,1\]] + + [:case=127;type="f32";wgSize=[64,2,1\]] + + [:case=128;type="f16";wgSize=[128,1,1\]] + + [:case=128;type="f16";wgSize=[64,2,1\]] + + [:case=128;type="f32";wgSize=[128,1,1\]] + + [:case=128;type="f32";wgSize=[64,2,1\]] + + [:case=129;type="f16";wgSize=[128,1,1\]] + + [:case=129;type="f16";wgSize=[64,2,1\]] + + [:case=129;type="f32";wgSize=[128,1,1\]] + + [:case=129;type="f32";wgSize=[64,2,1\]] + + [:case=12;type="f16";wgSize=[128,1,1\]] + + [:case=12;type="f16";wgSize=[64,2,1\]] + + [:case=12;type="f32";wgSize=[128,1,1\]] + + [:case=12;type="f32";wgSize=[64,2,1\]] + + [:case=130;type="f16";wgSize=[128,1,1\]] + + [:case=130;type="f16";wgSize=[64,2,1\]] + + [:case=130;type="f32";wgSize=[128,1,1\]] + + [:case=130;type="f32";wgSize=[64,2,1\]] + + [:case=131;type="f16";wgSize=[128,1,1\]] + + [:case=131;type="f16";wgSize=[64,2,1\]] + + [:case=131;type="f32";wgSize=[128,1,1\]] + + [:case=131;type="f32";wgSize=[64,2,1\]] + + [:case=132;type="f16";wgSize=[128,1,1\]] + + [:case=132;type="f16";wgSize=[64,2,1\]] + + [:case=132;type="f32";wgSize=[128,1,1\]] + + [:case=132;type="f32";wgSize=[64,2,1\]] + + [:case=133;type="f16";wgSize=[128,1,1\]] + + [:case=133;type="f16";wgSize=[64,2,1\]] + + [:case=133;type="f32";wgSize=[128,1,1\]] + + [:case=133;type="f32";wgSize=[64,2,1\]] + + [:case=134;type="f16";wgSize=[128,1,1\]] + + [:case=134;type="f16";wgSize=[64,2,1\]] + + [:case=134;type="f32";wgSize=[128,1,1\]] + + [:case=134;type="f32";wgSize=[64,2,1\]] + + [:case=135;type="f16";wgSize=[128,1,1\]] + + [:case=135;type="f16";wgSize=[64,2,1\]] + + [:case=135;type="f32";wgSize=[128,1,1\]] + + [:case=135;type="f32";wgSize=[64,2,1\]] + + [:case=136;type="f16";wgSize=[128,1,1\]] + + [:case=136;type="f16";wgSize=[64,2,1\]] + + [:case=136;type="f32";wgSize=[128,1,1\]] + + [:case=136;type="f32";wgSize=[64,2,1\]] + + [:case=137;type="f16";wgSize=[128,1,1\]] + + [:case=137;type="f16";wgSize=[64,2,1\]] + + [:case=137;type="f32";wgSize=[128,1,1\]] + + [:case=137;type="f32";wgSize=[64,2,1\]] + + [:case=138;type="f16";wgSize=[128,1,1\]] + + [:case=138;type="f16";wgSize=[64,2,1\]] + + [:case=138;type="f32";wgSize=[128,1,1\]] + + [:case=138;type="f32";wgSize=[64,2,1\]] + + [:case=139;type="f16";wgSize=[128,1,1\]] + + [:case=139;type="f16";wgSize=[64,2,1\]] + + [:case=139;type="f32";wgSize=[128,1,1\]] + + [:case=139;type="f32";wgSize=[64,2,1\]] + + [:case=13;type="f16";wgSize=[128,1,1\]] + + [:case=13;type="f16";wgSize=[64,2,1\]] + + [:case=13;type="f32";wgSize=[128,1,1\]] + + [:case=13;type="f32";wgSize=[64,2,1\]] + + [:case=140;type="f16";wgSize=[128,1,1\]] + + [:case=140;type="f16";wgSize=[64,2,1\]] + + [:case=140;type="f32";wgSize=[128,1,1\]] + + [:case=140;type="f32";wgSize=[64,2,1\]] + + [:case=141;type="f16";wgSize=[128,1,1\]] + + [:case=141;type="f16";wgSize=[64,2,1\]] + + [:case=141;type="f32";wgSize=[128,1,1\]] + + [:case=141;type="f32";wgSize=[64,2,1\]] + + [:case=142;type="f16";wgSize=[128,1,1\]] + + [:case=142;type="f16";wgSize=[64,2,1\]] + + [:case=142;type="f32";wgSize=[128,1,1\]] + + [:case=142;type="f32";wgSize=[64,2,1\]] + + [:case=143;type="f16";wgSize=[128,1,1\]] + + [:case=143;type="f16";wgSize=[64,2,1\]] + + [:case=143;type="f32";wgSize=[128,1,1\]] + + [:case=143;type="f32";wgSize=[64,2,1\]] + + [:case=144;type="f16";wgSize=[128,1,1\]] + + [:case=144;type="f16";wgSize=[64,2,1\]] + + [:case=144;type="f32";wgSize=[128,1,1\]] + + [:case=144;type="f32";wgSize=[64,2,1\]] + + [:case=145;type="f16";wgSize=[128,1,1\]] + + [:case=145;type="f16";wgSize=[64,2,1\]] + + [:case=145;type="f32";wgSize=[128,1,1\]] + + [:case=145;type="f32";wgSize=[64,2,1\]] + + [:case=146;type="f16";wgSize=[128,1,1\]] + + [:case=146;type="f16";wgSize=[64,2,1\]] + + [:case=146;type="f32";wgSize=[128,1,1\]] + + [:case=146;type="f32";wgSize=[64,2,1\]] + + [:case=147;type="f16";wgSize=[128,1,1\]] + + [:case=147;type="f16";wgSize=[64,2,1\]] + + [:case=147;type="f32";wgSize=[128,1,1\]] + + [:case=147;type="f32";wgSize=[64,2,1\]] + + [:case=148;type="f16";wgSize=[128,1,1\]] + + [:case=148;type="f16";wgSize=[64,2,1\]] + + [:case=148;type="f32";wgSize=[128,1,1\]] + + [:case=148;type="f32";wgSize=[64,2,1\]] + + [:case=149;type="f16";wgSize=[128,1,1\]] + + [:case=149;type="f16";wgSize=[64,2,1\]] + + [:case=149;type="f32";wgSize=[128,1,1\]] + + [:case=149;type="f32";wgSize=[64,2,1\]] + + [:case=14;type="f16";wgSize=[128,1,1\]] + + [:case=14;type="f16";wgSize=[64,2,1\]] + + [:case=14;type="f32";wgSize=[128,1,1\]] + + [:case=14;type="f32";wgSize=[64,2,1\]] + + [:case=150;type="f16";wgSize=[128,1,1\]] + + [:case=150;type="f16";wgSize=[64,2,1\]] + + [:case=150;type="f32";wgSize=[128,1,1\]] + + [:case=150;type="f32";wgSize=[64,2,1\]] + + [:case=151;type="f16";wgSize=[128,1,1\]] + + [:case=151;type="f16";wgSize=[64,2,1\]] + + [:case=151;type="f32";wgSize=[128,1,1\]] + + [:case=151;type="f32";wgSize=[64,2,1\]] + + [:case=152;type="f16";wgSize=[128,1,1\]] + + [:case=152;type="f16";wgSize=[64,2,1\]] + + [:case=152;type="f32";wgSize=[128,1,1\]] + + [:case=152;type="f32";wgSize=[64,2,1\]] + + [:case=153;type="f16";wgSize=[128,1,1\]] + + [:case=153;type="f16";wgSize=[64,2,1\]] + + [:case=153;type="f32";wgSize=[128,1,1\]] + + [:case=153;type="f32";wgSize=[64,2,1\]] + + [:case=154;type="f16";wgSize=[128,1,1\]] + + [:case=154;type="f16";wgSize=[64,2,1\]] + + [:case=154;type="f32";wgSize=[128,1,1\]] + + [:case=154;type="f32";wgSize=[64,2,1\]] + + [:case=155;type="f16";wgSize=[128,1,1\]] + + [:case=155;type="f16";wgSize=[64,2,1\]] + + [:case=155;type="f32";wgSize=[128,1,1\]] + + [:case=155;type="f32";wgSize=[64,2,1\]] + + [:case=156;type="f16";wgSize=[128,1,1\]] + + [:case=156;type="f16";wgSize=[64,2,1\]] + + [:case=156;type="f32";wgSize=[128,1,1\]] + + [:case=156;type="f32";wgSize=[64,2,1\]] + + [:case=157;type="f16";wgSize=[128,1,1\]] + + [:case=157;type="f16";wgSize=[64,2,1\]] + + [:case=157;type="f32";wgSize=[128,1,1\]] + + [:case=157;type="f32";wgSize=[64,2,1\]] + + [:case=158;type="f16";wgSize=[128,1,1\]] + + [:case=158;type="f16";wgSize=[64,2,1\]] + + [:case=158;type="f32";wgSize=[128,1,1\]] + + [:case=158;type="f32";wgSize=[64,2,1\]] + + [:case=159;type="f16";wgSize=[128,1,1\]] + + [:case=159;type="f16";wgSize=[64,2,1\]] + + [:case=159;type="f32";wgSize=[128,1,1\]] + + [:case=159;type="f32";wgSize=[64,2,1\]] + + [:case=15;type="f16";wgSize=[128,1,1\]] + + [:case=15;type="f16";wgSize=[64,2,1\]] + + [:case=15;type="f32";wgSize=[128,1,1\]] + + [:case=15;type="f32";wgSize=[64,2,1\]] + + [:case=160;type="f16";wgSize=[128,1,1\]] + + [:case=160;type="f16";wgSize=[64,2,1\]] + + [:case=160;type="f32";wgSize=[128,1,1\]] + + [:case=160;type="f32";wgSize=[64,2,1\]] + + [:case=161;type="f16";wgSize=[128,1,1\]] + + [:case=161;type="f16";wgSize=[64,2,1\]] + + [:case=161;type="f32";wgSize=[128,1,1\]] + + [:case=161;type="f32";wgSize=[64,2,1\]] + + [:case=162;type="f16";wgSize=[128,1,1\]] + + [:case=162;type="f16";wgSize=[64,2,1\]] + + [:case=162;type="f32";wgSize=[128,1,1\]] + + [:case=162;type="f32";wgSize=[64,2,1\]] + + [:case=163;type="f16";wgSize=[128,1,1\]] + + [:case=163;type="f16";wgSize=[64,2,1\]] + + [:case=163;type="f32";wgSize=[128,1,1\]] + + [:case=163;type="f32";wgSize=[64,2,1\]] + + [:case=164;type="f16";wgSize=[128,1,1\]] + + [:case=164;type="f16";wgSize=[64,2,1\]] + + [:case=164;type="f32";wgSize=[128,1,1\]] + + [:case=164;type="f32";wgSize=[64,2,1\]] + + [:case=165;type="f16";wgSize=[128,1,1\]] + + [:case=165;type="f16";wgSize=[64,2,1\]] + + [:case=165;type="f32";wgSize=[128,1,1\]] + + [:case=165;type="f32";wgSize=[64,2,1\]] + + [:case=166;type="f16";wgSize=[128,1,1\]] + + [:case=166;type="f16";wgSize=[64,2,1\]] + + [:case=166;type="f32";wgSize=[128,1,1\]] + + [:case=166;type="f32";wgSize=[64,2,1\]] + + [:case=167;type="f16";wgSize=[128,1,1\]] + + [:case=167;type="f16";wgSize=[64,2,1\]] + + [:case=167;type="f32";wgSize=[128,1,1\]] + + [:case=167;type="f32";wgSize=[64,2,1\]] + + [:case=168;type="f16";wgSize=[128,1,1\]] + + [:case=168;type="f16";wgSize=[64,2,1\]] + + [:case=168;type="f32";wgSize=[128,1,1\]] + + [:case=168;type="f32";wgSize=[64,2,1\]] + + [:case=169;type="f16";wgSize=[128,1,1\]] + + [:case=169;type="f16";wgSize=[64,2,1\]] + + [:case=169;type="f32";wgSize=[128,1,1\]] + + [:case=169;type="f32";wgSize=[64,2,1\]] + + [:case=16;type="f16";wgSize=[128,1,1\]] + + [:case=16;type="f16";wgSize=[64,2,1\]] + + [:case=16;type="f32";wgSize=[128,1,1\]] + + [:case=16;type="f32";wgSize=[64,2,1\]] + + [:case=170;type="f16";wgSize=[128,1,1\]] + + [:case=170;type="f16";wgSize=[64,2,1\]] + + [:case=170;type="f32";wgSize=[128,1,1\]] + + [:case=170;type="f32";wgSize=[64,2,1\]] + + [:case=171;type="f16";wgSize=[128,1,1\]] + + [:case=171;type="f16";wgSize=[64,2,1\]] + + [:case=171;type="f32";wgSize=[128,1,1\]] + + [:case=171;type="f32";wgSize=[64,2,1\]] + + [:case=172;type="f16";wgSize=[128,1,1\]] + + [:case=172;type="f16";wgSize=[64,2,1\]] + + [:case=172;type="f32";wgSize=[128,1,1\]] + + [:case=172;type="f32";wgSize=[64,2,1\]] + + [:case=173;type="f16";wgSize=[128,1,1\]] + + [:case=173;type="f16";wgSize=[64,2,1\]] + + [:case=173;type="f32";wgSize=[128,1,1\]] + + [:case=173;type="f32";wgSize=[64,2,1\]] + + [:case=174;type="f16";wgSize=[128,1,1\]] + + [:case=174;type="f16";wgSize=[64,2,1\]] + + [:case=174;type="f32";wgSize=[128,1,1\]] + + [:case=174;type="f32";wgSize=[64,2,1\]] + + [:case=175;type="f16";wgSize=[128,1,1\]] + + [:case=175;type="f16";wgSize=[64,2,1\]] + + [:case=175;type="f32";wgSize=[128,1,1\]] + + [:case=175;type="f32";wgSize=[64,2,1\]] + + [:case=176;type="f16";wgSize=[128,1,1\]] + + [:case=176;type="f16";wgSize=[64,2,1\]] + + [:case=176;type="f32";wgSize=[128,1,1\]] + + [:case=176;type="f32";wgSize=[64,2,1\]] + + [:case=177;type="f16";wgSize=[128,1,1\]] + + [:case=177;type="f16";wgSize=[64,2,1\]] + + [:case=177;type="f32";wgSize=[128,1,1\]] + + [:case=177;type="f32";wgSize=[64,2,1\]] + + [:case=178;type="f16";wgSize=[128,1,1\]] + + [:case=178;type="f16";wgSize=[64,2,1\]] + + [:case=178;type="f32";wgSize=[128,1,1\]] + + [:case=178;type="f32";wgSize=[64,2,1\]] + + [:case=179;type="f16";wgSize=[128,1,1\]] + + [:case=179;type="f16";wgSize=[64,2,1\]] + + [:case=179;type="f32";wgSize=[128,1,1\]] + + [:case=179;type="f32";wgSize=[64,2,1\]] + + [:case=17;type="f16";wgSize=[128,1,1\]] + + [:case=17;type="f16";wgSize=[64,2,1\]] + + [:case=17;type="f32";wgSize=[128,1,1\]] + + [:case=17;type="f32";wgSize=[64,2,1\]] + + [:case=180;type="f16";wgSize=[128,1,1\]] + + [:case=180;type="f16";wgSize=[64,2,1\]] + + [:case=180;type="f32";wgSize=[128,1,1\]] + + [:case=180;type="f32";wgSize=[64,2,1\]] + + [:case=181;type="f16";wgSize=[128,1,1\]] + + [:case=181;type="f16";wgSize=[64,2,1\]] + + [:case=181;type="f32";wgSize=[128,1,1\]] + + [:case=181;type="f32";wgSize=[64,2,1\]] + + [:case=182;type="f16";wgSize=[128,1,1\]] + + [:case=182;type="f16";wgSize=[64,2,1\]] + + [:case=182;type="f32";wgSize=[128,1,1\]] + + [:case=182;type="f32";wgSize=[64,2,1\]] + + [:case=183;type="f16";wgSize=[128,1,1\]] + + [:case=183;type="f16";wgSize=[64,2,1\]] + + [:case=183;type="f32";wgSize=[128,1,1\]] + + [:case=183;type="f32";wgSize=[64,2,1\]] + + [:case=184;type="f16";wgSize=[128,1,1\]] + + [:case=184;type="f16";wgSize=[64,2,1\]] + + [:case=184;type="f32";wgSize=[128,1,1\]] + + [:case=184;type="f32";wgSize=[64,2,1\]] + + [:case=185;type="f16";wgSize=[128,1,1\]] + + [:case=185;type="f16";wgSize=[64,2,1\]] + + [:case=185;type="f32";wgSize=[128,1,1\]] + + [:case=185;type="f32";wgSize=[64,2,1\]] + + [:case=186;type="f16";wgSize=[128,1,1\]] + + [:case=186;type="f16";wgSize=[64,2,1\]] + + [:case=186;type="f32";wgSize=[128,1,1\]] + + [:case=186;type="f32";wgSize=[64,2,1\]] + + [:case=187;type="f16";wgSize=[128,1,1\]] + + [:case=187;type="f16";wgSize=[64,2,1\]] + + [:case=187;type="f32";wgSize=[128,1,1\]] + + [:case=187;type="f32";wgSize=[64,2,1\]] + + [:case=188;type="f16";wgSize=[128,1,1\]] + + [:case=188;type="f16";wgSize=[64,2,1\]] + + [:case=188;type="f32";wgSize=[128,1,1\]] + + [:case=188;type="f32";wgSize=[64,2,1\]] + + [:case=189;type="f16";wgSize=[128,1,1\]] + + [:case=189;type="f16";wgSize=[64,2,1\]] + + [:case=189;type="f32";wgSize=[128,1,1\]] + + [:case=189;type="f32";wgSize=[64,2,1\]] + + [:case=18;type="f16";wgSize=[128,1,1\]] + + [:case=18;type="f16";wgSize=[64,2,1\]] + + [:case=18;type="f32";wgSize=[128,1,1\]] + + [:case=18;type="f32";wgSize=[64,2,1\]] + + [:case=190;type="f16";wgSize=[128,1,1\]] + + [:case=190;type="f16";wgSize=[64,2,1\]] + + [:case=190;type="f32";wgSize=[128,1,1\]] + + [:case=190;type="f32";wgSize=[64,2,1\]] + + [:case=191;type="f16";wgSize=[128,1,1\]] + + [:case=191;type="f16";wgSize=[64,2,1\]] + + [:case=191;type="f32";wgSize=[128,1,1\]] + + [:case=191;type="f32";wgSize=[64,2,1\]] + + [:case=192;type="f16";wgSize=[128,1,1\]] + + [:case=192;type="f16";wgSize=[64,2,1\]] + + [:case=192;type="f32";wgSize=[128,1,1\]] + + [:case=192;type="f32";wgSize=[64,2,1\]] + + [:case=193;type="f16";wgSize=[128,1,1\]] + + [:case=193;type="f16";wgSize=[64,2,1\]] + + [:case=193;type="f32";wgSize=[128,1,1\]] + + [:case=193;type="f32";wgSize=[64,2,1\]] + + [:case=194;type="f16";wgSize=[128,1,1\]] + + [:case=194;type="f16";wgSize=[64,2,1\]] + + [:case=194;type="f32";wgSize=[128,1,1\]] + + [:case=194;type="f32";wgSize=[64,2,1\]] + + [:case=195;type="f16";wgSize=[128,1,1\]] + + [:case=195;type="f16";wgSize=[64,2,1\]] + + [:case=195;type="f32";wgSize=[128,1,1\]] + + [:case=195;type="f32";wgSize=[64,2,1\]] + + [:case=196;type="f16";wgSize=[128,1,1\]] + + [:case=196;type="f16";wgSize=[64,2,1\]] + + [:case=196;type="f32";wgSize=[128,1,1\]] + + [:case=196;type="f32";wgSize=[64,2,1\]] + + [:case=197;type="f16";wgSize=[128,1,1\]] + + [:case=197;type="f16";wgSize=[64,2,1\]] + + [:case=197;type="f32";wgSize=[128,1,1\]] + + [:case=197;type="f32";wgSize=[64,2,1\]] + + [:case=198;type="f16";wgSize=[128,1,1\]] + + [:case=198;type="f16";wgSize=[64,2,1\]] + + [:case=198;type="f32";wgSize=[128,1,1\]] + + [:case=198;type="f32";wgSize=[64,2,1\]] + + [:case=199;type="f16";wgSize=[128,1,1\]] + + [:case=199;type="f16";wgSize=[64,2,1\]] + + [:case=199;type="f32";wgSize=[128,1,1\]] + + [:case=199;type="f32";wgSize=[64,2,1\]] + + [:case=19;type="f16";wgSize=[128,1,1\]] + + [:case=19;type="f16";wgSize=[64,2,1\]] + + [:case=19;type="f32";wgSize=[128,1,1\]] + + [:case=19;type="f32";wgSize=[64,2,1\]] + + [:case=1;type="f16";wgSize=[128,1,1\]] + + [:case=1;type="f16";wgSize=[64,2,1\]] + + [:case=1;type="f32";wgSize=[128,1,1\]] + + [:case=1;type="f32";wgSize=[64,2,1\]] + + [:case=200;type="f16";wgSize=[128,1,1\]] + + [:case=200;type="f16";wgSize=[64,2,1\]] + + [:case=200;type="f32";wgSize=[128,1,1\]] + + [:case=200;type="f32";wgSize=[64,2,1\]] + + [:case=201;type="f16";wgSize=[128,1,1\]] + + [:case=201;type="f16";wgSize=[64,2,1\]] + + [:case=201;type="f32";wgSize=[128,1,1\]] + + [:case=201;type="f32";wgSize=[64,2,1\]] + + [:case=202;type="f16";wgSize=[128,1,1\]] + + [:case=202;type="f16";wgSize=[64,2,1\]] + + [:case=202;type="f32";wgSize=[128,1,1\]] + + [:case=202;type="f32";wgSize=[64,2,1\]] + + [:case=203;type="f16";wgSize=[128,1,1\]] + + [:case=203;type="f16";wgSize=[64,2,1\]] + + [:case=203;type="f32";wgSize=[128,1,1\]] + + [:case=203;type="f32";wgSize=[64,2,1\]] + + [:case=204;type="f16";wgSize=[128,1,1\]] + + [:case=204;type="f16";wgSize=[64,2,1\]] + + [:case=204;type="f32";wgSize=[128,1,1\]] + + [:case=204;type="f32";wgSize=[64,2,1\]] + + [:case=205;type="f16";wgSize=[128,1,1\]] + + [:case=205;type="f16";wgSize=[64,2,1\]] + + [:case=205;type="f32";wgSize=[128,1,1\]] + + [:case=205;type="f32";wgSize=[64,2,1\]] + + [:case=206;type="f16";wgSize=[128,1,1\]] + + [:case=206;type="f16";wgSize=[64,2,1\]] + + [:case=206;type="f32";wgSize=[128,1,1\]] + + [:case=206;type="f32";wgSize=[64,2,1\]] + + [:case=207;type="f16";wgSize=[128,1,1\]] + + [:case=207;type="f16";wgSize=[64,2,1\]] + + [:case=207;type="f32";wgSize=[128,1,1\]] + + [:case=207;type="f32";wgSize=[64,2,1\]] + + [:case=208;type="f16";wgSize=[128,1,1\]] + + [:case=208;type="f16";wgSize=[64,2,1\]] + + [:case=208;type="f32";wgSize=[128,1,1\]] + + [:case=208;type="f32";wgSize=[64,2,1\]] + + [:case=209;type="f16";wgSize=[128,1,1\]] + + [:case=209;type="f16";wgSize=[64,2,1\]] + + [:case=209;type="f32";wgSize=[128,1,1\]] + + [:case=209;type="f32";wgSize=[64,2,1\]] + + [:case=20;type="f16";wgSize=[128,1,1\]] + + [:case=20;type="f16";wgSize=[64,2,1\]] + + [:case=20;type="f32";wgSize=[128,1,1\]] + + [:case=20;type="f32";wgSize=[64,2,1\]] + + [:case=210;type="f16";wgSize=[128,1,1\]] + + [:case=210;type="f16";wgSize=[64,2,1\]] + + [:case=210;type="f32";wgSize=[128,1,1\]] + + [:case=210;type="f32";wgSize=[64,2,1\]] + + [:case=211;type="f16";wgSize=[128,1,1\]] + + [:case=211;type="f16";wgSize=[64,2,1\]] + + [:case=211;type="f32";wgSize=[128,1,1\]] + + [:case=211;type="f32";wgSize=[64,2,1\]] + + [:case=212;type="f16";wgSize=[128,1,1\]] + + [:case=212;type="f16";wgSize=[64,2,1\]] + + [:case=212;type="f32";wgSize=[128,1,1\]] + + [:case=212;type="f32";wgSize=[64,2,1\]] + + [:case=213;type="f16";wgSize=[128,1,1\]] + + [:case=213;type="f16";wgSize=[64,2,1\]] + + [:case=213;type="f32";wgSize=[128,1,1\]] + + [:case=213;type="f32";wgSize=[64,2,1\]] + + [:case=214;type="f16";wgSize=[128,1,1\]] + + [:case=214;type="f16";wgSize=[64,2,1\]] + + [:case=214;type="f32";wgSize=[128,1,1\]] + + [:case=214;type="f32";wgSize=[64,2,1\]] + + [:case=215;type="f16";wgSize=[128,1,1\]] + + [:case=215;type="f16";wgSize=[64,2,1\]] + + [:case=215;type="f32";wgSize=[128,1,1\]] + + [:case=215;type="f32";wgSize=[64,2,1\]] + + [:case=216;type="f16";wgSize=[128,1,1\]] + + [:case=216;type="f16";wgSize=[64,2,1\]] + + [:case=216;type="f32";wgSize=[128,1,1\]] + + [:case=216;type="f32";wgSize=[64,2,1\]] + + [:case=217;type="f16";wgSize=[128,1,1\]] + + [:case=217;type="f16";wgSize=[64,2,1\]] + + [:case=217;type="f32";wgSize=[128,1,1\]] + + [:case=217;type="f32";wgSize=[64,2,1\]] + + [:case=218;type="f16";wgSize=[128,1,1\]] + + [:case=218;type="f16";wgSize=[64,2,1\]] + + [:case=218;type="f32";wgSize=[128,1,1\]] + + [:case=218;type="f32";wgSize=[64,2,1\]] + + [:case=219;type="f16";wgSize=[128,1,1\]] + + [:case=219;type="f16";wgSize=[64,2,1\]] + + [:case=219;type="f32";wgSize=[128,1,1\]] + + [:case=219;type="f32";wgSize=[64,2,1\]] + + [:case=21;type="f16";wgSize=[128,1,1\]] + + [:case=21;type="f16";wgSize=[64,2,1\]] + + [:case=21;type="f32";wgSize=[128,1,1\]] + + [:case=21;type="f32";wgSize=[64,2,1\]] + + [:case=220;type="f16";wgSize=[128,1,1\]] + + [:case=220;type="f16";wgSize=[64,2,1\]] + + [:case=220;type="f32";wgSize=[128,1,1\]] + + [:case=220;type="f32";wgSize=[64,2,1\]] + + [:case=221;type="f16";wgSize=[128,1,1\]] + + [:case=221;type="f16";wgSize=[64,2,1\]] + + [:case=221;type="f32";wgSize=[128,1,1\]] + + [:case=221;type="f32";wgSize=[64,2,1\]] + + [:case=222;type="f16";wgSize=[128,1,1\]] + + [:case=222;type="f16";wgSize=[64,2,1\]] + + [:case=222;type="f32";wgSize=[128,1,1\]] + + [:case=222;type="f32";wgSize=[64,2,1\]] + + [:case=223;type="f16";wgSize=[128,1,1\]] + + [:case=223;type="f16";wgSize=[64,2,1\]] + + [:case=223;type="f32";wgSize=[128,1,1\]] + + [:case=223;type="f32";wgSize=[64,2,1\]] + + [:case=224;type="f16";wgSize=[128,1,1\]] + + [:case=224;type="f16";wgSize=[64,2,1\]] + + [:case=224;type="f32";wgSize=[128,1,1\]] + + [:case=224;type="f32";wgSize=[64,2,1\]] + + [:case=225;type="f16";wgSize=[128,1,1\]] + + [:case=225;type="f16";wgSize=[64,2,1\]] + + [:case=225;type="f32";wgSize=[128,1,1\]] + + [:case=225;type="f32";wgSize=[64,2,1\]] + + [:case=226;type="f16";wgSize=[128,1,1\]] + + [:case=226;type="f16";wgSize=[64,2,1\]] + + [:case=226;type="f32";wgSize=[128,1,1\]] + + [:case=226;type="f32";wgSize=[64,2,1\]] + + [:case=227;type="f16";wgSize=[128,1,1\]] + + [:case=227;type="f16";wgSize=[64,2,1\]] + + [:case=227;type="f32";wgSize=[128,1,1\]] + + [:case=227;type="f32";wgSize=[64,2,1\]] + + [:case=228;type="f16";wgSize=[128,1,1\]] + + [:case=228;type="f16";wgSize=[64,2,1\]] + + [:case=228;type="f32";wgSize=[128,1,1\]] + + [:case=228;type="f32";wgSize=[64,2,1\]] + + [:case=229;type="f16";wgSize=[128,1,1\]] + + [:case=229;type="f16";wgSize=[64,2,1\]] + + [:case=229;type="f32";wgSize=[128,1,1\]] + + [:case=229;type="f32";wgSize=[64,2,1\]] + + [:case=22;type="f16";wgSize=[128,1,1\]] + + [:case=22;type="f16";wgSize=[64,2,1\]] + + [:case=22;type="f32";wgSize=[128,1,1\]] + + [:case=22;type="f32";wgSize=[64,2,1\]] + + [:case=230;type="f16";wgSize=[128,1,1\]] + + [:case=230;type="f16";wgSize=[64,2,1\]] + + [:case=230;type="f32";wgSize=[128,1,1\]] + + [:case=230;type="f32";wgSize=[64,2,1\]] + + [:case=231;type="f16";wgSize=[128,1,1\]] + + [:case=231;type="f16";wgSize=[64,2,1\]] + + [:case=231;type="f32";wgSize=[128,1,1\]] + + [:case=231;type="f32";wgSize=[64,2,1\]] + + [:case=232;type="f16";wgSize=[128,1,1\]] + + [:case=232;type="f16";wgSize=[64,2,1\]] + + [:case=232;type="f32";wgSize=[128,1,1\]] + + [:case=232;type="f32";wgSize=[64,2,1\]] + + [:case=233;type="f16";wgSize=[128,1,1\]] + + [:case=233;type="f16";wgSize=[64,2,1\]] + + [:case=233;type="f32";wgSize=[128,1,1\]] + + [:case=233;type="f32";wgSize=[64,2,1\]] + + [:case=234;type="f16";wgSize=[128,1,1\]] + + [:case=234;type="f16";wgSize=[64,2,1\]] + + [:case=234;type="f32";wgSize=[128,1,1\]] + + [:case=234;type="f32";wgSize=[64,2,1\]] + + [:case=235;type="f16";wgSize=[128,1,1\]] + + [:case=235;type="f16";wgSize=[64,2,1\]] + + [:case=235;type="f32";wgSize=[128,1,1\]] + + [:case=235;type="f32";wgSize=[64,2,1\]] + + [:case=236;type="f16";wgSize=[128,1,1\]] + + [:case=236;type="f16";wgSize=[64,2,1\]] + + [:case=236;type="f32";wgSize=[128,1,1\]] + + [:case=236;type="f32";wgSize=[64,2,1\]] + + [:case=237;type="f16";wgSize=[128,1,1\]] + + [:case=237;type="f16";wgSize=[64,2,1\]] + + [:case=237;type="f32";wgSize=[128,1,1\]] + + [:case=237;type="f32";wgSize=[64,2,1\]] + + [:case=238;type="f16";wgSize=[128,1,1\]] + + [:case=238;type="f16";wgSize=[64,2,1\]] + + [:case=238;type="f32";wgSize=[128,1,1\]] + + [:case=238;type="f32";wgSize=[64,2,1\]] + + [:case=239;type="f16";wgSize=[128,1,1\]] + + [:case=239;type="f16";wgSize=[64,2,1\]] + + [:case=239;type="f32";wgSize=[128,1,1\]] + + [:case=239;type="f32";wgSize=[64,2,1\]] + + [:case=23;type="f16";wgSize=[128,1,1\]] + + [:case=23;type="f16";wgSize=[64,2,1\]] + + [:case=23;type="f32";wgSize=[128,1,1\]] + + [:case=23;type="f32";wgSize=[64,2,1\]] + + [:case=240;type="f16";wgSize=[128,1,1\]] + + [:case=240;type="f16";wgSize=[64,2,1\]] + + [:case=240;type="f32";wgSize=[128,1,1\]] + + [:case=240;type="f32";wgSize=[64,2,1\]] + + [:case=241;type="f16";wgSize=[128,1,1\]] + + [:case=241;type="f16";wgSize=[64,2,1\]] + + [:case=241;type="f32";wgSize=[128,1,1\]] + + [:case=241;type="f32";wgSize=[64,2,1\]] + + [:case=242;type="f16";wgSize=[128,1,1\]] + + [:case=242;type="f16";wgSize=[64,2,1\]] + + [:case=242;type="f32";wgSize=[128,1,1\]] + + [:case=242;type="f32";wgSize=[64,2,1\]] + + [:case=243;type="f16";wgSize=[128,1,1\]] + + [:case=243;type="f16";wgSize=[64,2,1\]] + + [:case=243;type="f32";wgSize=[128,1,1\]] + + [:case=243;type="f32";wgSize=[64,2,1\]] + + [:case=244;type="f16";wgSize=[128,1,1\]] + + [:case=244;type="f16";wgSize=[64,2,1\]] + + [:case=244;type="f32";wgSize=[128,1,1\]] + + [:case=244;type="f32";wgSize=[64,2,1\]] + + [:case=245;type="f16";wgSize=[128,1,1\]] + + [:case=245;type="f16";wgSize=[64,2,1\]] + + [:case=245;type="f32";wgSize=[128,1,1\]] + + [:case=245;type="f32";wgSize=[64,2,1\]] + + [:case=246;type="f16";wgSize=[128,1,1\]] + + [:case=246;type="f16";wgSize=[64,2,1\]] + + [:case=246;type="f32";wgSize=[128,1,1\]] + + [:case=246;type="f32";wgSize=[64,2,1\]] + + [:case=247;type="f16";wgSize=[128,1,1\]] + + [:case=247;type="f16";wgSize=[64,2,1\]] + + [:case=247;type="f32";wgSize=[128,1,1\]] + + [:case=247;type="f32";wgSize=[64,2,1\]] + + [:case=248;type="f16";wgSize=[128,1,1\]] + + [:case=248;type="f16";wgSize=[64,2,1\]] + + [:case=248;type="f32";wgSize=[128,1,1\]] + + [:case=248;type="f32";wgSize=[64,2,1\]] + + [:case=249;type="f16";wgSize=[128,1,1\]] + + [:case=249;type="f16";wgSize=[64,2,1\]] + + [:case=249;type="f32";wgSize=[128,1,1\]] + + [:case=249;type="f32";wgSize=[64,2,1\]] + + [:case=24;type="f16";wgSize=[128,1,1\]] + + [:case=24;type="f16";wgSize=[64,2,1\]] + + [:case=24;type="f32";wgSize=[128,1,1\]] + + [:case=24;type="f32";wgSize=[64,2,1\]] + + [:case=250;type="f16";wgSize=[128,1,1\]] + + [:case=250;type="f16";wgSize=[64,2,1\]] + + [:case=250;type="f32";wgSize=[128,1,1\]] + + [:case=250;type="f32";wgSize=[64,2,1\]] + + [:case=251;type="f16";wgSize=[128,1,1\]] + + [:case=251;type="f16";wgSize=[64,2,1\]] + + [:case=251;type="f32";wgSize=[128,1,1\]] + + [:case=251;type="f32";wgSize=[64,2,1\]] + + [:case=252;type="f16";wgSize=[128,1,1\]] + + [:case=252;type="f16";wgSize=[64,2,1\]] + + [:case=252;type="f32";wgSize=[128,1,1\]] + + [:case=252;type="f32";wgSize=[64,2,1\]] + + [:case=253;type="f16";wgSize=[128,1,1\]] + + [:case=253;type="f16";wgSize=[64,2,1\]] + + [:case=253;type="f32";wgSize=[128,1,1\]] + + [:case=253;type="f32";wgSize=[64,2,1\]] + + [:case=254;type="f16";wgSize=[128,1,1\]] + + [:case=254;type="f16";wgSize=[64,2,1\]] + + [:case=254;type="f32";wgSize=[128,1,1\]] + + [:case=254;type="f32";wgSize=[64,2,1\]] + + [:case=255;type="f16";wgSize=[128,1,1\]] + + [:case=255;type="f16";wgSize=[64,2,1\]] + + [:case=255;type="f32";wgSize=[128,1,1\]] + + [:case=255;type="f32";wgSize=[64,2,1\]] + + [:case=256;type="f16";wgSize=[128,1,1\]] + + [:case=256;type="f16";wgSize=[64,2,1\]] + + [:case=256;type="f32";wgSize=[128,1,1\]] + + [:case=256;type="f32";wgSize=[64,2,1\]] + + [:case=257;type="f16";wgSize=[128,1,1\]] + + [:case=257;type="f16";wgSize=[64,2,1\]] + + [:case=257;type="f32";wgSize=[128,1,1\]] + + [:case=257;type="f32";wgSize=[64,2,1\]] + + [:case=258;type="f16";wgSize=[128,1,1\]] + + [:case=258;type="f16";wgSize=[64,2,1\]] + + [:case=258;type="f32";wgSize=[128,1,1\]] + + [:case=258;type="f32";wgSize=[64,2,1\]] + + [:case=259;type="f16";wgSize=[128,1,1\]] + + [:case=259;type="f16";wgSize=[64,2,1\]] + + [:case=259;type="f32";wgSize=[128,1,1\]] + + [:case=259;type="f32";wgSize=[64,2,1\]] + + [:case=25;type="f16";wgSize=[128,1,1\]] + + [:case=25;type="f16";wgSize=[64,2,1\]] + + [:case=25;type="f32";wgSize=[128,1,1\]] + + [:case=25;type="f32";wgSize=[64,2,1\]] + + [:case=260;type="f16";wgSize=[128,1,1\]] + + [:case=260;type="f16";wgSize=[64,2,1\]] + + [:case=260;type="f32";wgSize=[128,1,1\]] + + [:case=260;type="f32";wgSize=[64,2,1\]] + + [:case=261;type="f16";wgSize=[128,1,1\]] + + [:case=261;type="f16";wgSize=[64,2,1\]] + + [:case=261;type="f32";wgSize=[128,1,1\]] + + [:case=261;type="f32";wgSize=[64,2,1\]] + + [:case=262;type="f16";wgSize=[128,1,1\]] + + [:case=262;type="f16";wgSize=[64,2,1\]] + + [:case=262;type="f32";wgSize=[128,1,1\]] + + [:case=262;type="f32";wgSize=[64,2,1\]] + + [:case=263;type="f16";wgSize=[128,1,1\]] + + [:case=263;type="f16";wgSize=[64,2,1\]] + + [:case=263;type="f32";wgSize=[128,1,1\]] + + [:case=263;type="f32";wgSize=[64,2,1\]] + + [:case=264;type="f16";wgSize=[128,1,1\]] + + [:case=264;type="f16";wgSize=[64,2,1\]] + + [:case=264;type="f32";wgSize=[128,1,1\]] + + [:case=264;type="f32";wgSize=[64,2,1\]] + + [:case=265;type="f16";wgSize=[128,1,1\]] + + [:case=265;type="f16";wgSize=[64,2,1\]] + + [:case=265;type="f32";wgSize=[128,1,1\]] + + [:case=265;type="f32";wgSize=[64,2,1\]] + + [:case=266;type="f16";wgSize=[128,1,1\]] + + [:case=266;type="f16";wgSize=[64,2,1\]] + + [:case=266;type="f32";wgSize=[128,1,1\]] + + [:case=266;type="f32";wgSize=[64,2,1\]] + + [:case=267;type="f16";wgSize=[128,1,1\]] + + [:case=267;type="f16";wgSize=[64,2,1\]] + + [:case=267;type="f32";wgSize=[128,1,1\]] + + [:case=267;type="f32";wgSize=[64,2,1\]] + + [:case=268;type="f16";wgSize=[128,1,1\]] + + [:case=268;type="f16";wgSize=[64,2,1\]] + + [:case=268;type="f32";wgSize=[128,1,1\]] + + [:case=268;type="f32";wgSize=[64,2,1\]] + + [:case=269;type="f16";wgSize=[128,1,1\]] + + [:case=269;type="f16";wgSize=[64,2,1\]] + + [:case=269;type="f32";wgSize=[128,1,1\]] + + [:case=269;type="f32";wgSize=[64,2,1\]] + + [:case=26;type="f16";wgSize=[128,1,1\]] + + [:case=26;type="f16";wgSize=[64,2,1\]] + + [:case=26;type="f32";wgSize=[128,1,1\]] + + [:case=26;type="f32";wgSize=[64,2,1\]] + + [:case=270;type="f16";wgSize=[128,1,1\]] + + [:case=270;type="f16";wgSize=[64,2,1\]] + + [:case=270;type="f32";wgSize=[128,1,1\]] + + [:case=270;type="f32";wgSize=[64,2,1\]] + + [:case=271;type="f16";wgSize=[128,1,1\]] + + [:case=271;type="f16";wgSize=[64,2,1\]] + + [:case=271;type="f32";wgSize=[128,1,1\]] + + [:case=271;type="f32";wgSize=[64,2,1\]] + + [:case=272;type="f16";wgSize=[128,1,1\]] + + [:case=272;type="f16";wgSize=[64,2,1\]] + + [:case=272;type="f32";wgSize=[128,1,1\]] + + [:case=272;type="f32";wgSize=[64,2,1\]] + + [:case=273;type="f16";wgSize=[128,1,1\]] + + [:case=273;type="f16";wgSize=[64,2,1\]] + + [:case=273;type="f32";wgSize=[128,1,1\]] + + [:case=273;type="f32";wgSize=[64,2,1\]] + + [:case=274;type="f16";wgSize=[128,1,1\]] + + [:case=274;type="f16";wgSize=[64,2,1\]] + + [:case=274;type="f32";wgSize=[128,1,1\]] + + [:case=274;type="f32";wgSize=[64,2,1\]] + + [:case=275;type="f16";wgSize=[128,1,1\]] + + [:case=275;type="f16";wgSize=[64,2,1\]] + + [:case=275;type="f32";wgSize=[128,1,1\]] + + [:case=275;type="f32";wgSize=[64,2,1\]] + + [:case=276;type="f16";wgSize=[128,1,1\]] + + [:case=276;type="f16";wgSize=[64,2,1\]] + + [:case=276;type="f32";wgSize=[128,1,1\]] + + [:case=276;type="f32";wgSize=[64,2,1\]] + + [:case=277;type="f16";wgSize=[128,1,1\]] + + [:case=277;type="f16";wgSize=[64,2,1\]] + + [:case=277;type="f32";wgSize=[128,1,1\]] + + [:case=277;type="f32";wgSize=[64,2,1\]] + + [:case=278;type="f16";wgSize=[128,1,1\]] + + [:case=278;type="f16";wgSize=[64,2,1\]] + + [:case=278;type="f32";wgSize=[128,1,1\]] + + [:case=278;type="f32";wgSize=[64,2,1\]] + + [:case=279;type="f16";wgSize=[128,1,1\]] + + [:case=279;type="f16";wgSize=[64,2,1\]] + + [:case=279;type="f32";wgSize=[128,1,1\]] + + [:case=279;type="f32";wgSize=[64,2,1\]] + + [:case=27;type="f16";wgSize=[128,1,1\]] + + [:case=27;type="f16";wgSize=[64,2,1\]] + + [:case=27;type="f32";wgSize=[128,1,1\]] + + [:case=27;type="f32";wgSize=[64,2,1\]] + + [:case=280;type="f16";wgSize=[128,1,1\]] + + [:case=280;type="f16";wgSize=[64,2,1\]] + + [:case=280;type="f32";wgSize=[128,1,1\]] + + [:case=280;type="f32";wgSize=[64,2,1\]] + + [:case=281;type="f16";wgSize=[128,1,1\]] + + [:case=281;type="f16";wgSize=[64,2,1\]] + + [:case=281;type="f32";wgSize=[128,1,1\]] + + [:case=281;type="f32";wgSize=[64,2,1\]] + + [:case=282;type="f16";wgSize=[128,1,1\]] + + [:case=282;type="f16";wgSize=[64,2,1\]] + + [:case=282;type="f32";wgSize=[128,1,1\]] + + [:case=282;type="f32";wgSize=[64,2,1\]] + + [:case=283;type="f16";wgSize=[128,1,1\]] + + [:case=283;type="f16";wgSize=[64,2,1\]] + + [:case=283;type="f32";wgSize=[128,1,1\]] + + [:case=283;type="f32";wgSize=[64,2,1\]] + + [:case=284;type="f16";wgSize=[128,1,1\]] + + [:case=284;type="f16";wgSize=[64,2,1\]] + + [:case=284;type="f32";wgSize=[128,1,1\]] + + [:case=284;type="f32";wgSize=[64,2,1\]] + + [:case=285;type="f16";wgSize=[128,1,1\]] + + [:case=285;type="f16";wgSize=[64,2,1\]] + + [:case=285;type="f32";wgSize=[128,1,1\]] + + [:case=285;type="f32";wgSize=[64,2,1\]] + + [:case=286;type="f16";wgSize=[128,1,1\]] + + [:case=286;type="f16";wgSize=[64,2,1\]] + + [:case=286;type="f32";wgSize=[128,1,1\]] + + [:case=286;type="f32";wgSize=[64,2,1\]] + + [:case=287;type="f16";wgSize=[128,1,1\]] + + [:case=287;type="f16";wgSize=[64,2,1\]] + + [:case=287;type="f32";wgSize=[128,1,1\]] + + [:case=287;type="f32";wgSize=[64,2,1\]] + + [:case=288;type="f16";wgSize=[128,1,1\]] + + [:case=288;type="f16";wgSize=[64,2,1\]] + + [:case=288;type="f32";wgSize=[128,1,1\]] + + [:case=288;type="f32";wgSize=[64,2,1\]] + + [:case=289;type="f16";wgSize=[128,1,1\]] + + [:case=289;type="f16";wgSize=[64,2,1\]] + + [:case=289;type="f32";wgSize=[128,1,1\]] + + [:case=289;type="f32";wgSize=[64,2,1\]] + + [:case=28;type="f16";wgSize=[128,1,1\]] + + [:case=28;type="f16";wgSize=[64,2,1\]] + + [:case=28;type="f32";wgSize=[128,1,1\]] + + [:case=28;type="f32";wgSize=[64,2,1\]] + + [:case=290;type="f16";wgSize=[128,1,1\]] + + [:case=290;type="f16";wgSize=[64,2,1\]] + + [:case=290;type="f32";wgSize=[128,1,1\]] + + [:case=290;type="f32";wgSize=[64,2,1\]] + + [:case=291;type="f16";wgSize=[128,1,1\]] + + [:case=291;type="f16";wgSize=[64,2,1\]] + + [:case=291;type="f32";wgSize=[128,1,1\]] + + [:case=291;type="f32";wgSize=[64,2,1\]] + + [:case=292;type="f16";wgSize=[128,1,1\]] + + [:case=292;type="f16";wgSize=[64,2,1\]] + + [:case=292;type="f32";wgSize=[128,1,1\]] + + [:case=292;type="f32";wgSize=[64,2,1\]] + + [:case=293;type="f16";wgSize=[128,1,1\]] + + [:case=293;type="f16";wgSize=[64,2,1\]] + + [:case=293;type="f32";wgSize=[128,1,1\]] + + [:case=293;type="f32";wgSize=[64,2,1\]] + + [:case=294;type="f16";wgSize=[128,1,1\]] + + [:case=294;type="f16";wgSize=[64,2,1\]] + + [:case=294;type="f32";wgSize=[128,1,1\]] + + [:case=294;type="f32";wgSize=[64,2,1\]] + + [:case=295;type="f16";wgSize=[128,1,1\]] + + [:case=295;type="f16";wgSize=[64,2,1\]] + + [:case=295;type="f32";wgSize=[128,1,1\]] + + [:case=295;type="f32";wgSize=[64,2,1\]] + + [:case=296;type="f16";wgSize=[128,1,1\]] + + [:case=296;type="f16";wgSize=[64,2,1\]] + + [:case=296;type="f32";wgSize=[128,1,1\]] + + [:case=296;type="f32";wgSize=[64,2,1\]] + + [:case=297;type="f16";wgSize=[128,1,1\]] + + [:case=297;type="f16";wgSize=[64,2,1\]] + + [:case=297;type="f32";wgSize=[128,1,1\]] + + [:case=297;type="f32";wgSize=[64,2,1\]] + + [:case=298;type="f16";wgSize=[128,1,1\]] + + [:case=298;type="f16";wgSize=[64,2,1\]] + + [:case=298;type="f32";wgSize=[128,1,1\]] + + [:case=298;type="f32";wgSize=[64,2,1\]] + + [:case=299;type="f16";wgSize=[128,1,1\]] + + [:case=299;type="f16";wgSize=[64,2,1\]] + + [:case=299;type="f32";wgSize=[128,1,1\]] + + [:case=299;type="f32";wgSize=[64,2,1\]] + + [:case=29;type="f16";wgSize=[128,1,1\]] + + [:case=29;type="f16";wgSize=[64,2,1\]] + + [:case=29;type="f32";wgSize=[128,1,1\]] + + [:case=29;type="f32";wgSize=[64,2,1\]] + + [:case=2;type="f16";wgSize=[128,1,1\]] + + [:case=2;type="f16";wgSize=[64,2,1\]] + + [:case=2;type="f32";wgSize=[128,1,1\]] + + [:case=2;type="f32";wgSize=[64,2,1\]] + + [:case=300;type="f16";wgSize=[128,1,1\]] + + [:case=300;type="f16";wgSize=[64,2,1\]] + + [:case=300;type="f32";wgSize=[128,1,1\]] + + [:case=300;type="f32";wgSize=[64,2,1\]] + + [:case=301;type="f16";wgSize=[128,1,1\]] + + [:case=301;type="f16";wgSize=[64,2,1\]] + + [:case=301;type="f32";wgSize=[128,1,1\]] + + [:case=301;type="f32";wgSize=[64,2,1\]] + + [:case=302;type="f16";wgSize=[128,1,1\]] + + [:case=302;type="f16";wgSize=[64,2,1\]] + + [:case=302;type="f32";wgSize=[128,1,1\]] + + [:case=302;type="f32";wgSize=[64,2,1\]] + + [:case=303;type="f16";wgSize=[128,1,1\]] + + [:case=303;type="f16";wgSize=[64,2,1\]] + + [:case=303;type="f32";wgSize=[128,1,1\]] + + [:case=303;type="f32";wgSize=[64,2,1\]] + + [:case=304;type="f16";wgSize=[128,1,1\]] + + [:case=304;type="f16";wgSize=[64,2,1\]] + + [:case=304;type="f32";wgSize=[128,1,1\]] + + [:case=304;type="f32";wgSize=[64,2,1\]] + + [:case=305;type="f16";wgSize=[128,1,1\]] + + [:case=305;type="f16";wgSize=[64,2,1\]] + + [:case=305;type="f32";wgSize=[128,1,1\]] + + [:case=305;type="f32";wgSize=[64,2,1\]] + + [:case=306;type="f16";wgSize=[128,1,1\]] + + [:case=306;type="f16";wgSize=[64,2,1\]] + + [:case=306;type="f32";wgSize=[128,1,1\]] + + [:case=306;type="f32";wgSize=[64,2,1\]] + + [:case=307;type="f16";wgSize=[128,1,1\]] + + [:case=307;type="f16";wgSize=[64,2,1\]] + + [:case=307;type="f32";wgSize=[128,1,1\]] + + [:case=307;type="f32";wgSize=[64,2,1\]] + + [:case=308;type="f16";wgSize=[128,1,1\]] + + [:case=308;type="f16";wgSize=[64,2,1\]] + + [:case=308;type="f32";wgSize=[128,1,1\]] + + [:case=308;type="f32";wgSize=[64,2,1\]] + + [:case=309;type="f16";wgSize=[128,1,1\]] + + [:case=309;type="f16";wgSize=[64,2,1\]] + + [:case=309;type="f32";wgSize=[128,1,1\]] + + [:case=309;type="f32";wgSize=[64,2,1\]] + + [:case=30;type="f16";wgSize=[128,1,1\]] + + [:case=30;type="f16";wgSize=[64,2,1\]] + + [:case=30;type="f32";wgSize=[128,1,1\]] + + [:case=30;type="f32";wgSize=[64,2,1\]] + + [:case=310;type="f16";wgSize=[128,1,1\]] + + [:case=310;type="f16";wgSize=[64,2,1\]] + + [:case=310;type="f32";wgSize=[128,1,1\]] + + [:case=310;type="f32";wgSize=[64,2,1\]] + + [:case=311;type="f16";wgSize=[128,1,1\]] + + [:case=311;type="f16";wgSize=[64,2,1\]] + + [:case=311;type="f32";wgSize=[128,1,1\]] + + [:case=311;type="f32";wgSize=[64,2,1\]] + + [:case=312;type="f16";wgSize=[128,1,1\]] + + [:case=312;type="f16";wgSize=[64,2,1\]] + + [:case=312;type="f32";wgSize=[128,1,1\]] + + [:case=312;type="f32";wgSize=[64,2,1\]] + + [:case=313;type="f16";wgSize=[128,1,1\]] + + [:case=313;type="f16";wgSize=[64,2,1\]] + + [:case=313;type="f32";wgSize=[128,1,1\]] + + [:case=313;type="f32";wgSize=[64,2,1\]] + + [:case=314;type="f16";wgSize=[128,1,1\]] + + [:case=314;type="f16";wgSize=[64,2,1\]] + + [:case=314;type="f32";wgSize=[128,1,1\]] + + [:case=314;type="f32";wgSize=[64,2,1\]] + + [:case=315;type="f16";wgSize=[128,1,1\]] + + [:case=315;type="f16";wgSize=[64,2,1\]] + + [:case=315;type="f32";wgSize=[128,1,1\]] + + [:case=315;type="f32";wgSize=[64,2,1\]] + + [:case=316;type="f16";wgSize=[128,1,1\]] + + [:case=316;type="f16";wgSize=[64,2,1\]] + + [:case=316;type="f32";wgSize=[128,1,1\]] + + [:case=316;type="f32";wgSize=[64,2,1\]] + + [:case=317;type="f16";wgSize=[128,1,1\]] + + [:case=317;type="f16";wgSize=[64,2,1\]] + + [:case=317;type="f32";wgSize=[128,1,1\]] + + [:case=317;type="f32";wgSize=[64,2,1\]] + + [:case=318;type="f16";wgSize=[128,1,1\]] + + [:case=318;type="f16";wgSize=[64,2,1\]] + + [:case=318;type="f32";wgSize=[128,1,1\]] + + [:case=318;type="f32";wgSize=[64,2,1\]] + + [:case=319;type="f16";wgSize=[128,1,1\]] + + [:case=319;type="f16";wgSize=[64,2,1\]] + + [:case=319;type="f32";wgSize=[128,1,1\]] + + [:case=319;type="f32";wgSize=[64,2,1\]] + + [:case=31;type="f16";wgSize=[128,1,1\]] + + [:case=31;type="f16";wgSize=[64,2,1\]] + + [:case=31;type="f32";wgSize=[128,1,1\]] + + [:case=31;type="f32";wgSize=[64,2,1\]] + + [:case=320;type="f16";wgSize=[128,1,1\]] + + [:case=320;type="f16";wgSize=[64,2,1\]] + + [:case=320;type="f32";wgSize=[128,1,1\]] + + [:case=320;type="f32";wgSize=[64,2,1\]] + + [:case=321;type="f16";wgSize=[128,1,1\]] + + [:case=321;type="f16";wgSize=[64,2,1\]] + + [:case=321;type="f32";wgSize=[128,1,1\]] + + [:case=321;type="f32";wgSize=[64,2,1\]] + + [:case=322;type="f16";wgSize=[128,1,1\]] + + [:case=322;type="f16";wgSize=[64,2,1\]] + + [:case=322;type="f32";wgSize=[128,1,1\]] + + [:case=322;type="f32";wgSize=[64,2,1\]] + + [:case=323;type="f16";wgSize=[128,1,1\]] + + [:case=323;type="f16";wgSize=[64,2,1\]] + + [:case=323;type="f32";wgSize=[128,1,1\]] + + [:case=323;type="f32";wgSize=[64,2,1\]] + + [:case=324;type="f16";wgSize=[128,1,1\]] + + [:case=324;type="f16";wgSize=[64,2,1\]] + + [:case=324;type="f32";wgSize=[128,1,1\]] + + [:case=324;type="f32";wgSize=[64,2,1\]] + + [:case=325;type="f16";wgSize=[128,1,1\]] + + [:case=325;type="f16";wgSize=[64,2,1\]] + + [:case=325;type="f32";wgSize=[128,1,1\]] + + [:case=325;type="f32";wgSize=[64,2,1\]] + + [:case=326;type="f16";wgSize=[128,1,1\]] + + [:case=326;type="f16";wgSize=[64,2,1\]] + + [:case=326;type="f32";wgSize=[128,1,1\]] + + [:case=326;type="f32";wgSize=[64,2,1\]] + + [:case=327;type="f16";wgSize=[128,1,1\]] + + [:case=327;type="f16";wgSize=[64,2,1\]] + + [:case=327;type="f32";wgSize=[128,1,1\]] + + [:case=327;type="f32";wgSize=[64,2,1\]] + + [:case=328;type="f16";wgSize=[128,1,1\]] + + [:case=328;type="f16";wgSize=[64,2,1\]] + + [:case=328;type="f32";wgSize=[128,1,1\]] + + [:case=328;type="f32";wgSize=[64,2,1\]] + + [:case=329;type="f16";wgSize=[128,1,1\]] + + [:case=329;type="f16";wgSize=[64,2,1\]] + + [:case=329;type="f32";wgSize=[128,1,1\]] + + [:case=329;type="f32";wgSize=[64,2,1\]] + + [:case=32;type="f16";wgSize=[128,1,1\]] + + [:case=32;type="f16";wgSize=[64,2,1\]] + + [:case=32;type="f32";wgSize=[128,1,1\]] + + [:case=32;type="f32";wgSize=[64,2,1\]] + + [:case=330;type="f16";wgSize=[128,1,1\]] + + [:case=330;type="f16";wgSize=[64,2,1\]] + + [:case=330;type="f32";wgSize=[128,1,1\]] + + [:case=330;type="f32";wgSize=[64,2,1\]] + + [:case=331;type="f16";wgSize=[128,1,1\]] + + [:case=331;type="f16";wgSize=[64,2,1\]] + + [:case=331;type="f32";wgSize=[128,1,1\]] + + [:case=331;type="f32";wgSize=[64,2,1\]] + + [:case=332;type="f16";wgSize=[128,1,1\]] + + [:case=332;type="f16";wgSize=[64,2,1\]] + + [:case=332;type="f32";wgSize=[128,1,1\]] + + [:case=332;type="f32";wgSize=[64,2,1\]] + + [:case=333;type="f16";wgSize=[128,1,1\]] + + [:case=333;type="f16";wgSize=[64,2,1\]] + + [:case=333;type="f32";wgSize=[128,1,1\]] + + [:case=333;type="f32";wgSize=[64,2,1\]] + + [:case=334;type="f16";wgSize=[128,1,1\]] + + [:case=334;type="f16";wgSize=[64,2,1\]] + + [:case=334;type="f32";wgSize=[128,1,1\]] + + [:case=334;type="f32";wgSize=[64,2,1\]] + + [:case=335;type="f16";wgSize=[128,1,1\]] + + [:case=335;type="f16";wgSize=[64,2,1\]] + + [:case=335;type="f32";wgSize=[128,1,1\]] + + [:case=335;type="f32";wgSize=[64,2,1\]] + + [:case=336;type="f16";wgSize=[128,1,1\]] + + [:case=336;type="f16";wgSize=[64,2,1\]] + + [:case=336;type="f32";wgSize=[128,1,1\]] + + [:case=336;type="f32";wgSize=[64,2,1\]] + + [:case=337;type="f16";wgSize=[128,1,1\]] + + [:case=337;type="f16";wgSize=[64,2,1\]] + + [:case=337;type="f32";wgSize=[128,1,1\]] + + [:case=337;type="f32";wgSize=[64,2,1\]] + + [:case=338;type="f16";wgSize=[128,1,1\]] + + [:case=338;type="f16";wgSize=[64,2,1\]] + + [:case=338;type="f32";wgSize=[128,1,1\]] + + [:case=338;type="f32";wgSize=[64,2,1\]] + + [:case=339;type="f16";wgSize=[128,1,1\]] + + [:case=339;type="f16";wgSize=[64,2,1\]] + + [:case=339;type="f32";wgSize=[128,1,1\]] + + [:case=339;type="f32";wgSize=[64,2,1\]] + + [:case=33;type="f16";wgSize=[128,1,1\]] + + [:case=33;type="f16";wgSize=[64,2,1\]] + + [:case=33;type="f32";wgSize=[128,1,1\]] + + [:case=33;type="f32";wgSize=[64,2,1\]] + + [:case=340;type="f16";wgSize=[128,1,1\]] + + [:case=340;type="f16";wgSize=[64,2,1\]] + + [:case=340;type="f32";wgSize=[128,1,1\]] + + [:case=340;type="f32";wgSize=[64,2,1\]] + + [:case=341;type="f16";wgSize=[128,1,1\]] + + [:case=341;type="f16";wgSize=[64,2,1\]] + + [:case=341;type="f32";wgSize=[128,1,1\]] + + [:case=341;type="f32";wgSize=[64,2,1\]] + + [:case=342;type="f16";wgSize=[128,1,1\]] + + [:case=342;type="f16";wgSize=[64,2,1\]] + + [:case=342;type="f32";wgSize=[128,1,1\]] + + [:case=342;type="f32";wgSize=[64,2,1\]] + + [:case=343;type="f16";wgSize=[128,1,1\]] + + [:case=343;type="f16";wgSize=[64,2,1\]] + + [:case=343;type="f32";wgSize=[128,1,1\]] + + [:case=343;type="f32";wgSize=[64,2,1\]] + + [:case=344;type="f16";wgSize=[128,1,1\]] + + [:case=344;type="f16";wgSize=[64,2,1\]] + + [:case=344;type="f32";wgSize=[128,1,1\]] + + [:case=344;type="f32";wgSize=[64,2,1\]] + + [:case=345;type="f16";wgSize=[128,1,1\]] + + [:case=345;type="f16";wgSize=[64,2,1\]] + + [:case=345;type="f32";wgSize=[128,1,1\]] + + [:case=345;type="f32";wgSize=[64,2,1\]] + + [:case=346;type="f16";wgSize=[128,1,1\]] + + [:case=346;type="f16";wgSize=[64,2,1\]] + + [:case=346;type="f32";wgSize=[128,1,1\]] + + [:case=346;type="f32";wgSize=[64,2,1\]] + + [:case=347;type="f16";wgSize=[128,1,1\]] + + [:case=347;type="f16";wgSize=[64,2,1\]] + + [:case=347;type="f32";wgSize=[128,1,1\]] + + [:case=347;type="f32";wgSize=[64,2,1\]] + + [:case=348;type="f16";wgSize=[128,1,1\]] + + [:case=348;type="f16";wgSize=[64,2,1\]] + + [:case=348;type="f32";wgSize=[128,1,1\]] + + [:case=348;type="f32";wgSize=[64,2,1\]] + + [:case=349;type="f16";wgSize=[128,1,1\]] + + [:case=349;type="f16";wgSize=[64,2,1\]] + + [:case=349;type="f32";wgSize=[128,1,1\]] + + [:case=349;type="f32";wgSize=[64,2,1\]] + + [:case=34;type="f16";wgSize=[128,1,1\]] + + [:case=34;type="f16";wgSize=[64,2,1\]] + + [:case=34;type="f32";wgSize=[128,1,1\]] + + [:case=34;type="f32";wgSize=[64,2,1\]] + + [:case=350;type="f16";wgSize=[128,1,1\]] + + [:case=350;type="f16";wgSize=[64,2,1\]] + + [:case=350;type="f32";wgSize=[128,1,1\]] + + [:case=350;type="f32";wgSize=[64,2,1\]] + + [:case=351;type="f16";wgSize=[128,1,1\]] + + [:case=351;type="f16";wgSize=[64,2,1\]] + + [:case=351;type="f32";wgSize=[128,1,1\]] + + [:case=351;type="f32";wgSize=[64,2,1\]] + + [:case=352;type="f16";wgSize=[128,1,1\]] + + [:case=352;type="f16";wgSize=[64,2,1\]] + + [:case=352;type="f32";wgSize=[128,1,1\]] + + [:case=352;type="f32";wgSize=[64,2,1\]] + + [:case=353;type="f16";wgSize=[128,1,1\]] + + [:case=353;type="f16";wgSize=[64,2,1\]] + + [:case=353;type="f32";wgSize=[128,1,1\]] + + [:case=353;type="f32";wgSize=[64,2,1\]] + + [:case=354;type="f16";wgSize=[128,1,1\]] + + [:case=354;type="f16";wgSize=[64,2,1\]] + + [:case=354;type="f32";wgSize=[128,1,1\]] + + [:case=354;type="f32";wgSize=[64,2,1\]] + + [:case=355;type="f16";wgSize=[128,1,1\]] + + [:case=355;type="f16";wgSize=[64,2,1\]] + + [:case=355;type="f32";wgSize=[128,1,1\]] + + [:case=355;type="f32";wgSize=[64,2,1\]] + + [:case=356;type="f16";wgSize=[128,1,1\]] + + [:case=356;type="f16";wgSize=[64,2,1\]] + + [:case=356;type="f32";wgSize=[128,1,1\]] + + [:case=356;type="f32";wgSize=[64,2,1\]] + + [:case=357;type="f16";wgSize=[128,1,1\]] + + [:case=357;type="f16";wgSize=[64,2,1\]] + + [:case=357;type="f32";wgSize=[128,1,1\]] + + [:case=357;type="f32";wgSize=[64,2,1\]] + + [:case=358;type="f16";wgSize=[128,1,1\]] + + [:case=358;type="f16";wgSize=[64,2,1\]] + + [:case=358;type="f32";wgSize=[128,1,1\]] + + [:case=358;type="f32";wgSize=[64,2,1\]] + + [:case=359;type="f16";wgSize=[128,1,1\]] + + [:case=359;type="f16";wgSize=[64,2,1\]] + + [:case=359;type="f32";wgSize=[128,1,1\]] + + [:case=359;type="f32";wgSize=[64,2,1\]] + + [:case=35;type="f16";wgSize=[128,1,1\]] + + [:case=35;type="f16";wgSize=[64,2,1\]] + + [:case=35;type="f32";wgSize=[128,1,1\]] + + [:case=35;type="f32";wgSize=[64,2,1\]] + + [:case=360;type="f16";wgSize=[128,1,1\]] + + [:case=360;type="f16";wgSize=[64,2,1\]] + + [:case=360;type="f32";wgSize=[128,1,1\]] + + [:case=360;type="f32";wgSize=[64,2,1\]] + + [:case=361;type="f16";wgSize=[128,1,1\]] + + [:case=361;type="f16";wgSize=[64,2,1\]] + + [:case=361;type="f32";wgSize=[128,1,1\]] + + [:case=361;type="f32";wgSize=[64,2,1\]] + + [:case=362;type="f16";wgSize=[128,1,1\]] + + [:case=362;type="f16";wgSize=[64,2,1\]] + + [:case=362;type="f32";wgSize=[128,1,1\]] + + [:case=362;type="f32";wgSize=[64,2,1\]] + + [:case=363;type="f16";wgSize=[128,1,1\]] + + [:case=363;type="f16";wgSize=[64,2,1\]] + + [:case=363;type="f32";wgSize=[128,1,1\]] + + [:case=363;type="f32";wgSize=[64,2,1\]] + + [:case=364;type="f16";wgSize=[128,1,1\]] + + [:case=364;type="f16";wgSize=[64,2,1\]] + + [:case=364;type="f32";wgSize=[128,1,1\]] + + [:case=364;type="f32";wgSize=[64,2,1\]] + + [:case=365;type="f16";wgSize=[128,1,1\]] + + [:case=365;type="f16";wgSize=[64,2,1\]] + + [:case=365;type="f32";wgSize=[128,1,1\]] + + [:case=365;type="f32";wgSize=[64,2,1\]] + + [:case=366;type="f16";wgSize=[128,1,1\]] + + [:case=366;type="f16";wgSize=[64,2,1\]] + + [:case=366;type="f32";wgSize=[128,1,1\]] + + [:case=366;type="f32";wgSize=[64,2,1\]] + + [:case=367;type="f16";wgSize=[128,1,1\]] + + [:case=367;type="f16";wgSize=[64,2,1\]] + + [:case=367;type="f32";wgSize=[128,1,1\]] + + [:case=367;type="f32";wgSize=[64,2,1\]] + + [:case=368;type="f16";wgSize=[128,1,1\]] + + [:case=368;type="f16";wgSize=[64,2,1\]] + + [:case=368;type="f32";wgSize=[128,1,1\]] + + [:case=368;type="f32";wgSize=[64,2,1\]] + + [:case=369;type="f16";wgSize=[128,1,1\]] + + [:case=369;type="f16";wgSize=[64,2,1\]] + + [:case=369;type="f32";wgSize=[128,1,1\]] + + [:case=369;type="f32";wgSize=[64,2,1\]] + + [:case=36;type="f16";wgSize=[128,1,1\]] + + [:case=36;type="f16";wgSize=[64,2,1\]] + + [:case=36;type="f32";wgSize=[128,1,1\]] + + [:case=36;type="f32";wgSize=[64,2,1\]] + + [:case=370;type="f16";wgSize=[128,1,1\]] + + [:case=370;type="f16";wgSize=[64,2,1\]] + + [:case=370;type="f32";wgSize=[128,1,1\]] + + [:case=370;type="f32";wgSize=[64,2,1\]] + + [:case=371;type="f16";wgSize=[128,1,1\]] + + [:case=371;type="f16";wgSize=[64,2,1\]] + + [:case=371;type="f32";wgSize=[128,1,1\]] + + [:case=371;type="f32";wgSize=[64,2,1\]] + + [:case=372;type="f16";wgSize=[128,1,1\]] + + [:case=372;type="f16";wgSize=[64,2,1\]] + + [:case=372;type="f32";wgSize=[128,1,1\]] + + [:case=372;type="f32";wgSize=[64,2,1\]] + + [:case=373;type="f16";wgSize=[128,1,1\]] + + [:case=373;type="f16";wgSize=[64,2,1\]] + + [:case=373;type="f32";wgSize=[128,1,1\]] + + [:case=373;type="f32";wgSize=[64,2,1\]] + + [:case=374;type="f16";wgSize=[128,1,1\]] + + [:case=374;type="f16";wgSize=[64,2,1\]] + + [:case=374;type="f32";wgSize=[128,1,1\]] + + [:case=374;type="f32";wgSize=[64,2,1\]] + + [:case=375;type="f16";wgSize=[128,1,1\]] + + [:case=375;type="f16";wgSize=[64,2,1\]] + + [:case=375;type="f32";wgSize=[128,1,1\]] + + [:case=375;type="f32";wgSize=[64,2,1\]] + + [:case=376;type="f16";wgSize=[128,1,1\]] + + [:case=376;type="f16";wgSize=[64,2,1\]] + + [:case=376;type="f32";wgSize=[128,1,1\]] + + [:case=376;type="f32";wgSize=[64,2,1\]] + + [:case=377;type="f16";wgSize=[128,1,1\]] + + [:case=377;type="f16";wgSize=[64,2,1\]] + + [:case=377;type="f32";wgSize=[128,1,1\]] + + [:case=377;type="f32";wgSize=[64,2,1\]] + + [:case=378;type="f16";wgSize=[128,1,1\]] + + [:case=378;type="f16";wgSize=[64,2,1\]] + + [:case=378;type="f32";wgSize=[128,1,1\]] + + [:case=378;type="f32";wgSize=[64,2,1\]] + + [:case=379;type="f16";wgSize=[128,1,1\]] + + [:case=379;type="f16";wgSize=[64,2,1\]] + + [:case=379;type="f32";wgSize=[128,1,1\]] + + [:case=379;type="f32";wgSize=[64,2,1\]] + + [:case=37;type="f16";wgSize=[128,1,1\]] + + [:case=37;type="f16";wgSize=[64,2,1\]] + + [:case=37;type="f32";wgSize=[128,1,1\]] + + [:case=37;type="f32";wgSize=[64,2,1\]] + + [:case=380;type="f16";wgSize=[128,1,1\]] + + [:case=380;type="f16";wgSize=[64,2,1\]] + + [:case=380;type="f32";wgSize=[128,1,1\]] + + [:case=380;type="f32";wgSize=[64,2,1\]] + + [:case=381;type="f16";wgSize=[128,1,1\]] + + [:case=381;type="f16";wgSize=[64,2,1\]] + + [:case=381;type="f32";wgSize=[128,1,1\]] + + [:case=381;type="f32";wgSize=[64,2,1\]] + + [:case=382;type="f16";wgSize=[128,1,1\]] + + [:case=382;type="f16";wgSize=[64,2,1\]] + + [:case=382;type="f32";wgSize=[128,1,1\]] + + [:case=382;type="f32";wgSize=[64,2,1\]] + + [:case=383;type="f16";wgSize=[128,1,1\]] + + [:case=383;type="f16";wgSize=[64,2,1\]] + + [:case=383;type="f32";wgSize=[128,1,1\]] + + [:case=383;type="f32";wgSize=[64,2,1\]] + + [:case=384;type="f16";wgSize=[128,1,1\]] + + [:case=384;type="f16";wgSize=[64,2,1\]] + + [:case=384;type="f32";wgSize=[128,1,1\]] + + [:case=384;type="f32";wgSize=[64,2,1\]] + + [:case=385;type="f16";wgSize=[128,1,1\]] + + [:case=385;type="f16";wgSize=[64,2,1\]] + + [:case=385;type="f32";wgSize=[128,1,1\]] + + [:case=385;type="f32";wgSize=[64,2,1\]] + + [:case=386;type="f16";wgSize=[128,1,1\]] + + [:case=386;type="f16";wgSize=[64,2,1\]] + + [:case=386;type="f32";wgSize=[128,1,1\]] + + [:case=386;type="f32";wgSize=[64,2,1\]] + + [:case=387;type="f16";wgSize=[128,1,1\]] + + [:case=387;type="f16";wgSize=[64,2,1\]] + + [:case=387;type="f32";wgSize=[128,1,1\]] + + [:case=387;type="f32";wgSize=[64,2,1\]] + + [:case=388;type="f16";wgSize=[128,1,1\]] + + [:case=388;type="f16";wgSize=[64,2,1\]] + + [:case=388;type="f32";wgSize=[128,1,1\]] + + [:case=388;type="f32";wgSize=[64,2,1\]] + + [:case=389;type="f16";wgSize=[128,1,1\]] + + [:case=389;type="f16";wgSize=[64,2,1\]] + + [:case=389;type="f32";wgSize=[128,1,1\]] + + [:case=389;type="f32";wgSize=[64,2,1\]] + + [:case=38;type="f16";wgSize=[128,1,1\]] + + [:case=38;type="f16";wgSize=[64,2,1\]] + + [:case=38;type="f32";wgSize=[128,1,1\]] + + [:case=38;type="f32";wgSize=[64,2,1\]] + + [:case=390;type="f16";wgSize=[128,1,1\]] + + [:case=390;type="f16";wgSize=[64,2,1\]] + + [:case=390;type="f32";wgSize=[128,1,1\]] + + [:case=390;type="f32";wgSize=[64,2,1\]] + + [:case=391;type="f16";wgSize=[128,1,1\]] + + [:case=391;type="f16";wgSize=[64,2,1\]] + + [:case=391;type="f32";wgSize=[128,1,1\]] + + [:case=391;type="f32";wgSize=[64,2,1\]] + + [:case=392;type="f16";wgSize=[128,1,1\]] + + [:case=392;type="f16";wgSize=[64,2,1\]] + + [:case=392;type="f32";wgSize=[128,1,1\]] + + [:case=392;type="f32";wgSize=[64,2,1\]] + + [:case=393;type="f16";wgSize=[128,1,1\]] + + [:case=393;type="f16";wgSize=[64,2,1\]] + + [:case=393;type="f32";wgSize=[128,1,1\]] + + [:case=393;type="f32";wgSize=[64,2,1\]] + + [:case=394;type="f16";wgSize=[128,1,1\]] + + [:case=394;type="f16";wgSize=[64,2,1\]] + + [:case=394;type="f32";wgSize=[128,1,1\]] + + [:case=394;type="f32";wgSize=[64,2,1\]] + + [:case=395;type="f16";wgSize=[128,1,1\]] + + [:case=395;type="f16";wgSize=[64,2,1\]] + + [:case=395;type="f32";wgSize=[128,1,1\]] + + [:case=395;type="f32";wgSize=[64,2,1\]] + + [:case=396;type="f16";wgSize=[128,1,1\]] + + [:case=396;type="f16";wgSize=[64,2,1\]] + + [:case=396;type="f32";wgSize=[128,1,1\]] + + [:case=396;type="f32";wgSize=[64,2,1\]] + + [:case=397;type="f16";wgSize=[128,1,1\]] + + [:case=397;type="f16";wgSize=[64,2,1\]] + + [:case=397;type="f32";wgSize=[128,1,1\]] + + [:case=397;type="f32";wgSize=[64,2,1\]] + + [:case=398;type="f16";wgSize=[128,1,1\]] + + [:case=398;type="f16";wgSize=[64,2,1\]] + + [:case=398;type="f32";wgSize=[128,1,1\]] + + [:case=398;type="f32";wgSize=[64,2,1\]] + + [:case=399;type="f16";wgSize=[128,1,1\]] + + [:case=399;type="f16";wgSize=[64,2,1\]] + + [:case=399;type="f32";wgSize=[128,1,1\]] + + [:case=399;type="f32";wgSize=[64,2,1\]] + + [:case=39;type="f16";wgSize=[128,1,1\]] + + [:case=39;type="f16";wgSize=[64,2,1\]] + + [:case=39;type="f32";wgSize=[128,1,1\]] + + [:case=39;type="f32";wgSize=[64,2,1\]] + + [:case=3;type="f16";wgSize=[128,1,1\]] + + [:case=3;type="f16";wgSize=[64,2,1\]] + + [:case=3;type="f32";wgSize=[128,1,1\]] + + [:case=3;type="f32";wgSize=[64,2,1\]] + + [:case=400;type="f16";wgSize=[128,1,1\]] + + [:case=400;type="f16";wgSize=[64,2,1\]] + + [:case=400;type="f32";wgSize=[128,1,1\]] + + [:case=400;type="f32";wgSize=[64,2,1\]] + + [:case=401;type="f16";wgSize=[128,1,1\]] + + [:case=401;type="f16";wgSize=[64,2,1\]] + + [:case=401;type="f32";wgSize=[128,1,1\]] + + [:case=401;type="f32";wgSize=[64,2,1\]] + + [:case=402;type="f16";wgSize=[128,1,1\]] + + [:case=402;type="f16";wgSize=[64,2,1\]] + + [:case=402;type="f32";wgSize=[128,1,1\]] + + [:case=402;type="f32";wgSize=[64,2,1\]] + + [:case=403;type="f16";wgSize=[128,1,1\]] + + [:case=403;type="f16";wgSize=[64,2,1\]] + + [:case=403;type="f32";wgSize=[128,1,1\]] + + [:case=403;type="f32";wgSize=[64,2,1\]] + + [:case=404;type="f16";wgSize=[128,1,1\]] + + [:case=404;type="f16";wgSize=[64,2,1\]] + + [:case=404;type="f32";wgSize=[128,1,1\]] + + [:case=404;type="f32";wgSize=[64,2,1\]] + + [:case=405;type="f16";wgSize=[128,1,1\]] + + [:case=405;type="f16";wgSize=[64,2,1\]] + + [:case=405;type="f32";wgSize=[128,1,1\]] + + [:case=405;type="f32";wgSize=[64,2,1\]] + + [:case=406;type="f16";wgSize=[128,1,1\]] + + [:case=406;type="f16";wgSize=[64,2,1\]] + + [:case=406;type="f32";wgSize=[128,1,1\]] + + [:case=406;type="f32";wgSize=[64,2,1\]] + + [:case=407;type="f16";wgSize=[128,1,1\]] + + [:case=407;type="f16";wgSize=[64,2,1\]] + + [:case=407;type="f32";wgSize=[128,1,1\]] + + [:case=407;type="f32";wgSize=[64,2,1\]] + + [:case=408;type="f16";wgSize=[128,1,1\]] + + [:case=408;type="f16";wgSize=[64,2,1\]] + + [:case=408;type="f32";wgSize=[128,1,1\]] + + [:case=408;type="f32";wgSize=[64,2,1\]] + + [:case=409;type="f16";wgSize=[128,1,1\]] + + [:case=409;type="f16";wgSize=[64,2,1\]] + + [:case=409;type="f32";wgSize=[128,1,1\]] + + [:case=409;type="f32";wgSize=[64,2,1\]] + + [:case=40;type="f16";wgSize=[128,1,1\]] + + [:case=40;type="f16";wgSize=[64,2,1\]] + + [:case=40;type="f32";wgSize=[128,1,1\]] + + [:case=40;type="f32";wgSize=[64,2,1\]] + + [:case=410;type="f16";wgSize=[128,1,1\]] + + [:case=410;type="f16";wgSize=[64,2,1\]] + + [:case=410;type="f32";wgSize=[128,1,1\]] + + [:case=410;type="f32";wgSize=[64,2,1\]] + + [:case=411;type="f16";wgSize=[128,1,1\]] + + [:case=411;type="f16";wgSize=[64,2,1\]] + + [:case=411;type="f32";wgSize=[128,1,1\]] + + [:case=411;type="f32";wgSize=[64,2,1\]] + + [:case=412;type="f16";wgSize=[128,1,1\]] + + [:case=412;type="f16";wgSize=[64,2,1\]] + + [:case=412;type="f32";wgSize=[128,1,1\]] + + [:case=412;type="f32";wgSize=[64,2,1\]] + + [:case=413;type="f16";wgSize=[128,1,1\]] + + [:case=413;type="f16";wgSize=[64,2,1\]] + + [:case=413;type="f32";wgSize=[128,1,1\]] + + [:case=413;type="f32";wgSize=[64,2,1\]] + + [:case=414;type="f16";wgSize=[128,1,1\]] + + [:case=414;type="f16";wgSize=[64,2,1\]] + + [:case=414;type="f32";wgSize=[128,1,1\]] + + [:case=414;type="f32";wgSize=[64,2,1\]] + + [:case=415;type="f16";wgSize=[128,1,1\]] + + [:case=415;type="f16";wgSize=[64,2,1\]] + + [:case=415;type="f32";wgSize=[128,1,1\]] + + [:case=415;type="f32";wgSize=[64,2,1\]] + + [:case=416;type="f16";wgSize=[128,1,1\]] + + [:case=416;type="f16";wgSize=[64,2,1\]] + + [:case=416;type="f32";wgSize=[128,1,1\]] + + [:case=416;type="f32";wgSize=[64,2,1\]] + + [:case=417;type="f16";wgSize=[128,1,1\]] + + [:case=417;type="f16";wgSize=[64,2,1\]] + + [:case=417;type="f32";wgSize=[128,1,1\]] + + [:case=417;type="f32";wgSize=[64,2,1\]] + + [:case=418;type="f16";wgSize=[128,1,1\]] + + [:case=418;type="f16";wgSize=[64,2,1\]] + + [:case=418;type="f32";wgSize=[128,1,1\]] + + [:case=418;type="f32";wgSize=[64,2,1\]] + + [:case=419;type="f16";wgSize=[128,1,1\]] + + [:case=419;type="f16";wgSize=[64,2,1\]] + + [:case=419;type="f32";wgSize=[128,1,1\]] + + [:case=419;type="f32";wgSize=[64,2,1\]] + + [:case=41;type="f16";wgSize=[128,1,1\]] + + [:case=41;type="f16";wgSize=[64,2,1\]] + + [:case=41;type="f32";wgSize=[128,1,1\]] + + [:case=41;type="f32";wgSize=[64,2,1\]] + + [:case=420;type="f16";wgSize=[128,1,1\]] + + [:case=420;type="f16";wgSize=[64,2,1\]] + + [:case=420;type="f32";wgSize=[128,1,1\]] + + [:case=420;type="f32";wgSize=[64,2,1\]] + + [:case=421;type="f16";wgSize=[128,1,1\]] + + [:case=421;type="f16";wgSize=[64,2,1\]] + + [:case=421;type="f32";wgSize=[128,1,1\]] + + [:case=421;type="f32";wgSize=[64,2,1\]] + + [:case=422;type="f16";wgSize=[128,1,1\]] + + [:case=422;type="f16";wgSize=[64,2,1\]] + + [:case=422;type="f32";wgSize=[128,1,1\]] + + [:case=422;type="f32";wgSize=[64,2,1\]] + + [:case=423;type="f16";wgSize=[128,1,1\]] + + [:case=423;type="f16";wgSize=[64,2,1\]] + + [:case=423;type="f32";wgSize=[128,1,1\]] + + [:case=423;type="f32";wgSize=[64,2,1\]] + + [:case=424;type="f16";wgSize=[128,1,1\]] + + [:case=424;type="f16";wgSize=[64,2,1\]] + + [:case=424;type="f32";wgSize=[128,1,1\]] + + [:case=424;type="f32";wgSize=[64,2,1\]] + + [:case=425;type="f16";wgSize=[128,1,1\]] + + [:case=425;type="f16";wgSize=[64,2,1\]] + + [:case=425;type="f32";wgSize=[128,1,1\]] + + [:case=425;type="f32";wgSize=[64,2,1\]] + + [:case=426;type="f16";wgSize=[128,1,1\]] + + [:case=426;type="f16";wgSize=[64,2,1\]] + + [:case=426;type="f32";wgSize=[128,1,1\]] + + [:case=426;type="f32";wgSize=[64,2,1\]] + + [:case=427;type="f16";wgSize=[128,1,1\]] + + [:case=427;type="f16";wgSize=[64,2,1\]] + + [:case=427;type="f32";wgSize=[128,1,1\]] + + [:case=427;type="f32";wgSize=[64,2,1\]] + + [:case=428;type="f16";wgSize=[128,1,1\]] + + [:case=428;type="f16";wgSize=[64,2,1\]] + + [:case=428;type="f32";wgSize=[128,1,1\]] + + [:case=428;type="f32";wgSize=[64,2,1\]] + + [:case=429;type="f16";wgSize=[128,1,1\]] + + [:case=429;type="f16";wgSize=[64,2,1\]] + + [:case=429;type="f32";wgSize=[128,1,1\]] + + [:case=429;type="f32";wgSize=[64,2,1\]] + + [:case=42;type="f16";wgSize=[128,1,1\]] + + [:case=42;type="f16";wgSize=[64,2,1\]] + + [:case=42;type="f32";wgSize=[128,1,1\]] + + [:case=42;type="f32";wgSize=[64,2,1\]] + + [:case=430;type="f16";wgSize=[128,1,1\]] + + [:case=430;type="f16";wgSize=[64,2,1\]] + + [:case=430;type="f32";wgSize=[128,1,1\]] + + [:case=430;type="f32";wgSize=[64,2,1\]] + + [:case=431;type="f16";wgSize=[128,1,1\]] + + [:case=431;type="f16";wgSize=[64,2,1\]] + + [:case=431;type="f32";wgSize=[128,1,1\]] + + [:case=431;type="f32";wgSize=[64,2,1\]] + + [:case=432;type="f16";wgSize=[128,1,1\]] + + [:case=432;type="f16";wgSize=[64,2,1\]] + + [:case=432;type="f32";wgSize=[128,1,1\]] + + [:case=432;type="f32";wgSize=[64,2,1\]] + + [:case=433;type="f16";wgSize=[128,1,1\]] + + [:case=433;type="f16";wgSize=[64,2,1\]] + + [:case=433;type="f32";wgSize=[128,1,1\]] + + [:case=433;type="f32";wgSize=[64,2,1\]] + + [:case=434;type="f16";wgSize=[128,1,1\]] + + [:case=434;type="f16";wgSize=[64,2,1\]] + + [:case=434;type="f32";wgSize=[128,1,1\]] + + [:case=434;type="f32";wgSize=[64,2,1\]] + + [:case=435;type="f16";wgSize=[128,1,1\]] + + [:case=435;type="f16";wgSize=[64,2,1\]] + + [:case=435;type="f32";wgSize=[128,1,1\]] + + [:case=435;type="f32";wgSize=[64,2,1\]] + + [:case=436;type="f16";wgSize=[128,1,1\]] + + [:case=436;type="f16";wgSize=[64,2,1\]] + + [:case=436;type="f32";wgSize=[128,1,1\]] + + [:case=436;type="f32";wgSize=[64,2,1\]] + + [:case=437;type="f16";wgSize=[128,1,1\]] + + [:case=437;type="f16";wgSize=[64,2,1\]] + + [:case=437;type="f32";wgSize=[128,1,1\]] + + [:case=437;type="f32";wgSize=[64,2,1\]] + + [:case=438;type="f16";wgSize=[128,1,1\]] + + [:case=438;type="f16";wgSize=[64,2,1\]] + + [:case=438;type="f32";wgSize=[128,1,1\]] + + [:case=438;type="f32";wgSize=[64,2,1\]] + + [:case=439;type="f16";wgSize=[128,1,1\]] + + [:case=439;type="f16";wgSize=[64,2,1\]] + + [:case=439;type="f32";wgSize=[128,1,1\]] + + [:case=439;type="f32";wgSize=[64,2,1\]] + + [:case=43;type="f16";wgSize=[128,1,1\]] + + [:case=43;type="f16";wgSize=[64,2,1\]] + + [:case=43;type="f32";wgSize=[128,1,1\]] + + [:case=43;type="f32";wgSize=[64,2,1\]] + + [:case=440;type="f16";wgSize=[128,1,1\]] + + [:case=440;type="f16";wgSize=[64,2,1\]] + + [:case=440;type="f32";wgSize=[128,1,1\]] + + [:case=440;type="f32";wgSize=[64,2,1\]] + + [:case=441;type="f16";wgSize=[128,1,1\]] + + [:case=441;type="f16";wgSize=[64,2,1\]] + + [:case=441;type="f32";wgSize=[128,1,1\]] + + [:case=441;type="f32";wgSize=[64,2,1\]] + + [:case=442;type="f16";wgSize=[128,1,1\]] + + [:case=442;type="f16";wgSize=[64,2,1\]] + + [:case=442;type="f32";wgSize=[128,1,1\]] + + [:case=442;type="f32";wgSize=[64,2,1\]] + + [:case=443;type="f16";wgSize=[128,1,1\]] + + [:case=443;type="f16";wgSize=[64,2,1\]] + + [:case=443;type="f32";wgSize=[128,1,1\]] + + [:case=443;type="f32";wgSize=[64,2,1\]] + + [:case=444;type="f16";wgSize=[128,1,1\]] + + [:case=444;type="f16";wgSize=[64,2,1\]] + + [:case=444;type="f32";wgSize=[128,1,1\]] + + [:case=444;type="f32";wgSize=[64,2,1\]] + + [:case=445;type="f16";wgSize=[128,1,1\]] + + [:case=445;type="f16";wgSize=[64,2,1\]] + + [:case=445;type="f32";wgSize=[128,1,1\]] + + [:case=445;type="f32";wgSize=[64,2,1\]] + + [:case=446;type="f16";wgSize=[128,1,1\]] + + [:case=446;type="f16";wgSize=[64,2,1\]] + + [:case=446;type="f32";wgSize=[128,1,1\]] + + [:case=446;type="f32";wgSize=[64,2,1\]] + + [:case=447;type="f16";wgSize=[128,1,1\]] + + [:case=447;type="f16";wgSize=[64,2,1\]] + + [:case=447;type="f32";wgSize=[128,1,1\]] + + [:case=447;type="f32";wgSize=[64,2,1\]] + + [:case=448;type="f16";wgSize=[128,1,1\]] + + [:case=448;type="f16";wgSize=[64,2,1\]] + + [:case=448;type="f32";wgSize=[128,1,1\]] + + [:case=448;type="f32";wgSize=[64,2,1\]] + + [:case=449;type="f16";wgSize=[128,1,1\]] + + [:case=449;type="f16";wgSize=[64,2,1\]] + + [:case=449;type="f32";wgSize=[128,1,1\]] + + [:case=449;type="f32";wgSize=[64,2,1\]] + + [:case=44;type="f16";wgSize=[128,1,1\]] + + [:case=44;type="f16";wgSize=[64,2,1\]] + + [:case=44;type="f32";wgSize=[128,1,1\]] + + [:case=44;type="f32";wgSize=[64,2,1\]] + + [:case=450;type="f16";wgSize=[128,1,1\]] + + [:case=450;type="f16";wgSize=[64,2,1\]] + + [:case=450;type="f32";wgSize=[128,1,1\]] + + [:case=450;type="f32";wgSize=[64,2,1\]] + + [:case=451;type="f16";wgSize=[128,1,1\]] + + [:case=451;type="f16";wgSize=[64,2,1\]] + + [:case=451;type="f32";wgSize=[128,1,1\]] + + [:case=451;type="f32";wgSize=[64,2,1\]] + + [:case=452;type="f16";wgSize=[128,1,1\]] + + [:case=452;type="f16";wgSize=[64,2,1\]] + + [:case=452;type="f32";wgSize=[128,1,1\]] + + [:case=452;type="f32";wgSize=[64,2,1\]] + + [:case=453;type="f16";wgSize=[128,1,1\]] + + [:case=453;type="f16";wgSize=[64,2,1\]] + + [:case=453;type="f32";wgSize=[128,1,1\]] + + [:case=453;type="f32";wgSize=[64,2,1\]] + + [:case=454;type="f16";wgSize=[128,1,1\]] + + [:case=454;type="f16";wgSize=[64,2,1\]] + + [:case=454;type="f32";wgSize=[128,1,1\]] + + [:case=454;type="f32";wgSize=[64,2,1\]] + + [:case=455;type="f16";wgSize=[128,1,1\]] + + [:case=455;type="f16";wgSize=[64,2,1\]] + + [:case=455;type="f32";wgSize=[128,1,1\]] + + [:case=455;type="f32";wgSize=[64,2,1\]] + + [:case=456;type="f16";wgSize=[128,1,1\]] + + [:case=456;type="f16";wgSize=[64,2,1\]] + + [:case=456;type="f32";wgSize=[128,1,1\]] + + [:case=456;type="f32";wgSize=[64,2,1\]] + + [:case=457;type="f16";wgSize=[128,1,1\]] + + [:case=457;type="f16";wgSize=[64,2,1\]] + + [:case=457;type="f32";wgSize=[128,1,1\]] + + [:case=457;type="f32";wgSize=[64,2,1\]] + + [:case=458;type="f16";wgSize=[128,1,1\]] + + [:case=458;type="f16";wgSize=[64,2,1\]] + + [:case=458;type="f32";wgSize=[128,1,1\]] + + [:case=458;type="f32";wgSize=[64,2,1\]] + + [:case=459;type="f16";wgSize=[128,1,1\]] + + [:case=459;type="f16";wgSize=[64,2,1\]] + + [:case=459;type="f32";wgSize=[128,1,1\]] + + [:case=459;type="f32";wgSize=[64,2,1\]] + + [:case=45;type="f16";wgSize=[128,1,1\]] + + [:case=45;type="f16";wgSize=[64,2,1\]] + + [:case=45;type="f32";wgSize=[128,1,1\]] + + [:case=45;type="f32";wgSize=[64,2,1\]] + + [:case=460;type="f16";wgSize=[128,1,1\]] + + [:case=460;type="f16";wgSize=[64,2,1\]] + + [:case=460;type="f32";wgSize=[128,1,1\]] + + [:case=460;type="f32";wgSize=[64,2,1\]] + + [:case=461;type="f16";wgSize=[128,1,1\]] + + [:case=461;type="f16";wgSize=[64,2,1\]] + + [:case=461;type="f32";wgSize=[128,1,1\]] + + [:case=461;type="f32";wgSize=[64,2,1\]] + + [:case=462;type="f16";wgSize=[128,1,1\]] + + [:case=462;type="f16";wgSize=[64,2,1\]] + + [:case=462;type="f32";wgSize=[128,1,1\]] + + [:case=462;type="f32";wgSize=[64,2,1\]] + + [:case=463;type="f16";wgSize=[128,1,1\]] + + [:case=463;type="f16";wgSize=[64,2,1\]] + + [:case=463;type="f32";wgSize=[128,1,1\]] + + [:case=463;type="f32";wgSize=[64,2,1\]] + + [:case=464;type="f16";wgSize=[128,1,1\]] + + [:case=464;type="f16";wgSize=[64,2,1\]] + + [:case=464;type="f32";wgSize=[128,1,1\]] + + [:case=464;type="f32";wgSize=[64,2,1\]] + + [:case=465;type="f16";wgSize=[128,1,1\]] + + [:case=465;type="f16";wgSize=[64,2,1\]] + + [:case=465;type="f32";wgSize=[128,1,1\]] + + [:case=465;type="f32";wgSize=[64,2,1\]] + + [:case=466;type="f16";wgSize=[128,1,1\]] + + [:case=466;type="f16";wgSize=[64,2,1\]] + + [:case=466;type="f32";wgSize=[128,1,1\]] + + [:case=466;type="f32";wgSize=[64,2,1\]] + + [:case=467;type="f16";wgSize=[128,1,1\]] + + [:case=467;type="f16";wgSize=[64,2,1\]] + + [:case=467;type="f32";wgSize=[128,1,1\]] + + [:case=467;type="f32";wgSize=[64,2,1\]] + + [:case=468;type="f16";wgSize=[128,1,1\]] + + [:case=468;type="f16";wgSize=[64,2,1\]] + + [:case=468;type="f32";wgSize=[128,1,1\]] + + [:case=468;type="f32";wgSize=[64,2,1\]] + + [:case=469;type="f16";wgSize=[128,1,1\]] + + [:case=469;type="f16";wgSize=[64,2,1\]] + + [:case=469;type="f32";wgSize=[128,1,1\]] + + [:case=469;type="f32";wgSize=[64,2,1\]] + + [:case=46;type="f16";wgSize=[128,1,1\]] + + [:case=46;type="f16";wgSize=[64,2,1\]] + + [:case=46;type="f32";wgSize=[128,1,1\]] + + [:case=46;type="f32";wgSize=[64,2,1\]] + + [:case=470;type="f16";wgSize=[128,1,1\]] + + [:case=470;type="f16";wgSize=[64,2,1\]] + + [:case=470;type="f32";wgSize=[128,1,1\]] + + [:case=470;type="f32";wgSize=[64,2,1\]] + + [:case=471;type="f16";wgSize=[128,1,1\]] + + [:case=471;type="f16";wgSize=[64,2,1\]] + + [:case=471;type="f32";wgSize=[128,1,1\]] + + [:case=471;type="f32";wgSize=[64,2,1\]] + + [:case=472;type="f16";wgSize=[128,1,1\]] + + [:case=472;type="f16";wgSize=[64,2,1\]] + + [:case=472;type="f32";wgSize=[128,1,1\]] + + [:case=472;type="f32";wgSize=[64,2,1\]] + + [:case=473;type="f16";wgSize=[128,1,1\]] + + [:case=473;type="f16";wgSize=[64,2,1\]] + + [:case=473;type="f32";wgSize=[128,1,1\]] + + [:case=473;type="f32";wgSize=[64,2,1\]] + + [:case=474;type="f16";wgSize=[128,1,1\]] + + [:case=474;type="f16";wgSize=[64,2,1\]] + + [:case=474;type="f32";wgSize=[128,1,1\]] + + [:case=474;type="f32";wgSize=[64,2,1\]] + + [:case=475;type="f16";wgSize=[128,1,1\]] + + [:case=475;type="f16";wgSize=[64,2,1\]] + + [:case=475;type="f32";wgSize=[128,1,1\]] + + [:case=475;type="f32";wgSize=[64,2,1\]] + + [:case=476;type="f16";wgSize=[128,1,1\]] + + [:case=476;type="f16";wgSize=[64,2,1\]] + + [:case=476;type="f32";wgSize=[128,1,1\]] + + [:case=476;type="f32";wgSize=[64,2,1\]] + + [:case=477;type="f16";wgSize=[128,1,1\]] + + [:case=477;type="f16";wgSize=[64,2,1\]] + + [:case=477;type="f32";wgSize=[128,1,1\]] + + [:case=477;type="f32";wgSize=[64,2,1\]] + + [:case=478;type="f16";wgSize=[128,1,1\]] + + [:case=478;type="f16";wgSize=[64,2,1\]] + + [:case=478;type="f32";wgSize=[128,1,1\]] + + [:case=478;type="f32";wgSize=[64,2,1\]] + + [:case=479;type="f16";wgSize=[128,1,1\]] + + [:case=479;type="f16";wgSize=[64,2,1\]] + + [:case=479;type="f32";wgSize=[128,1,1\]] + + [:case=479;type="f32";wgSize=[64,2,1\]] + + [:case=47;type="f16";wgSize=[128,1,1\]] + + [:case=47;type="f16";wgSize=[64,2,1\]] + + [:case=47;type="f32";wgSize=[128,1,1\]] + + [:case=47;type="f32";wgSize=[64,2,1\]] + + [:case=480;type="f16";wgSize=[128,1,1\]] + + [:case=480;type="f16";wgSize=[64,2,1\]] + + [:case=480;type="f32";wgSize=[128,1,1\]] + + [:case=480;type="f32";wgSize=[64,2,1\]] + + [:case=481;type="f16";wgSize=[128,1,1\]] + + [:case=481;type="f16";wgSize=[64,2,1\]] + + [:case=481;type="f32";wgSize=[128,1,1\]] + + [:case=481;type="f32";wgSize=[64,2,1\]] + + [:case=482;type="f16";wgSize=[128,1,1\]] + + [:case=482;type="f16";wgSize=[64,2,1\]] + + [:case=482;type="f32";wgSize=[128,1,1\]] + + [:case=482;type="f32";wgSize=[64,2,1\]] + + [:case=483;type="f16";wgSize=[128,1,1\]] + + [:case=483;type="f16";wgSize=[64,2,1\]] + + [:case=483;type="f32";wgSize=[128,1,1\]] + + [:case=483;type="f32";wgSize=[64,2,1\]] + + [:case=484;type="f16";wgSize=[128,1,1\]] + + [:case=484;type="f16";wgSize=[64,2,1\]] + + [:case=484;type="f32";wgSize=[128,1,1\]] + + [:case=484;type="f32";wgSize=[64,2,1\]] + + [:case=485;type="f16";wgSize=[128,1,1\]] + + [:case=485;type="f16";wgSize=[64,2,1\]] + + [:case=485;type="f32";wgSize=[128,1,1\]] + + [:case=485;type="f32";wgSize=[64,2,1\]] + + [:case=486;type="f16";wgSize=[128,1,1\]] + + [:case=486;type="f16";wgSize=[64,2,1\]] + + [:case=486;type="f32";wgSize=[128,1,1\]] + + [:case=486;type="f32";wgSize=[64,2,1\]] + + [:case=487;type="f16";wgSize=[128,1,1\]] + + [:case=487;type="f16";wgSize=[64,2,1\]] + + [:case=487;type="f32";wgSize=[128,1,1\]] + + [:case=487;type="f32";wgSize=[64,2,1\]] + + [:case=488;type="f16";wgSize=[128,1,1\]] + + [:case=488;type="f16";wgSize=[64,2,1\]] + + [:case=488;type="f32";wgSize=[128,1,1\]] + + [:case=488;type="f32";wgSize=[64,2,1\]] + + [:case=489;type="f16";wgSize=[128,1,1\]] + + [:case=489;type="f16";wgSize=[64,2,1\]] + + [:case=489;type="f32";wgSize=[128,1,1\]] + + [:case=489;type="f32";wgSize=[64,2,1\]] + + [:case=48;type="f16";wgSize=[128,1,1\]] + + [:case=48;type="f16";wgSize=[64,2,1\]] + + [:case=48;type="f32";wgSize=[128,1,1\]] + + [:case=48;type="f32";wgSize=[64,2,1\]] + + [:case=490;type="f16";wgSize=[128,1,1\]] + + [:case=490;type="f16";wgSize=[64,2,1\]] + + [:case=490;type="f32";wgSize=[128,1,1\]] + + [:case=490;type="f32";wgSize=[64,2,1\]] + + [:case=491;type="f16";wgSize=[128,1,1\]] + + [:case=491;type="f16";wgSize=[64,2,1\]] + + [:case=491;type="f32";wgSize=[128,1,1\]] + + [:case=491;type="f32";wgSize=[64,2,1\]] + + [:case=492;type="f16";wgSize=[128,1,1\]] + + [:case=492;type="f16";wgSize=[64,2,1\]] + + [:case=492;type="f32";wgSize=[128,1,1\]] + + [:case=492;type="f32";wgSize=[64,2,1\]] + + [:case=493;type="f16";wgSize=[128,1,1\]] + + [:case=493;type="f16";wgSize=[64,2,1\]] + + [:case=493;type="f32";wgSize=[128,1,1\]] + + [:case=493;type="f32";wgSize=[64,2,1\]] + + [:case=494;type="f16";wgSize=[128,1,1\]] + + [:case=494;type="f16";wgSize=[64,2,1\]] + + [:case=494;type="f32";wgSize=[128,1,1\]] + + [:case=494;type="f32";wgSize=[64,2,1\]] + + [:case=495;type="f16";wgSize=[128,1,1\]] + + [:case=495;type="f16";wgSize=[64,2,1\]] + + [:case=495;type="f32";wgSize=[128,1,1\]] + + [:case=495;type="f32";wgSize=[64,2,1\]] + + [:case=496;type="f16";wgSize=[128,1,1\]] + + [:case=496;type="f16";wgSize=[64,2,1\]] + + [:case=496;type="f32";wgSize=[128,1,1\]] + + [:case=496;type="f32";wgSize=[64,2,1\]] + + [:case=497;type="f16";wgSize=[128,1,1\]] + + [:case=497;type="f16";wgSize=[64,2,1\]] + + [:case=497;type="f32";wgSize=[128,1,1\]] + + [:case=497;type="f32";wgSize=[64,2,1\]] + + [:case=498;type="f16";wgSize=[128,1,1\]] + + [:case=498;type="f16";wgSize=[64,2,1\]] + + [:case=498;type="f32";wgSize=[128,1,1\]] + + [:case=498;type="f32";wgSize=[64,2,1\]] + + [:case=499;type="f16";wgSize=[128,1,1\]] + + [:case=499;type="f16";wgSize=[64,2,1\]] + + [:case=499;type="f32";wgSize=[128,1,1\]] + + [:case=499;type="f32";wgSize=[64,2,1\]] + + [:case=49;type="f16";wgSize=[128,1,1\]] + + [:case=49;type="f16";wgSize=[64,2,1\]] + + [:case=49;type="f32";wgSize=[128,1,1\]] + + [:case=49;type="f32";wgSize=[64,2,1\]] + + [:case=4;type="f16";wgSize=[128,1,1\]] + + [:case=4;type="f16";wgSize=[64,2,1\]] + + [:case=4;type="f32";wgSize=[128,1,1\]] + + [:case=4;type="f32";wgSize=[64,2,1\]] + + [:case=500;type="f16";wgSize=[128,1,1\]] + + [:case=500;type="f16";wgSize=[64,2,1\]] + + [:case=500;type="f32";wgSize=[128,1,1\]] + + [:case=500;type="f32";wgSize=[64,2,1\]] + + [:case=501;type="f16";wgSize=[128,1,1\]] + + [:case=501;type="f16";wgSize=[64,2,1\]] + + [:case=501;type="f32";wgSize=[128,1,1\]] + + [:case=501;type="f32";wgSize=[64,2,1\]] + + [:case=502;type="f16";wgSize=[128,1,1\]] + + [:case=502;type="f16";wgSize=[64,2,1\]] + + [:case=502;type="f32";wgSize=[128,1,1\]] + + [:case=502;type="f32";wgSize=[64,2,1\]] + + [:case=503;type="f16";wgSize=[128,1,1\]] + + [:case=503;type="f16";wgSize=[64,2,1\]] + + [:case=503;type="f32";wgSize=[128,1,1\]] + + [:case=503;type="f32";wgSize=[64,2,1\]] + + [:case=504;type="f16";wgSize=[128,1,1\]] + + [:case=504;type="f16";wgSize=[64,2,1\]] + + [:case=504;type="f32";wgSize=[128,1,1\]] + + [:case=504;type="f32";wgSize=[64,2,1\]] + + [:case=505;type="f16";wgSize=[128,1,1\]] + + [:case=505;type="f16";wgSize=[64,2,1\]] + + [:case=505;type="f32";wgSize=[128,1,1\]] + + [:case=505;type="f32";wgSize=[64,2,1\]] + + [:case=506;type="f16";wgSize=[128,1,1\]] + + [:case=506;type="f16";wgSize=[64,2,1\]] + + [:case=506;type="f32";wgSize=[128,1,1\]] + + [:case=506;type="f32";wgSize=[64,2,1\]] + + [:case=507;type="f16";wgSize=[128,1,1\]] + + [:case=507;type="f16";wgSize=[64,2,1\]] + + [:case=507;type="f32";wgSize=[128,1,1\]] + + [:case=507;type="f32";wgSize=[64,2,1\]] + + [:case=508;type="f16";wgSize=[128,1,1\]] + + [:case=508;type="f16";wgSize=[64,2,1\]] + + [:case=508;type="f32";wgSize=[128,1,1\]] + + [:case=508;type="f32";wgSize=[64,2,1\]] + + [:case=509;type="f16";wgSize=[128,1,1\]] + + [:case=509;type="f16";wgSize=[64,2,1\]] + + [:case=509;type="f32";wgSize=[128,1,1\]] + + [:case=509;type="f32";wgSize=[64,2,1\]] + + [:case=50;type="f16";wgSize=[128,1,1\]] + + [:case=50;type="f16";wgSize=[64,2,1\]] + + [:case=50;type="f32";wgSize=[128,1,1\]] + + [:case=50;type="f32";wgSize=[64,2,1\]] + + [:case=510;type="f16";wgSize=[128,1,1\]] + + [:case=510;type="f16";wgSize=[64,2,1\]] + + [:case=510;type="f32";wgSize=[128,1,1\]] + + [:case=510;type="f32";wgSize=[64,2,1\]] + + [:case=511;type="f16";wgSize=[128,1,1\]] + + [:case=511;type="f16";wgSize=[64,2,1\]] + + [:case=511;type="f32";wgSize=[128,1,1\]] + + [:case=511;type="f32";wgSize=[64,2,1\]] + + [:case=512;type="f16";wgSize=[128,1,1\]] + + [:case=512;type="f16";wgSize=[64,2,1\]] + + [:case=512;type="f32";wgSize=[128,1,1\]] + + [:case=512;type="f32";wgSize=[64,2,1\]] + + [:case=513;type="f16";wgSize=[128,1,1\]] + + [:case=513;type="f16";wgSize=[64,2,1\]] + + [:case=513;type="f32";wgSize=[128,1,1\]] + + [:case=513;type="f32";wgSize=[64,2,1\]] + + [:case=514;type="f16";wgSize=[128,1,1\]] + + [:case=514;type="f16";wgSize=[64,2,1\]] + + [:case=514;type="f32";wgSize=[128,1,1\]] + + [:case=514;type="f32";wgSize=[64,2,1\]] + + [:case=515;type="f16";wgSize=[128,1,1\]] + + [:case=515;type="f16";wgSize=[64,2,1\]] + + [:case=515;type="f32";wgSize=[128,1,1\]] + + [:case=515;type="f32";wgSize=[64,2,1\]] + + [:case=516;type="f16";wgSize=[128,1,1\]] + + [:case=516;type="f16";wgSize=[64,2,1\]] + + [:case=516;type="f32";wgSize=[128,1,1\]] + + [:case=516;type="f32";wgSize=[64,2,1\]] + + [:case=517;type="f16";wgSize=[128,1,1\]] + + [:case=517;type="f16";wgSize=[64,2,1\]] + + [:case=517;type="f32";wgSize=[128,1,1\]] + + [:case=517;type="f32";wgSize=[64,2,1\]] + + [:case=518;type="f16";wgSize=[128,1,1\]] + + [:case=518;type="f16";wgSize=[64,2,1\]] + + [:case=518;type="f32";wgSize=[128,1,1\]] + + [:case=518;type="f32";wgSize=[64,2,1\]] + + [:case=519;type="f16";wgSize=[128,1,1\]] + + [:case=519;type="f16";wgSize=[64,2,1\]] + + [:case=519;type="f32";wgSize=[128,1,1\]] + + [:case=519;type="f32";wgSize=[64,2,1\]] + + [:case=51;type="f16";wgSize=[128,1,1\]] + + [:case=51;type="f16";wgSize=[64,2,1\]] + + [:case=51;type="f32";wgSize=[128,1,1\]] + + [:case=51;type="f32";wgSize=[64,2,1\]] + + [:case=520;type="f16";wgSize=[128,1,1\]] + + [:case=520;type="f16";wgSize=[64,2,1\]] + + [:case=520;type="f32";wgSize=[128,1,1\]] + + [:case=520;type="f32";wgSize=[64,2,1\]] + + [:case=521;type="f16";wgSize=[128,1,1\]] + + [:case=521;type="f16";wgSize=[64,2,1\]] + + [:case=521;type="f32";wgSize=[128,1,1\]] + + [:case=521;type="f32";wgSize=[64,2,1\]] + + [:case=522;type="f16";wgSize=[128,1,1\]] + + [:case=522;type="f16";wgSize=[64,2,1\]] + + [:case=522;type="f32";wgSize=[128,1,1\]] + + [:case=522;type="f32";wgSize=[64,2,1\]] + + [:case=523;type="f16";wgSize=[128,1,1\]] + + [:case=523;type="f16";wgSize=[64,2,1\]] + + [:case=523;type="f32";wgSize=[128,1,1\]] + + [:case=523;type="f32";wgSize=[64,2,1\]] + + [:case=524;type="f16";wgSize=[128,1,1\]] + + [:case=524;type="f16";wgSize=[64,2,1\]] + + [:case=524;type="f32";wgSize=[128,1,1\]] + + [:case=524;type="f32";wgSize=[64,2,1\]] + + [:case=525;type="f16";wgSize=[128,1,1\]] + + [:case=525;type="f16";wgSize=[64,2,1\]] + + [:case=525;type="f32";wgSize=[128,1,1\]] + + [:case=525;type="f32";wgSize=[64,2,1\]] + + [:case=526;type="f16";wgSize=[128,1,1\]] + + [:case=526;type="f16";wgSize=[64,2,1\]] + + [:case=526;type="f32";wgSize=[128,1,1\]] + + [:case=526;type="f32";wgSize=[64,2,1\]] + + [:case=527;type="f16";wgSize=[128,1,1\]] + + [:case=527;type="f16";wgSize=[64,2,1\]] + + [:case=527;type="f32";wgSize=[128,1,1\]] + + [:case=527;type="f32";wgSize=[64,2,1\]] + + [:case=528;type="f16";wgSize=[128,1,1\]] + + [:case=528;type="f16";wgSize=[64,2,1\]] + + [:case=528;type="f32";wgSize=[128,1,1\]] + + [:case=528;type="f32";wgSize=[64,2,1\]] + + [:case=529;type="f16";wgSize=[128,1,1\]] + + [:case=529;type="f16";wgSize=[64,2,1\]] + + [:case=529;type="f32";wgSize=[128,1,1\]] + + [:case=529;type="f32";wgSize=[64,2,1\]] + + [:case=52;type="f16";wgSize=[128,1,1\]] + + [:case=52;type="f16";wgSize=[64,2,1\]] + + [:case=52;type="f32";wgSize=[128,1,1\]] + + [:case=52;type="f32";wgSize=[64,2,1\]] + + [:case=530;type="f16";wgSize=[128,1,1\]] + + [:case=530;type="f16";wgSize=[64,2,1\]] + + [:case=530;type="f32";wgSize=[128,1,1\]] + + [:case=530;type="f32";wgSize=[64,2,1\]] + + [:case=531;type="f16";wgSize=[128,1,1\]] + + [:case=531;type="f16";wgSize=[64,2,1\]] + + [:case=531;type="f32";wgSize=[128,1,1\]] + + [:case=531;type="f32";wgSize=[64,2,1\]] + + [:case=532;type="f16";wgSize=[128,1,1\]] + + [:case=532;type="f16";wgSize=[64,2,1\]] + + [:case=532;type="f32";wgSize=[128,1,1\]] + + [:case=532;type="f32";wgSize=[64,2,1\]] + + [:case=533;type="f16";wgSize=[128,1,1\]] + + [:case=533;type="f16";wgSize=[64,2,1\]] + + [:case=533;type="f32";wgSize=[128,1,1\]] + + [:case=533;type="f32";wgSize=[64,2,1\]] + + [:case=534;type="f16";wgSize=[128,1,1\]] + + [:case=534;type="f16";wgSize=[64,2,1\]] + + [:case=534;type="f32";wgSize=[128,1,1\]] + + [:case=534;type="f32";wgSize=[64,2,1\]] + + [:case=535;type="f16";wgSize=[128,1,1\]] + + [:case=535;type="f16";wgSize=[64,2,1\]] + + [:case=535;type="f32";wgSize=[128,1,1\]] + + [:case=535;type="f32";wgSize=[64,2,1\]] + + [:case=536;type="f16";wgSize=[128,1,1\]] + + [:case=536;type="f16";wgSize=[64,2,1\]] + + [:case=536;type="f32";wgSize=[128,1,1\]] + + [:case=536;type="f32";wgSize=[64,2,1\]] + + [:case=537;type="f16";wgSize=[128,1,1\]] + + [:case=537;type="f16";wgSize=[64,2,1\]] + + [:case=537;type="f32";wgSize=[128,1,1\]] + + [:case=537;type="f32";wgSize=[64,2,1\]] + + [:case=538;type="f16";wgSize=[128,1,1\]] + + [:case=538;type="f16";wgSize=[64,2,1\]] + + [:case=538;type="f32";wgSize=[128,1,1\]] + + [:case=538;type="f32";wgSize=[64,2,1\]] + + [:case=539;type="f16";wgSize=[128,1,1\]] + + [:case=539;type="f16";wgSize=[64,2,1\]] + + [:case=539;type="f32";wgSize=[128,1,1\]] + + [:case=539;type="f32";wgSize=[64,2,1\]] + + [:case=53;type="f16";wgSize=[128,1,1\]] + + [:case=53;type="f16";wgSize=[64,2,1\]] + + [:case=53;type="f32";wgSize=[128,1,1\]] + + [:case=53;type="f32";wgSize=[64,2,1\]] + + [:case=540;type="f16";wgSize=[128,1,1\]] + + [:case=540;type="f16";wgSize=[64,2,1\]] + + [:case=540;type="f32";wgSize=[128,1,1\]] + + [:case=540;type="f32";wgSize=[64,2,1\]] + + [:case=541;type="f16";wgSize=[128,1,1\]] + + [:case=541;type="f16";wgSize=[64,2,1\]] + + [:case=541;type="f32";wgSize=[128,1,1\]] + + [:case=541;type="f32";wgSize=[64,2,1\]] + + [:case=542;type="f16";wgSize=[128,1,1\]] + + [:case=542;type="f16";wgSize=[64,2,1\]] + + [:case=542;type="f32";wgSize=[128,1,1\]] + + [:case=542;type="f32";wgSize=[64,2,1\]] + + [:case=543;type="f16";wgSize=[128,1,1\]] + + [:case=543;type="f16";wgSize=[64,2,1\]] + + [:case=543;type="f32";wgSize=[128,1,1\]] + + [:case=543;type="f32";wgSize=[64,2,1\]] + + [:case=544;type="f16";wgSize=[128,1,1\]] + + [:case=544;type="f16";wgSize=[64,2,1\]] + + [:case=544;type="f32";wgSize=[128,1,1\]] + + [:case=544;type="f32";wgSize=[64,2,1\]] + + [:case=545;type="f16";wgSize=[128,1,1\]] + + [:case=545;type="f16";wgSize=[64,2,1\]] + + [:case=545;type="f32";wgSize=[128,1,1\]] + + [:case=545;type="f32";wgSize=[64,2,1\]] + + [:case=546;type="f16";wgSize=[128,1,1\]] + + [:case=546;type="f16";wgSize=[64,2,1\]] + + [:case=546;type="f32";wgSize=[128,1,1\]] + + [:case=546;type="f32";wgSize=[64,2,1\]] + + [:case=547;type="f16";wgSize=[128,1,1\]] + + [:case=547;type="f16";wgSize=[64,2,1\]] + + [:case=547;type="f32";wgSize=[128,1,1\]] + + [:case=547;type="f32";wgSize=[64,2,1\]] + + [:case=548;type="f16";wgSize=[128,1,1\]] + + [:case=548;type="f16";wgSize=[64,2,1\]] + + [:case=548;type="f32";wgSize=[128,1,1\]] + + [:case=548;type="f32";wgSize=[64,2,1\]] + + [:case=549;type="f16";wgSize=[128,1,1\]] + + [:case=549;type="f16";wgSize=[64,2,1\]] + + [:case=549;type="f32";wgSize=[128,1,1\]] + + [:case=549;type="f32";wgSize=[64,2,1\]] + + [:case=54;type="f16";wgSize=[128,1,1\]] + + [:case=54;type="f16";wgSize=[64,2,1\]] + + [:case=54;type="f32";wgSize=[128,1,1\]] + + [:case=54;type="f32";wgSize=[64,2,1\]] + + [:case=550;type="f16";wgSize=[128,1,1\]] + + [:case=550;type="f16";wgSize=[64,2,1\]] + + [:case=550;type="f32";wgSize=[128,1,1\]] + + [:case=550;type="f32";wgSize=[64,2,1\]] + + [:case=551;type="f16";wgSize=[128,1,1\]] + + [:case=551;type="f16";wgSize=[64,2,1\]] + + [:case=551;type="f32";wgSize=[128,1,1\]] + + [:case=551;type="f32";wgSize=[64,2,1\]] + + [:case=552;type="f16";wgSize=[128,1,1\]] + + [:case=552;type="f16";wgSize=[64,2,1\]] + + [:case=552;type="f32";wgSize=[128,1,1\]] + + [:case=552;type="f32";wgSize=[64,2,1\]] + + [:case=553;type="f16";wgSize=[128,1,1\]] + + [:case=553;type="f16";wgSize=[64,2,1\]] + + [:case=553;type="f32";wgSize=[128,1,1\]] + + [:case=553;type="f32";wgSize=[64,2,1\]] + + [:case=554;type="f16";wgSize=[128,1,1\]] + + [:case=554;type="f16";wgSize=[64,2,1\]] + + [:case=554;type="f32";wgSize=[128,1,1\]] + + [:case=554;type="f32";wgSize=[64,2,1\]] + + [:case=555;type="f16";wgSize=[128,1,1\]] + + [:case=555;type="f16";wgSize=[64,2,1\]] + + [:case=555;type="f32";wgSize=[128,1,1\]] + + [:case=555;type="f32";wgSize=[64,2,1\]] + + [:case=556;type="f16";wgSize=[128,1,1\]] + + [:case=556;type="f16";wgSize=[64,2,1\]] + + [:case=556;type="f32";wgSize=[128,1,1\]] + + [:case=556;type="f32";wgSize=[64,2,1\]] + + [:case=557;type="f16";wgSize=[128,1,1\]] + + [:case=557;type="f16";wgSize=[64,2,1\]] + + [:case=557;type="f32";wgSize=[128,1,1\]] + + [:case=557;type="f32";wgSize=[64,2,1\]] + + [:case=558;type="f16";wgSize=[128,1,1\]] + + [:case=558;type="f16";wgSize=[64,2,1\]] + + [:case=558;type="f32";wgSize=[128,1,1\]] + + [:case=558;type="f32";wgSize=[64,2,1\]] + + [:case=559;type="f16";wgSize=[128,1,1\]] + + [:case=559;type="f16";wgSize=[64,2,1\]] + + [:case=559;type="f32";wgSize=[128,1,1\]] + + [:case=559;type="f32";wgSize=[64,2,1\]] + + [:case=55;type="f16";wgSize=[128,1,1\]] + + [:case=55;type="f16";wgSize=[64,2,1\]] + + [:case=55;type="f32";wgSize=[128,1,1\]] + + [:case=55;type="f32";wgSize=[64,2,1\]] + + [:case=560;type="f16";wgSize=[128,1,1\]] + + [:case=560;type="f16";wgSize=[64,2,1\]] + + [:case=560;type="f32";wgSize=[128,1,1\]] + + [:case=560;type="f32";wgSize=[64,2,1\]] + + [:case=561;type="f16";wgSize=[128,1,1\]] + + [:case=561;type="f16";wgSize=[64,2,1\]] + + [:case=561;type="f32";wgSize=[128,1,1\]] + + [:case=561;type="f32";wgSize=[64,2,1\]] + + [:case=562;type="f16";wgSize=[128,1,1\]] + + [:case=562;type="f16";wgSize=[64,2,1\]] + + [:case=562;type="f32";wgSize=[128,1,1\]] + + [:case=562;type="f32";wgSize=[64,2,1\]] + + [:case=563;type="f16";wgSize=[128,1,1\]] + + [:case=563;type="f16";wgSize=[64,2,1\]] + + [:case=563;type="f32";wgSize=[128,1,1\]] + + [:case=563;type="f32";wgSize=[64,2,1\]] + + [:case=564;type="f16";wgSize=[128,1,1\]] + + [:case=564;type="f16";wgSize=[64,2,1\]] + + [:case=564;type="f32";wgSize=[128,1,1\]] + + [:case=564;type="f32";wgSize=[64,2,1\]] + + [:case=565;type="f16";wgSize=[128,1,1\]] + + [:case=565;type="f16";wgSize=[64,2,1\]] + + [:case=565;type="f32";wgSize=[128,1,1\]] + + [:case=565;type="f32";wgSize=[64,2,1\]] + + [:case=566;type="f16";wgSize=[128,1,1\]] + + [:case=566;type="f16";wgSize=[64,2,1\]] + + [:case=566;type="f32";wgSize=[128,1,1\]] + + [:case=566;type="f32";wgSize=[64,2,1\]] + + [:case=567;type="f16";wgSize=[128,1,1\]] + + [:case=567;type="f16";wgSize=[64,2,1\]] + + [:case=567;type="f32";wgSize=[128,1,1\]] + + [:case=567;type="f32";wgSize=[64,2,1\]] + + [:case=568;type="f16";wgSize=[128,1,1\]] + + [:case=568;type="f16";wgSize=[64,2,1\]] + + [:case=568;type="f32";wgSize=[128,1,1\]] + + [:case=568;type="f32";wgSize=[64,2,1\]] + + [:case=569;type="f16";wgSize=[128,1,1\]] + + [:case=569;type="f16";wgSize=[64,2,1\]] + + [:case=569;type="f32";wgSize=[128,1,1\]] + + [:case=569;type="f32";wgSize=[64,2,1\]] + + [:case=56;type="f16";wgSize=[128,1,1\]] + + [:case=56;type="f16";wgSize=[64,2,1\]] + + [:case=56;type="f32";wgSize=[128,1,1\]] + + [:case=56;type="f32";wgSize=[64,2,1\]] + + [:case=570;type="f16";wgSize=[128,1,1\]] + + [:case=570;type="f16";wgSize=[64,2,1\]] + + [:case=570;type="f32";wgSize=[128,1,1\]] + + [:case=570;type="f32";wgSize=[64,2,1\]] + + [:case=571;type="f16";wgSize=[128,1,1\]] + + [:case=571;type="f16";wgSize=[64,2,1\]] + + [:case=571;type="f32";wgSize=[128,1,1\]] + + [:case=571;type="f32";wgSize=[64,2,1\]] + + [:case=572;type="f16";wgSize=[128,1,1\]] + + [:case=572;type="f16";wgSize=[64,2,1\]] + + [:case=572;type="f32";wgSize=[128,1,1\]] + + [:case=572;type="f32";wgSize=[64,2,1\]] + + [:case=573;type="f16";wgSize=[128,1,1\]] + + [:case=573;type="f16";wgSize=[64,2,1\]] + + [:case=573;type="f32";wgSize=[128,1,1\]] + + [:case=573;type="f32";wgSize=[64,2,1\]] + + [:case=574;type="f16";wgSize=[128,1,1\]] + + [:case=574;type="f16";wgSize=[64,2,1\]] + + [:case=574;type="f32";wgSize=[128,1,1\]] + + [:case=574;type="f32";wgSize=[64,2,1\]] + + [:case=575;type="f16";wgSize=[128,1,1\]] + + [:case=575;type="f16";wgSize=[64,2,1\]] + + [:case=575;type="f32";wgSize=[128,1,1\]] + + [:case=575;type="f32";wgSize=[64,2,1\]] + + [:case=576;type="f16";wgSize=[128,1,1\]] + + [:case=576;type="f16";wgSize=[64,2,1\]] + + [:case=576;type="f32";wgSize=[128,1,1\]] + + [:case=576;type="f32";wgSize=[64,2,1\]] + + [:case=577;type="f16";wgSize=[128,1,1\]] + + [:case=577;type="f16";wgSize=[64,2,1\]] + + [:case=577;type="f32";wgSize=[128,1,1\]] + + [:case=577;type="f32";wgSize=[64,2,1\]] + + [:case=578;type="f16";wgSize=[128,1,1\]] + + [:case=578;type="f16";wgSize=[64,2,1\]] + + [:case=578;type="f32";wgSize=[128,1,1\]] + + [:case=578;type="f32";wgSize=[64,2,1\]] + + [:case=579;type="f16";wgSize=[128,1,1\]] + + [:case=579;type="f16";wgSize=[64,2,1\]] + + [:case=579;type="f32";wgSize=[128,1,1\]] + + [:case=579;type="f32";wgSize=[64,2,1\]] + + [:case=57;type="f16";wgSize=[128,1,1\]] + + [:case=57;type="f16";wgSize=[64,2,1\]] + + [:case=57;type="f32";wgSize=[128,1,1\]] + + [:case=57;type="f32";wgSize=[64,2,1\]] + + [:case=580;type="f16";wgSize=[128,1,1\]] + + [:case=580;type="f16";wgSize=[64,2,1\]] + + [:case=580;type="f32";wgSize=[128,1,1\]] + + [:case=580;type="f32";wgSize=[64,2,1\]] + + [:case=581;type="f16";wgSize=[128,1,1\]] + + [:case=581;type="f16";wgSize=[64,2,1\]] + + [:case=581;type="f32";wgSize=[128,1,1\]] + + [:case=581;type="f32";wgSize=[64,2,1\]] + + [:case=582;type="f16";wgSize=[128,1,1\]] + + [:case=582;type="f16";wgSize=[64,2,1\]] + + [:case=582;type="f32";wgSize=[128,1,1\]] + + [:case=582;type="f32";wgSize=[64,2,1\]] + + [:case=583;type="f16";wgSize=[128,1,1\]] + + [:case=583;type="f16";wgSize=[64,2,1\]] + + [:case=583;type="f32";wgSize=[128,1,1\]] + + [:case=583;type="f32";wgSize=[64,2,1\]] + + [:case=584;type="f16";wgSize=[128,1,1\]] + + [:case=584;type="f16";wgSize=[64,2,1\]] + + [:case=584;type="f32";wgSize=[128,1,1\]] + + [:case=584;type="f32";wgSize=[64,2,1\]] + + [:case=585;type="f16";wgSize=[128,1,1\]] + + [:case=585;type="f16";wgSize=[64,2,1\]] + + [:case=585;type="f32";wgSize=[128,1,1\]] + + [:case=585;type="f32";wgSize=[64,2,1\]] + + [:case=586;type="f16";wgSize=[128,1,1\]] + + [:case=586;type="f16";wgSize=[64,2,1\]] + + [:case=586;type="f32";wgSize=[128,1,1\]] + + [:case=586;type="f32";wgSize=[64,2,1\]] + + [:case=587;type="f16";wgSize=[128,1,1\]] + + [:case=587;type="f16";wgSize=[64,2,1\]] + + [:case=587;type="f32";wgSize=[128,1,1\]] + + [:case=587;type="f32";wgSize=[64,2,1\]] + + [:case=588;type="f16";wgSize=[128,1,1\]] + + [:case=588;type="f16";wgSize=[64,2,1\]] + + [:case=588;type="f32";wgSize=[128,1,1\]] + + [:case=588;type="f32";wgSize=[64,2,1\]] + + [:case=589;type="f16";wgSize=[128,1,1\]] + + [:case=589;type="f16";wgSize=[64,2,1\]] + + [:case=589;type="f32";wgSize=[128,1,1\]] + + [:case=589;type="f32";wgSize=[64,2,1\]] + + [:case=58;type="f16";wgSize=[128,1,1\]] + + [:case=58;type="f16";wgSize=[64,2,1\]] + + [:case=58;type="f32";wgSize=[128,1,1\]] + + [:case=58;type="f32";wgSize=[64,2,1\]] + + [:case=590;type="f16";wgSize=[128,1,1\]] + + [:case=590;type="f16";wgSize=[64,2,1\]] + + [:case=590;type="f32";wgSize=[128,1,1\]] + + [:case=590;type="f32";wgSize=[64,2,1\]] + + [:case=591;type="f16";wgSize=[128,1,1\]] + + [:case=591;type="f16";wgSize=[64,2,1\]] + + [:case=591;type="f32";wgSize=[128,1,1\]] + + [:case=591;type="f32";wgSize=[64,2,1\]] + + [:case=592;type="f16";wgSize=[128,1,1\]] + + [:case=592;type="f16";wgSize=[64,2,1\]] + + [:case=592;type="f32";wgSize=[128,1,1\]] + + [:case=592;type="f32";wgSize=[64,2,1\]] + + [:case=593;type="f16";wgSize=[128,1,1\]] + + [:case=593;type="f16";wgSize=[64,2,1\]] + + [:case=593;type="f32";wgSize=[128,1,1\]] + + [:case=593;type="f32";wgSize=[64,2,1\]] + + [:case=594;type="f16";wgSize=[128,1,1\]] + + [:case=594;type="f16";wgSize=[64,2,1\]] + + [:case=594;type="f32";wgSize=[128,1,1\]] + + [:case=594;type="f32";wgSize=[64,2,1\]] + + [:case=595;type="f16";wgSize=[128,1,1\]] + + [:case=595;type="f16";wgSize=[64,2,1\]] + + [:case=595;type="f32";wgSize=[128,1,1\]] + + [:case=595;type="f32";wgSize=[64,2,1\]] + + [:case=596;type="f16";wgSize=[128,1,1\]] + + [:case=596;type="f16";wgSize=[64,2,1\]] + + [:case=596;type="f32";wgSize=[128,1,1\]] + + [:case=596;type="f32";wgSize=[64,2,1\]] + + [:case=597;type="f16";wgSize=[128,1,1\]] + + [:case=597;type="f16";wgSize=[64,2,1\]] + + [:case=597;type="f32";wgSize=[128,1,1\]] + + [:case=597;type="f32";wgSize=[64,2,1\]] + + [:case=598;type="f16";wgSize=[128,1,1\]] + + [:case=598;type="f16";wgSize=[64,2,1\]] + + [:case=598;type="f32";wgSize=[128,1,1\]] + + [:case=598;type="f32";wgSize=[64,2,1\]] + + [:case=599;type="f16";wgSize=[128,1,1\]] + + [:case=599;type="f16";wgSize=[64,2,1\]] + + [:case=599;type="f32";wgSize=[128,1,1\]] + + [:case=599;type="f32";wgSize=[64,2,1\]] + + [:case=59;type="f16";wgSize=[128,1,1\]] + + [:case=59;type="f16";wgSize=[64,2,1\]] + + [:case=59;type="f32";wgSize=[128,1,1\]] + + [:case=59;type="f32";wgSize=[64,2,1\]] + + [:case=5;type="f16";wgSize=[128,1,1\]] + + [:case=5;type="f16";wgSize=[64,2,1\]] + + [:case=5;type="f32";wgSize=[128,1,1\]] + + [:case=5;type="f32";wgSize=[64,2,1\]] + + [:case=600;type="f16";wgSize=[128,1,1\]] + + [:case=600;type="f16";wgSize=[64,2,1\]] + + [:case=600;type="f32";wgSize=[128,1,1\]] + + [:case=600;type="f32";wgSize=[64,2,1\]] + + [:case=601;type="f16";wgSize=[128,1,1\]] + + [:case=601;type="f16";wgSize=[64,2,1\]] + + [:case=601;type="f32";wgSize=[128,1,1\]] + + [:case=601;type="f32";wgSize=[64,2,1\]] + + [:case=602;type="f16";wgSize=[128,1,1\]] + + [:case=602;type="f16";wgSize=[64,2,1\]] + + [:case=602;type="f32";wgSize=[128,1,1\]] + + [:case=602;type="f32";wgSize=[64,2,1\]] + + [:case=603;type="f16";wgSize=[128,1,1\]] + + [:case=603;type="f16";wgSize=[64,2,1\]] + + [:case=603;type="f32";wgSize=[128,1,1\]] + + [:case=603;type="f32";wgSize=[64,2,1\]] + + [:case=604;type="f16";wgSize=[128,1,1\]] + + [:case=604;type="f16";wgSize=[64,2,1\]] + + [:case=604;type="f32";wgSize=[128,1,1\]] + + [:case=604;type="f32";wgSize=[64,2,1\]] + + [:case=605;type="f16";wgSize=[128,1,1\]] + + [:case=605;type="f16";wgSize=[64,2,1\]] + + [:case=605;type="f32";wgSize=[128,1,1\]] + + [:case=605;type="f32";wgSize=[64,2,1\]] + + [:case=606;type="f16";wgSize=[128,1,1\]] + + [:case=606;type="f16";wgSize=[64,2,1\]] + + [:case=606;type="f32";wgSize=[128,1,1\]] + + [:case=606;type="f32";wgSize=[64,2,1\]] + + [:case=607;type="f16";wgSize=[128,1,1\]] + + [:case=607;type="f16";wgSize=[64,2,1\]] + + [:case=607;type="f32";wgSize=[128,1,1\]] + + [:case=607;type="f32";wgSize=[64,2,1\]] + + [:case=608;type="f16";wgSize=[128,1,1\]] + + [:case=608;type="f16";wgSize=[64,2,1\]] + + [:case=608;type="f32";wgSize=[128,1,1\]] + + [:case=608;type="f32";wgSize=[64,2,1\]] + + [:case=609;type="f16";wgSize=[128,1,1\]] + + [:case=609;type="f16";wgSize=[64,2,1\]] + + [:case=609;type="f32";wgSize=[128,1,1\]] + + [:case=609;type="f32";wgSize=[64,2,1\]] + + [:case=60;type="f16";wgSize=[128,1,1\]] + + [:case=60;type="f16";wgSize=[64,2,1\]] + + [:case=60;type="f32";wgSize=[128,1,1\]] + + [:case=60;type="f32";wgSize=[64,2,1\]] + + [:case=610;type="f16";wgSize=[128,1,1\]] + + [:case=610;type="f16";wgSize=[64,2,1\]] + + [:case=610;type="f32";wgSize=[128,1,1\]] + + [:case=610;type="f32";wgSize=[64,2,1\]] + + [:case=611;type="f16";wgSize=[128,1,1\]] + + [:case=611;type="f16";wgSize=[64,2,1\]] + + [:case=611;type="f32";wgSize=[128,1,1\]] + + [:case=611;type="f32";wgSize=[64,2,1\]] + + [:case=612;type="f16";wgSize=[128,1,1\]] + + [:case=612;type="f16";wgSize=[64,2,1\]] + + [:case=612;type="f32";wgSize=[128,1,1\]] + + [:case=612;type="f32";wgSize=[64,2,1\]] + + [:case=613;type="f16";wgSize=[128,1,1\]] + + [:case=613;type="f16";wgSize=[64,2,1\]] + + [:case=613;type="f32";wgSize=[128,1,1\]] + + [:case=613;type="f32";wgSize=[64,2,1\]] + + [:case=614;type="f16";wgSize=[128,1,1\]] + + [:case=614;type="f16";wgSize=[64,2,1\]] + + [:case=614;type="f32";wgSize=[128,1,1\]] + + [:case=614;type="f32";wgSize=[64,2,1\]] + + [:case=615;type="f16";wgSize=[128,1,1\]] + + [:case=615;type="f16";wgSize=[64,2,1\]] + + [:case=615;type="f32";wgSize=[128,1,1\]] + + [:case=615;type="f32";wgSize=[64,2,1\]] + + [:case=616;type="f16";wgSize=[128,1,1\]] + + [:case=616;type="f16";wgSize=[64,2,1\]] + + [:case=616;type="f32";wgSize=[128,1,1\]] + + [:case=616;type="f32";wgSize=[64,2,1\]] + + [:case=617;type="f16";wgSize=[128,1,1\]] + + [:case=617;type="f16";wgSize=[64,2,1\]] + + [:case=617;type="f32";wgSize=[128,1,1\]] + + [:case=617;type="f32";wgSize=[64,2,1\]] + + [:case=618;type="f16";wgSize=[128,1,1\]] + + [:case=618;type="f16";wgSize=[64,2,1\]] + + [:case=618;type="f32";wgSize=[128,1,1\]] + + [:case=618;type="f32";wgSize=[64,2,1\]] + + [:case=619;type="f16";wgSize=[128,1,1\]] + + [:case=619;type="f16";wgSize=[64,2,1\]] + + [:case=619;type="f32";wgSize=[128,1,1\]] + + [:case=619;type="f32";wgSize=[64,2,1\]] + + [:case=61;type="f16";wgSize=[128,1,1\]] + + [:case=61;type="f16";wgSize=[64,2,1\]] + + [:case=61;type="f32";wgSize=[128,1,1\]] + + [:case=61;type="f32";wgSize=[64,2,1\]] + + [:case=620;type="f16";wgSize=[128,1,1\]] + + [:case=620;type="f16";wgSize=[64,2,1\]] + + [:case=620;type="f32";wgSize=[128,1,1\]] + + [:case=620;type="f32";wgSize=[64,2,1\]] + + [:case=621;type="f16";wgSize=[128,1,1\]] + + [:case=621;type="f16";wgSize=[64,2,1\]] + + [:case=621;type="f32";wgSize=[128,1,1\]] + + [:case=621;type="f32";wgSize=[64,2,1\]] + + [:case=622;type="f16";wgSize=[128,1,1\]] + + [:case=622;type="f16";wgSize=[64,2,1\]] + + [:case=622;type="f32";wgSize=[128,1,1\]] + + [:case=622;type="f32";wgSize=[64,2,1\]] + + [:case=623;type="f16";wgSize=[128,1,1\]] + + [:case=623;type="f16";wgSize=[64,2,1\]] + + [:case=623;type="f32";wgSize=[128,1,1\]] + + [:case=623;type="f32";wgSize=[64,2,1\]] + + [:case=624;type="f16";wgSize=[128,1,1\]] + + [:case=624;type="f16";wgSize=[64,2,1\]] + + [:case=624;type="f32";wgSize=[128,1,1\]] + + [:case=624;type="f32";wgSize=[64,2,1\]] + + [:case=625;type="f16";wgSize=[128,1,1\]] + + [:case=625;type="f16";wgSize=[64,2,1\]] + + [:case=625;type="f32";wgSize=[128,1,1\]] + + [:case=625;type="f32";wgSize=[64,2,1\]] + + [:case=626;type="f16";wgSize=[128,1,1\]] + + [:case=626;type="f16";wgSize=[64,2,1\]] + + [:case=626;type="f32";wgSize=[128,1,1\]] + + [:case=626;type="f32";wgSize=[64,2,1\]] + + [:case=627;type="f16";wgSize=[128,1,1\]] + + [:case=627;type="f16";wgSize=[64,2,1\]] + + [:case=627;type="f32";wgSize=[128,1,1\]] + + [:case=627;type="f32";wgSize=[64,2,1\]] + + [:case=628;type="f16";wgSize=[128,1,1\]] + + [:case=628;type="f16";wgSize=[64,2,1\]] + + [:case=628;type="f32";wgSize=[128,1,1\]] + + [:case=628;type="f32";wgSize=[64,2,1\]] + + [:case=629;type="f16";wgSize=[128,1,1\]] + + [:case=629;type="f16";wgSize=[64,2,1\]] + + [:case=629;type="f32";wgSize=[128,1,1\]] + + [:case=629;type="f32";wgSize=[64,2,1\]] + + [:case=62;type="f16";wgSize=[128,1,1\]] + + [:case=62;type="f16";wgSize=[64,2,1\]] + + [:case=62;type="f32";wgSize=[128,1,1\]] + + [:case=62;type="f32";wgSize=[64,2,1\]] + + [:case=630;type="f16";wgSize=[128,1,1\]] + + [:case=630;type="f16";wgSize=[64,2,1\]] + + [:case=630;type="f32";wgSize=[128,1,1\]] + + [:case=630;type="f32";wgSize=[64,2,1\]] + + [:case=631;type="f16";wgSize=[128,1,1\]] + + [:case=631;type="f16";wgSize=[64,2,1\]] + + [:case=631;type="f32";wgSize=[128,1,1\]] + + [:case=631;type="f32";wgSize=[64,2,1\]] + + [:case=632;type="f16";wgSize=[128,1,1\]] + + [:case=632;type="f16";wgSize=[64,2,1\]] + + [:case=632;type="f32";wgSize=[128,1,1\]] + + [:case=632;type="f32";wgSize=[64,2,1\]] + + [:case=633;type="f16";wgSize=[128,1,1\]] + + [:case=633;type="f16";wgSize=[64,2,1\]] + + [:case=633;type="f32";wgSize=[128,1,1\]] + + [:case=633;type="f32";wgSize=[64,2,1\]] + + [:case=634;type="f16";wgSize=[128,1,1\]] + + [:case=634;type="f16";wgSize=[64,2,1\]] + + [:case=634;type="f32";wgSize=[128,1,1\]] + + [:case=634;type="f32";wgSize=[64,2,1\]] + + [:case=635;type="f16";wgSize=[128,1,1\]] + + [:case=635;type="f16";wgSize=[64,2,1\]] + + [:case=635;type="f32";wgSize=[128,1,1\]] + + [:case=635;type="f32";wgSize=[64,2,1\]] + + [:case=636;type="f16";wgSize=[128,1,1\]] + + [:case=636;type="f16";wgSize=[64,2,1\]] + + [:case=636;type="f32";wgSize=[128,1,1\]] + + [:case=636;type="f32";wgSize=[64,2,1\]] + + [:case=637;type="f16";wgSize=[128,1,1\]] + + [:case=637;type="f16";wgSize=[64,2,1\]] + + [:case=637;type="f32";wgSize=[128,1,1\]] + + [:case=637;type="f32";wgSize=[64,2,1\]] + + [:case=638;type="f16";wgSize=[128,1,1\]] + + [:case=638;type="f16";wgSize=[64,2,1\]] + + [:case=638;type="f32";wgSize=[128,1,1\]] + + [:case=638;type="f32";wgSize=[64,2,1\]] + + [:case=639;type="f16";wgSize=[128,1,1\]] + + [:case=639;type="f16";wgSize=[64,2,1\]] + + [:case=639;type="f32";wgSize=[128,1,1\]] + + [:case=639;type="f32";wgSize=[64,2,1\]] + + [:case=63;type="f16";wgSize=[128,1,1\]] + + [:case=63;type="f16";wgSize=[64,2,1\]] + + [:case=63;type="f32";wgSize=[128,1,1\]] + + [:case=63;type="f32";wgSize=[64,2,1\]] + + [:case=640;type="f16";wgSize=[128,1,1\]] + + [:case=640;type="f16";wgSize=[64,2,1\]] + + [:case=640;type="f32";wgSize=[128,1,1\]] + + [:case=640;type="f32";wgSize=[64,2,1\]] + + [:case=641;type="f16";wgSize=[128,1,1\]] + + [:case=641;type="f16";wgSize=[64,2,1\]] + + [:case=641;type="f32";wgSize=[128,1,1\]] + + [:case=641;type="f32";wgSize=[64,2,1\]] + + [:case=642;type="f16";wgSize=[128,1,1\]] + + [:case=642;type="f16";wgSize=[64,2,1\]] + + [:case=642;type="f32";wgSize=[128,1,1\]] + + [:case=642;type="f32";wgSize=[64,2,1\]] + + [:case=643;type="f16";wgSize=[128,1,1\]] + + [:case=643;type="f16";wgSize=[64,2,1\]] + + [:case=643;type="f32";wgSize=[128,1,1\]] + + [:case=643;type="f32";wgSize=[64,2,1\]] + + [:case=644;type="f16";wgSize=[128,1,1\]] + + [:case=644;type="f16";wgSize=[64,2,1\]] + + [:case=644;type="f32";wgSize=[128,1,1\]] + + [:case=644;type="f32";wgSize=[64,2,1\]] + + [:case=645;type="f16";wgSize=[128,1,1\]] + + [:case=645;type="f16";wgSize=[64,2,1\]] + + [:case=645;type="f32";wgSize=[128,1,1\]] + + [:case=645;type="f32";wgSize=[64,2,1\]] + + [:case=646;type="f16";wgSize=[128,1,1\]] + + [:case=646;type="f16";wgSize=[64,2,1\]] + + [:case=646;type="f32";wgSize=[128,1,1\]] + + [:case=646;type="f32";wgSize=[64,2,1\]] + + [:case=647;type="f16";wgSize=[128,1,1\]] + + [:case=647;type="f16";wgSize=[64,2,1\]] + + [:case=647;type="f32";wgSize=[128,1,1\]] + + [:case=647;type="f32";wgSize=[64,2,1\]] + + [:case=648;type="f16";wgSize=[128,1,1\]] + + [:case=648;type="f16";wgSize=[64,2,1\]] + + [:case=648;type="f32";wgSize=[128,1,1\]] + + [:case=648;type="f32";wgSize=[64,2,1\]] + + [:case=649;type="f16";wgSize=[128,1,1\]] + + [:case=649;type="f16";wgSize=[64,2,1\]] + + [:case=649;type="f32";wgSize=[128,1,1\]] + + [:case=649;type="f32";wgSize=[64,2,1\]] + + [:case=64;type="f16";wgSize=[128,1,1\]] + + [:case=64;type="f16";wgSize=[64,2,1\]] + + [:case=64;type="f32";wgSize=[128,1,1\]] + + [:case=64;type="f32";wgSize=[64,2,1\]] + + [:case=650;type="f16";wgSize=[128,1,1\]] + + [:case=650;type="f16";wgSize=[64,2,1\]] + + [:case=650;type="f32";wgSize=[128,1,1\]] + + [:case=650;type="f32";wgSize=[64,2,1\]] + + [:case=651;type="f16";wgSize=[128,1,1\]] + + [:case=651;type="f16";wgSize=[64,2,1\]] + + [:case=651;type="f32";wgSize=[128,1,1\]] + + [:case=651;type="f32";wgSize=[64,2,1\]] + + [:case=652;type="f16";wgSize=[128,1,1\]] + + [:case=652;type="f16";wgSize=[64,2,1\]] + + [:case=652;type="f32";wgSize=[128,1,1\]] + + [:case=652;type="f32";wgSize=[64,2,1\]] + + [:case=653;type="f16";wgSize=[128,1,1\]] + + [:case=653;type="f16";wgSize=[64,2,1\]] + + [:case=653;type="f32";wgSize=[128,1,1\]] + + [:case=653;type="f32";wgSize=[64,2,1\]] + + [:case=654;type="f16";wgSize=[128,1,1\]] + + [:case=654;type="f16";wgSize=[64,2,1\]] + + [:case=654;type="f32";wgSize=[128,1,1\]] + + [:case=654;type="f32";wgSize=[64,2,1\]] + + [:case=655;type="f16";wgSize=[128,1,1\]] + + [:case=655;type="f16";wgSize=[64,2,1\]] + + [:case=655;type="f32";wgSize=[128,1,1\]] + + [:case=655;type="f32";wgSize=[64,2,1\]] + + [:case=656;type="f16";wgSize=[128,1,1\]] + + [:case=656;type="f16";wgSize=[64,2,1\]] + + [:case=656;type="f32";wgSize=[128,1,1\]] + + [:case=656;type="f32";wgSize=[64,2,1\]] + + [:case=657;type="f16";wgSize=[128,1,1\]] + + [:case=657;type="f16";wgSize=[64,2,1\]] + + [:case=657;type="f32";wgSize=[128,1,1\]] + + [:case=657;type="f32";wgSize=[64,2,1\]] + + [:case=658;type="f16";wgSize=[128,1,1\]] + + [:case=658;type="f16";wgSize=[64,2,1\]] + + [:case=658;type="f32";wgSize=[128,1,1\]] + + [:case=658;type="f32";wgSize=[64,2,1\]] + + [:case=659;type="f16";wgSize=[128,1,1\]] + + [:case=659;type="f16";wgSize=[64,2,1\]] + + [:case=659;type="f32";wgSize=[128,1,1\]] + + [:case=659;type="f32";wgSize=[64,2,1\]] + + [:case=65;type="f16";wgSize=[128,1,1\]] + + [:case=65;type="f16";wgSize=[64,2,1\]] + + [:case=65;type="f32";wgSize=[128,1,1\]] + + [:case=65;type="f32";wgSize=[64,2,1\]] + + [:case=660;type="f16";wgSize=[128,1,1\]] + + [:case=660;type="f16";wgSize=[64,2,1\]] + + [:case=660;type="f32";wgSize=[128,1,1\]] + + [:case=660;type="f32";wgSize=[64,2,1\]] + + [:case=661;type="f16";wgSize=[128,1,1\]] + + [:case=661;type="f16";wgSize=[64,2,1\]] + + [:case=661;type="f32";wgSize=[128,1,1\]] + + [:case=661;type="f32";wgSize=[64,2,1\]] + + [:case=662;type="f16";wgSize=[128,1,1\]] + + [:case=662;type="f16";wgSize=[64,2,1\]] + + [:case=662;type="f32";wgSize=[128,1,1\]] + + [:case=662;type="f32";wgSize=[64,2,1\]] + + [:case=663;type="f16";wgSize=[128,1,1\]] + + [:case=663;type="f16";wgSize=[64,2,1\]] + + [:case=663;type="f32";wgSize=[128,1,1\]] + + [:case=663;type="f32";wgSize=[64,2,1\]] + + [:case=664;type="f16";wgSize=[128,1,1\]] + + [:case=664;type="f16";wgSize=[64,2,1\]] + + [:case=664;type="f32";wgSize=[128,1,1\]] + + [:case=664;type="f32";wgSize=[64,2,1\]] + + [:case=665;type="f16";wgSize=[128,1,1\]] + + [:case=665;type="f16";wgSize=[64,2,1\]] + + [:case=665;type="f32";wgSize=[128,1,1\]] + + [:case=665;type="f32";wgSize=[64,2,1\]] + + [:case=666;type="f16";wgSize=[128,1,1\]] + + [:case=666;type="f16";wgSize=[64,2,1\]] + + [:case=666;type="f32";wgSize=[128,1,1\]] + + [:case=666;type="f32";wgSize=[64,2,1\]] + + [:case=667;type="f16";wgSize=[128,1,1\]] + + [:case=667;type="f16";wgSize=[64,2,1\]] + + [:case=667;type="f32";wgSize=[128,1,1\]] + + [:case=667;type="f32";wgSize=[64,2,1\]] + + [:case=668;type="f16";wgSize=[128,1,1\]] + + [:case=668;type="f16";wgSize=[64,2,1\]] + + [:case=668;type="f32";wgSize=[128,1,1\]] + + [:case=668;type="f32";wgSize=[64,2,1\]] + + [:case=669;type="f16";wgSize=[128,1,1\]] + + [:case=669;type="f16";wgSize=[64,2,1\]] + + [:case=669;type="f32";wgSize=[128,1,1\]] + + [:case=669;type="f32";wgSize=[64,2,1\]] + + [:case=66;type="f16";wgSize=[128,1,1\]] + + [:case=66;type="f16";wgSize=[64,2,1\]] + + [:case=66;type="f32";wgSize=[128,1,1\]] + + [:case=66;type="f32";wgSize=[64,2,1\]] + + [:case=670;type="f16";wgSize=[128,1,1\]] + + [:case=670;type="f16";wgSize=[64,2,1\]] + + [:case=670;type="f32";wgSize=[128,1,1\]] + + [:case=670;type="f32";wgSize=[64,2,1\]] + + [:case=671;type="f16";wgSize=[128,1,1\]] + + [:case=671;type="f16";wgSize=[64,2,1\]] + + [:case=671;type="f32";wgSize=[128,1,1\]] + + [:case=671;type="f32";wgSize=[64,2,1\]] + + [:case=672;type="f16";wgSize=[128,1,1\]] + + [:case=672;type="f16";wgSize=[64,2,1\]] + + [:case=672;type="f32";wgSize=[128,1,1\]] + + [:case=672;type="f32";wgSize=[64,2,1\]] + + [:case=673;type="f16";wgSize=[128,1,1\]] + + [:case=673;type="f16";wgSize=[64,2,1\]] + + [:case=673;type="f32";wgSize=[128,1,1\]] + + [:case=673;type="f32";wgSize=[64,2,1\]] + + [:case=674;type="f16";wgSize=[128,1,1\]] + + [:case=674;type="f16";wgSize=[64,2,1\]] + + [:case=674;type="f32";wgSize=[128,1,1\]] + + [:case=674;type="f32";wgSize=[64,2,1\]] + + [:case=675;type="f16";wgSize=[128,1,1\]] + + [:case=675;type="f16";wgSize=[64,2,1\]] + + [:case=675;type="f32";wgSize=[128,1,1\]] + + [:case=675;type="f32";wgSize=[64,2,1\]] + + [:case=676;type="f16";wgSize=[128,1,1\]] + + [:case=676;type="f16";wgSize=[64,2,1\]] + + [:case=676;type="f32";wgSize=[128,1,1\]] + + [:case=676;type="f32";wgSize=[64,2,1\]] + + [:case=677;type="f16";wgSize=[128,1,1\]] + + [:case=677;type="f16";wgSize=[64,2,1\]] + + [:case=677;type="f32";wgSize=[128,1,1\]] + + [:case=677;type="f32";wgSize=[64,2,1\]] + + [:case=678;type="f16";wgSize=[128,1,1\]] + + [:case=678;type="f16";wgSize=[64,2,1\]] + + [:case=678;type="f32";wgSize=[128,1,1\]] + + [:case=678;type="f32";wgSize=[64,2,1\]] + + [:case=679;type="f16";wgSize=[128,1,1\]] + + [:case=679;type="f16";wgSize=[64,2,1\]] + + [:case=679;type="f32";wgSize=[128,1,1\]] + + [:case=679;type="f32";wgSize=[64,2,1\]] + + [:case=67;type="f16";wgSize=[128,1,1\]] + + [:case=67;type="f16";wgSize=[64,2,1\]] + + [:case=67;type="f32";wgSize=[128,1,1\]] + + [:case=67;type="f32";wgSize=[64,2,1\]] + + [:case=680;type="f16";wgSize=[128,1,1\]] + + [:case=680;type="f16";wgSize=[64,2,1\]] + + [:case=680;type="f32";wgSize=[128,1,1\]] + + [:case=680;type="f32";wgSize=[64,2,1\]] + + [:case=681;type="f16";wgSize=[128,1,1\]] + + [:case=681;type="f16";wgSize=[64,2,1\]] + + [:case=681;type="f32";wgSize=[128,1,1\]] + + [:case=681;type="f32";wgSize=[64,2,1\]] + + [:case=682;type="f16";wgSize=[128,1,1\]] + + [:case=682;type="f16";wgSize=[64,2,1\]] + + [:case=682;type="f32";wgSize=[128,1,1\]] + + [:case=682;type="f32";wgSize=[64,2,1\]] + + [:case=683;type="f16";wgSize=[128,1,1\]] + + [:case=683;type="f16";wgSize=[64,2,1\]] + + [:case=683;type="f32";wgSize=[128,1,1\]] + + [:case=683;type="f32";wgSize=[64,2,1\]] + + [:case=684;type="f16";wgSize=[128,1,1\]] + + [:case=684;type="f16";wgSize=[64,2,1\]] + + [:case=684;type="f32";wgSize=[128,1,1\]] + + [:case=684;type="f32";wgSize=[64,2,1\]] + + [:case=685;type="f16";wgSize=[128,1,1\]] + + [:case=685;type="f16";wgSize=[64,2,1\]] + + [:case=685;type="f32";wgSize=[128,1,1\]] + + [:case=685;type="f32";wgSize=[64,2,1\]] + + [:case=686;type="f16";wgSize=[128,1,1\]] + + [:case=686;type="f16";wgSize=[64,2,1\]] + + [:case=686;type="f32";wgSize=[128,1,1\]] + + [:case=686;type="f32";wgSize=[64,2,1\]] + + [:case=687;type="f16";wgSize=[128,1,1\]] + + [:case=687;type="f16";wgSize=[64,2,1\]] + + [:case=687;type="f32";wgSize=[128,1,1\]] + + [:case=687;type="f32";wgSize=[64,2,1\]] + + [:case=688;type="f16";wgSize=[128,1,1\]] + + [:case=688;type="f16";wgSize=[64,2,1\]] + + [:case=688;type="f32";wgSize=[128,1,1\]] + + [:case=688;type="f32";wgSize=[64,2,1\]] + + [:case=689;type="f16";wgSize=[128,1,1\]] + + [:case=689;type="f16";wgSize=[64,2,1\]] + + [:case=689;type="f32";wgSize=[128,1,1\]] + + [:case=689;type="f32";wgSize=[64,2,1\]] + + [:case=68;type="f16";wgSize=[128,1,1\]] + + [:case=68;type="f16";wgSize=[64,2,1\]] + + [:case=68;type="f32";wgSize=[128,1,1\]] + + [:case=68;type="f32";wgSize=[64,2,1\]] + + [:case=690;type="f16";wgSize=[128,1,1\]] + + [:case=690;type="f16";wgSize=[64,2,1\]] + + [:case=690;type="f32";wgSize=[128,1,1\]] + + [:case=690;type="f32";wgSize=[64,2,1\]] + + [:case=691;type="f16";wgSize=[128,1,1\]] + + [:case=691;type="f16";wgSize=[64,2,1\]] + + [:case=691;type="f32";wgSize=[128,1,1\]] + + [:case=691;type="f32";wgSize=[64,2,1\]] + + [:case=692;type="f16";wgSize=[128,1,1\]] + + [:case=692;type="f16";wgSize=[64,2,1\]] + + [:case=692;type="f32";wgSize=[128,1,1\]] + + [:case=692;type="f32";wgSize=[64,2,1\]] + + [:case=693;type="f16";wgSize=[128,1,1\]] + + [:case=693;type="f16";wgSize=[64,2,1\]] + + [:case=693;type="f32";wgSize=[128,1,1\]] + + [:case=693;type="f32";wgSize=[64,2,1\]] + + [:case=694;type="f16";wgSize=[128,1,1\]] + + [:case=694;type="f16";wgSize=[64,2,1\]] + + [:case=694;type="f32";wgSize=[128,1,1\]] + + [:case=694;type="f32";wgSize=[64,2,1\]] + + [:case=695;type="f16";wgSize=[128,1,1\]] + + [:case=695;type="f16";wgSize=[64,2,1\]] + + [:case=695;type="f32";wgSize=[128,1,1\]] + + [:case=695;type="f32";wgSize=[64,2,1\]] + + [:case=696;type="f16";wgSize=[128,1,1\]] + + [:case=696;type="f16";wgSize=[64,2,1\]] + + [:case=696;type="f32";wgSize=[128,1,1\]] + + [:case=696;type="f32";wgSize=[64,2,1\]] + + [:case=697;type="f16";wgSize=[128,1,1\]] + + [:case=697;type="f16";wgSize=[64,2,1\]] + + [:case=697;type="f32";wgSize=[128,1,1\]] + + [:case=697;type="f32";wgSize=[64,2,1\]] + + [:case=698;type="f16";wgSize=[128,1,1\]] + + [:case=698;type="f16";wgSize=[64,2,1\]] + + [:case=698;type="f32";wgSize=[128,1,1\]] + + [:case=698;type="f32";wgSize=[64,2,1\]] + + [:case=699;type="f16";wgSize=[128,1,1\]] + + [:case=699;type="f16";wgSize=[64,2,1\]] + + [:case=699;type="f32";wgSize=[128,1,1\]] + + [:case=699;type="f32";wgSize=[64,2,1\]] + + [:case=69;type="f16";wgSize=[128,1,1\]] + + [:case=69;type="f16";wgSize=[64,2,1\]] + + [:case=69;type="f32";wgSize=[128,1,1\]] + + [:case=69;type="f32";wgSize=[64,2,1\]] + + [:case=6;type="f16";wgSize=[128,1,1\]] + + [:case=6;type="f16";wgSize=[64,2,1\]] + + [:case=6;type="f32";wgSize=[128,1,1\]] + + [:case=6;type="f32";wgSize=[64,2,1\]] + + [:case=700;type="f16";wgSize=[128,1,1\]] + + [:case=700;type="f16";wgSize=[64,2,1\]] + + [:case=700;type="f32";wgSize=[128,1,1\]] + + [:case=700;type="f32";wgSize=[64,2,1\]] + + [:case=701;type="f16";wgSize=[128,1,1\]] + + [:case=701;type="f16";wgSize=[64,2,1\]] + + [:case=701;type="f32";wgSize=[128,1,1\]] + + [:case=701;type="f32";wgSize=[64,2,1\]] + + [:case=702;type="f16";wgSize=[128,1,1\]] + + [:case=702;type="f16";wgSize=[64,2,1\]] + + [:case=702;type="f32";wgSize=[128,1,1\]] + + [:case=702;type="f32";wgSize=[64,2,1\]] + + [:case=703;type="f16";wgSize=[128,1,1\]] + + [:case=703;type="f16";wgSize=[64,2,1\]] + + [:case=703;type="f32";wgSize=[128,1,1\]] + + [:case=703;type="f32";wgSize=[64,2,1\]] + + [:case=704;type="f16";wgSize=[128,1,1\]] + + [:case=704;type="f16";wgSize=[64,2,1\]] + + [:case=704;type="f32";wgSize=[128,1,1\]] + + [:case=704;type="f32";wgSize=[64,2,1\]] + + [:case=705;type="f16";wgSize=[128,1,1\]] + + [:case=705;type="f16";wgSize=[64,2,1\]] + + [:case=705;type="f32";wgSize=[128,1,1\]] + + [:case=705;type="f32";wgSize=[64,2,1\]] + + [:case=706;type="f16";wgSize=[128,1,1\]] + + [:case=706;type="f16";wgSize=[64,2,1\]] + + [:case=706;type="f32";wgSize=[128,1,1\]] + + [:case=706;type="f32";wgSize=[64,2,1\]] + + [:case=707;type="f16";wgSize=[128,1,1\]] + + [:case=707;type="f16";wgSize=[64,2,1\]] + + [:case=707;type="f32";wgSize=[128,1,1\]] + + [:case=707;type="f32";wgSize=[64,2,1\]] + + [:case=708;type="f16";wgSize=[128,1,1\]] + + [:case=708;type="f16";wgSize=[64,2,1\]] + + [:case=708;type="f32";wgSize=[128,1,1\]] + + [:case=708;type="f32";wgSize=[64,2,1\]] + + [:case=709;type="f16";wgSize=[128,1,1\]] + + [:case=709;type="f16";wgSize=[64,2,1\]] + + [:case=709;type="f32";wgSize=[128,1,1\]] + + [:case=709;type="f32";wgSize=[64,2,1\]] + + [:case=70;type="f16";wgSize=[128,1,1\]] + + [:case=70;type="f16";wgSize=[64,2,1\]] + + [:case=70;type="f32";wgSize=[128,1,1\]] + + [:case=70;type="f32";wgSize=[64,2,1\]] + + [:case=710;type="f16";wgSize=[128,1,1\]] + + [:case=710;type="f16";wgSize=[64,2,1\]] + + [:case=710;type="f32";wgSize=[128,1,1\]] + + [:case=710;type="f32";wgSize=[64,2,1\]] + + [:case=711;type="f16";wgSize=[128,1,1\]] + + [:case=711;type="f16";wgSize=[64,2,1\]] + + [:case=711;type="f32";wgSize=[128,1,1\]] + + [:case=711;type="f32";wgSize=[64,2,1\]] + + [:case=712;type="f16";wgSize=[128,1,1\]] + + [:case=712;type="f16";wgSize=[64,2,1\]] + + [:case=712;type="f32";wgSize=[128,1,1\]] + + [:case=712;type="f32";wgSize=[64,2,1\]] + + [:case=713;type="f16";wgSize=[128,1,1\]] + + [:case=713;type="f16";wgSize=[64,2,1\]] + + [:case=713;type="f32";wgSize=[128,1,1\]] + + [:case=713;type="f32";wgSize=[64,2,1\]] + + [:case=714;type="f16";wgSize=[128,1,1\]] + + [:case=714;type="f16";wgSize=[64,2,1\]] + + [:case=714;type="f32";wgSize=[128,1,1\]] + + [:case=714;type="f32";wgSize=[64,2,1\]] + + [:case=715;type="f16";wgSize=[128,1,1\]] + + [:case=715;type="f16";wgSize=[64,2,1\]] + + [:case=715;type="f32";wgSize=[128,1,1\]] + + [:case=715;type="f32";wgSize=[64,2,1\]] + + [:case=716;type="f16";wgSize=[128,1,1\]] + + [:case=716;type="f16";wgSize=[64,2,1\]] + + [:case=716;type="f32";wgSize=[128,1,1\]] + + [:case=716;type="f32";wgSize=[64,2,1\]] + + [:case=717;type="f16";wgSize=[128,1,1\]] + + [:case=717;type="f16";wgSize=[64,2,1\]] + + [:case=717;type="f32";wgSize=[128,1,1\]] + + [:case=717;type="f32";wgSize=[64,2,1\]] + + [:case=718;type="f16";wgSize=[128,1,1\]] + + [:case=718;type="f16";wgSize=[64,2,1\]] + + [:case=718;type="f32";wgSize=[128,1,1\]] + + [:case=718;type="f32";wgSize=[64,2,1\]] + + [:case=719;type="f16";wgSize=[128,1,1\]] + + [:case=719;type="f16";wgSize=[64,2,1\]] + + [:case=719;type="f32";wgSize=[128,1,1\]] + + [:case=719;type="f32";wgSize=[64,2,1\]] + + [:case=71;type="f16";wgSize=[128,1,1\]] + + [:case=71;type="f16";wgSize=[64,2,1\]] + + [:case=71;type="f32";wgSize=[128,1,1\]] + + [:case=71;type="f32";wgSize=[64,2,1\]] + + [:case=720;type="f16";wgSize=[128,1,1\]] + + [:case=720;type="f16";wgSize=[64,2,1\]] + + [:case=720;type="f32";wgSize=[128,1,1\]] + + [:case=720;type="f32";wgSize=[64,2,1\]] + + [:case=721;type="f16";wgSize=[128,1,1\]] + + [:case=721;type="f16";wgSize=[64,2,1\]] + + [:case=721;type="f32";wgSize=[128,1,1\]] + + [:case=721;type="f32";wgSize=[64,2,1\]] + + [:case=722;type="f16";wgSize=[128,1,1\]] + + [:case=722;type="f16";wgSize=[64,2,1\]] + + [:case=722;type="f32";wgSize=[128,1,1\]] + + [:case=722;type="f32";wgSize=[64,2,1\]] + + [:case=723;type="f16";wgSize=[128,1,1\]] + + [:case=723;type="f16";wgSize=[64,2,1\]] + + [:case=723;type="f32";wgSize=[128,1,1\]] + + [:case=723;type="f32";wgSize=[64,2,1\]] + + [:case=724;type="f16";wgSize=[128,1,1\]] + + [:case=724;type="f16";wgSize=[64,2,1\]] + + [:case=724;type="f32";wgSize=[128,1,1\]] + + [:case=724;type="f32";wgSize=[64,2,1\]] + + [:case=725;type="f16";wgSize=[128,1,1\]] + + [:case=725;type="f16";wgSize=[64,2,1\]] + + [:case=725;type="f32";wgSize=[128,1,1\]] + + [:case=725;type="f32";wgSize=[64,2,1\]] + + [:case=726;type="f16";wgSize=[128,1,1\]] + + [:case=726;type="f16";wgSize=[64,2,1\]] + + [:case=726;type="f32";wgSize=[128,1,1\]] + + [:case=726;type="f32";wgSize=[64,2,1\]] + + [:case=727;type="f16";wgSize=[128,1,1\]] + + [:case=727;type="f16";wgSize=[64,2,1\]] + + [:case=727;type="f32";wgSize=[128,1,1\]] + + [:case=727;type="f32";wgSize=[64,2,1\]] + + [:case=728;type="f16";wgSize=[128,1,1\]] + + [:case=728;type="f16";wgSize=[64,2,1\]] + + [:case=728;type="f32";wgSize=[128,1,1\]] + + [:case=728;type="f32";wgSize=[64,2,1\]] + + [:case=729;type="f16";wgSize=[128,1,1\]] + + [:case=729;type="f16";wgSize=[64,2,1\]] + + [:case=729;type="f32";wgSize=[128,1,1\]] + + [:case=729;type="f32";wgSize=[64,2,1\]] + + [:case=72;type="f16";wgSize=[128,1,1\]] + + [:case=72;type="f16";wgSize=[64,2,1\]] + + [:case=72;type="f32";wgSize=[128,1,1\]] + + [:case=72;type="f32";wgSize=[64,2,1\]] + + [:case=730;type="f16";wgSize=[128,1,1\]] + + [:case=730;type="f16";wgSize=[64,2,1\]] + + [:case=730;type="f32";wgSize=[128,1,1\]] + + [:case=730;type="f32";wgSize=[64,2,1\]] + + [:case=731;type="f16";wgSize=[128,1,1\]] + + [:case=731;type="f16";wgSize=[64,2,1\]] + + [:case=731;type="f32";wgSize=[128,1,1\]] + + [:case=731;type="f32";wgSize=[64,2,1\]] + + [:case=732;type="f16";wgSize=[128,1,1\]] + + [:case=732;type="f16";wgSize=[64,2,1\]] + + [:case=732;type="f32";wgSize=[128,1,1\]] + + [:case=732;type="f32";wgSize=[64,2,1\]] + + [:case=733;type="f16";wgSize=[128,1,1\]] + + [:case=733;type="f16";wgSize=[64,2,1\]] + + [:case=733;type="f32";wgSize=[128,1,1\]] + + [:case=733;type="f32";wgSize=[64,2,1\]] + + [:case=734;type="f16";wgSize=[128,1,1\]] + + [:case=734;type="f16";wgSize=[64,2,1\]] + + [:case=734;type="f32";wgSize=[128,1,1\]] + + [:case=734;type="f32";wgSize=[64,2,1\]] + + [:case=735;type="f16";wgSize=[128,1,1\]] + + [:case=735;type="f16";wgSize=[64,2,1\]] + + [:case=735;type="f32";wgSize=[128,1,1\]] + + [:case=735;type="f32";wgSize=[64,2,1\]] + + [:case=736;type="f16";wgSize=[128,1,1\]] + + [:case=736;type="f16";wgSize=[64,2,1\]] + + [:case=736;type="f32";wgSize=[128,1,1\]] + + [:case=736;type="f32";wgSize=[64,2,1\]] + + [:case=737;type="f16";wgSize=[128,1,1\]] + + [:case=737;type="f16";wgSize=[64,2,1\]] + + [:case=737;type="f32";wgSize=[128,1,1\]] + + [:case=737;type="f32";wgSize=[64,2,1\]] + + [:case=738;type="f16";wgSize=[128,1,1\]] + + [:case=738;type="f16";wgSize=[64,2,1\]] + + [:case=738;type="f32";wgSize=[128,1,1\]] + + [:case=738;type="f32";wgSize=[64,2,1\]] + + [:case=739;type="f16";wgSize=[128,1,1\]] + + [:case=739;type="f16";wgSize=[64,2,1\]] + + [:case=739;type="f32";wgSize=[128,1,1\]] + + [:case=739;type="f32";wgSize=[64,2,1\]] + + [:case=73;type="f16";wgSize=[128,1,1\]] + + [:case=73;type="f16";wgSize=[64,2,1\]] + + [:case=73;type="f32";wgSize=[128,1,1\]] + + [:case=73;type="f32";wgSize=[64,2,1\]] + + [:case=740;type="f16";wgSize=[128,1,1\]] + + [:case=740;type="f16";wgSize=[64,2,1\]] + + [:case=740;type="f32";wgSize=[128,1,1\]] + + [:case=740;type="f32";wgSize=[64,2,1\]] + + [:case=741;type="f16";wgSize=[128,1,1\]] + + [:case=741;type="f16";wgSize=[64,2,1\]] + + [:case=741;type="f32";wgSize=[128,1,1\]] + + [:case=741;type="f32";wgSize=[64,2,1\]] + + [:case=742;type="f16";wgSize=[128,1,1\]] + + [:case=742;type="f16";wgSize=[64,2,1\]] + + [:case=742;type="f32";wgSize=[128,1,1\]] + + [:case=742;type="f32";wgSize=[64,2,1\]] + + [:case=743;type="f16";wgSize=[128,1,1\]] + + [:case=743;type="f16";wgSize=[64,2,1\]] + + [:case=743;type="f32";wgSize=[128,1,1\]] + + [:case=743;type="f32";wgSize=[64,2,1\]] + + [:case=744;type="f16";wgSize=[128,1,1\]] + + [:case=744;type="f16";wgSize=[64,2,1\]] + + [:case=744;type="f32";wgSize=[128,1,1\]] + + [:case=744;type="f32";wgSize=[64,2,1\]] + + [:case=745;type="f16";wgSize=[128,1,1\]] + + [:case=745;type="f16";wgSize=[64,2,1\]] + + [:case=745;type="f32";wgSize=[128,1,1\]] + + [:case=745;type="f32";wgSize=[64,2,1\]] + + [:case=746;type="f16";wgSize=[128,1,1\]] + + [:case=746;type="f16";wgSize=[64,2,1\]] + + [:case=746;type="f32";wgSize=[128,1,1\]] + + [:case=746;type="f32";wgSize=[64,2,1\]] + + [:case=747;type="f16";wgSize=[128,1,1\]] + + [:case=747;type="f16";wgSize=[64,2,1\]] + + [:case=747;type="f32";wgSize=[128,1,1\]] + + [:case=747;type="f32";wgSize=[64,2,1\]] + + [:case=748;type="f16";wgSize=[128,1,1\]] + + [:case=748;type="f16";wgSize=[64,2,1\]] + + [:case=748;type="f32";wgSize=[128,1,1\]] + + [:case=748;type="f32";wgSize=[64,2,1\]] + + [:case=749;type="f16";wgSize=[128,1,1\]] + + [:case=749;type="f16";wgSize=[64,2,1\]] + + [:case=749;type="f32";wgSize=[128,1,1\]] + + [:case=749;type="f32";wgSize=[64,2,1\]] + + [:case=74;type="f16";wgSize=[128,1,1\]] + + [:case=74;type="f16";wgSize=[64,2,1\]] + + [:case=74;type="f32";wgSize=[128,1,1\]] + + [:case=74;type="f32";wgSize=[64,2,1\]] + + [:case=750;type="f16";wgSize=[128,1,1\]] + + [:case=750;type="f16";wgSize=[64,2,1\]] + + [:case=750;type="f32";wgSize=[128,1,1\]] + + [:case=750;type="f32";wgSize=[64,2,1\]] + + [:case=751;type="f16";wgSize=[128,1,1\]] + + [:case=751;type="f16";wgSize=[64,2,1\]] + + [:case=751;type="f32";wgSize=[128,1,1\]] + + [:case=751;type="f32";wgSize=[64,2,1\]] + + [:case=752;type="f16";wgSize=[128,1,1\]] + + [:case=752;type="f16";wgSize=[64,2,1\]] + + [:case=752;type="f32";wgSize=[128,1,1\]] + + [:case=752;type="f32";wgSize=[64,2,1\]] + + [:case=753;type="f16";wgSize=[128,1,1\]] + + [:case=753;type="f16";wgSize=[64,2,1\]] + + [:case=753;type="f32";wgSize=[128,1,1\]] + + [:case=753;type="f32";wgSize=[64,2,1\]] + + [:case=754;type="f16";wgSize=[128,1,1\]] + + [:case=754;type="f16";wgSize=[64,2,1\]] + + [:case=754;type="f32";wgSize=[128,1,1\]] + + [:case=754;type="f32";wgSize=[64,2,1\]] + + [:case=755;type="f16";wgSize=[128,1,1\]] + + [:case=755;type="f16";wgSize=[64,2,1\]] + + [:case=755;type="f32";wgSize=[128,1,1\]] + + [:case=755;type="f32";wgSize=[64,2,1\]] + + [:case=756;type="f16";wgSize=[128,1,1\]] + + [:case=756;type="f16";wgSize=[64,2,1\]] + + [:case=756;type="f32";wgSize=[128,1,1\]] + + [:case=756;type="f32";wgSize=[64,2,1\]] + + [:case=757;type="f16";wgSize=[128,1,1\]] + + [:case=757;type="f16";wgSize=[64,2,1\]] + + [:case=757;type="f32";wgSize=[128,1,1\]] + + [:case=757;type="f32";wgSize=[64,2,1\]] + + [:case=758;type="f16";wgSize=[128,1,1\]] + + [:case=758;type="f16";wgSize=[64,2,1\]] + + [:case=758;type="f32";wgSize=[128,1,1\]] + + [:case=758;type="f32";wgSize=[64,2,1\]] + + [:case=759;type="f16";wgSize=[128,1,1\]] + + [:case=759;type="f16";wgSize=[64,2,1\]] + + [:case=759;type="f32";wgSize=[128,1,1\]] + + [:case=759;type="f32";wgSize=[64,2,1\]] + + [:case=75;type="f16";wgSize=[128,1,1\]] + + [:case=75;type="f16";wgSize=[64,2,1\]] + + [:case=75;type="f32";wgSize=[128,1,1\]] + + [:case=75;type="f32";wgSize=[64,2,1\]] + + [:case=760;type="f16";wgSize=[128,1,1\]] + + [:case=760;type="f16";wgSize=[64,2,1\]] + + [:case=760;type="f32";wgSize=[128,1,1\]] + + [:case=760;type="f32";wgSize=[64,2,1\]] + + [:case=761;type="f16";wgSize=[128,1,1\]] + + [:case=761;type="f16";wgSize=[64,2,1\]] + + [:case=761;type="f32";wgSize=[128,1,1\]] + + [:case=761;type="f32";wgSize=[64,2,1\]] + + [:case=762;type="f16";wgSize=[128,1,1\]] + + [:case=762;type="f16";wgSize=[64,2,1\]] + + [:case=762;type="f32";wgSize=[128,1,1\]] + + [:case=762;type="f32";wgSize=[64,2,1\]] + + [:case=763;type="f16";wgSize=[128,1,1\]] + + [:case=763;type="f16";wgSize=[64,2,1\]] + + [:case=763;type="f32";wgSize=[128,1,1\]] + + [:case=763;type="f32";wgSize=[64,2,1\]] + + [:case=764;type="f16";wgSize=[128,1,1\]] + + [:case=764;type="f16";wgSize=[64,2,1\]] + + [:case=764;type="f32";wgSize=[128,1,1\]] + + [:case=764;type="f32";wgSize=[64,2,1\]] + + [:case=765;type="f16";wgSize=[128,1,1\]] + + [:case=765;type="f16";wgSize=[64,2,1\]] + + [:case=765;type="f32";wgSize=[128,1,1\]] + + [:case=765;type="f32";wgSize=[64,2,1\]] + + [:case=766;type="f16";wgSize=[128,1,1\]] + + [:case=766;type="f16";wgSize=[64,2,1\]] + + [:case=766;type="f32";wgSize=[128,1,1\]] + + [:case=766;type="f32";wgSize=[64,2,1\]] + + [:case=767;type="f16";wgSize=[128,1,1\]] + + [:case=767;type="f16";wgSize=[64,2,1\]] + + [:case=767;type="f32";wgSize=[128,1,1\]] + + [:case=767;type="f32";wgSize=[64,2,1\]] + + [:case=768;type="f16";wgSize=[128,1,1\]] + + [:case=768;type="f16";wgSize=[64,2,1\]] + + [:case=768;type="f32";wgSize=[128,1,1\]] + + [:case=768;type="f32";wgSize=[64,2,1\]] + + [:case=769;type="f16";wgSize=[128,1,1\]] + + [:case=769;type="f16";wgSize=[64,2,1\]] + + [:case=769;type="f32";wgSize=[128,1,1\]] + + [:case=769;type="f32";wgSize=[64,2,1\]] + + [:case=76;type="f16";wgSize=[128,1,1\]] + + [:case=76;type="f16";wgSize=[64,2,1\]] + + [:case=76;type="f32";wgSize=[128,1,1\]] + + [:case=76;type="f32";wgSize=[64,2,1\]] + + [:case=770;type="f16";wgSize=[128,1,1\]] + + [:case=770;type="f16";wgSize=[64,2,1\]] + + [:case=770;type="f32";wgSize=[128,1,1\]] + + [:case=770;type="f32";wgSize=[64,2,1\]] + + [:case=771;type="f16";wgSize=[128,1,1\]] + + [:case=771;type="f16";wgSize=[64,2,1\]] + + [:case=771;type="f32";wgSize=[128,1,1\]] + + [:case=771;type="f32";wgSize=[64,2,1\]] + + [:case=772;type="f16";wgSize=[128,1,1\]] + + [:case=772;type="f16";wgSize=[64,2,1\]] + + [:case=772;type="f32";wgSize=[128,1,1\]] + + [:case=772;type="f32";wgSize=[64,2,1\]] + + [:case=773;type="f16";wgSize=[128,1,1\]] + + [:case=773;type="f16";wgSize=[64,2,1\]] + + [:case=773;type="f32";wgSize=[128,1,1\]] + + [:case=773;type="f32";wgSize=[64,2,1\]] + + [:case=774;type="f16";wgSize=[128,1,1\]] + + [:case=774;type="f16";wgSize=[64,2,1\]] + + [:case=774;type="f32";wgSize=[128,1,1\]] + + [:case=774;type="f32";wgSize=[64,2,1\]] + + [:case=775;type="f16";wgSize=[128,1,1\]] + + [:case=775;type="f16";wgSize=[64,2,1\]] + + [:case=775;type="f32";wgSize=[128,1,1\]] + + [:case=775;type="f32";wgSize=[64,2,1\]] + + [:case=776;type="f16";wgSize=[128,1,1\]] + + [:case=776;type="f16";wgSize=[64,2,1\]] + + [:case=776;type="f32";wgSize=[128,1,1\]] + + [:case=776;type="f32";wgSize=[64,2,1\]] + + [:case=777;type="f16";wgSize=[128,1,1\]] + + [:case=777;type="f16";wgSize=[64,2,1\]] + + [:case=777;type="f32";wgSize=[128,1,1\]] + + [:case=777;type="f32";wgSize=[64,2,1\]] + + [:case=778;type="f16";wgSize=[128,1,1\]] + + [:case=778;type="f16";wgSize=[64,2,1\]] + + [:case=778;type="f32";wgSize=[128,1,1\]] + + [:case=778;type="f32";wgSize=[64,2,1\]] + + [:case=779;type="f16";wgSize=[128,1,1\]] + + [:case=779;type="f16";wgSize=[64,2,1\]] + + [:case=779;type="f32";wgSize=[128,1,1\]] + + [:case=779;type="f32";wgSize=[64,2,1\]] + + [:case=77;type="f16";wgSize=[128,1,1\]] + + [:case=77;type="f16";wgSize=[64,2,1\]] + + [:case=77;type="f32";wgSize=[128,1,1\]] + + [:case=77;type="f32";wgSize=[64,2,1\]] + + [:case=780;type="f16";wgSize=[128,1,1\]] + + [:case=780;type="f16";wgSize=[64,2,1\]] + + [:case=780;type="f32";wgSize=[128,1,1\]] + + [:case=780;type="f32";wgSize=[64,2,1\]] + + [:case=781;type="f16";wgSize=[128,1,1\]] + + [:case=781;type="f16";wgSize=[64,2,1\]] + + [:case=781;type="f32";wgSize=[128,1,1\]] + + [:case=781;type="f32";wgSize=[64,2,1\]] + + [:case=782;type="f16";wgSize=[128,1,1\]] + + [:case=782;type="f16";wgSize=[64,2,1\]] + + [:case=782;type="f32";wgSize=[128,1,1\]] + + [:case=782;type="f32";wgSize=[64,2,1\]] + + [:case=783;type="f16";wgSize=[128,1,1\]] + + [:case=783;type="f16";wgSize=[64,2,1\]] + + [:case=783;type="f32";wgSize=[128,1,1\]] + + [:case=783;type="f32";wgSize=[64,2,1\]] + + [:case=784;type="f16";wgSize=[128,1,1\]] + + [:case=784;type="f16";wgSize=[64,2,1\]] + + [:case=784;type="f32";wgSize=[128,1,1\]] + + [:case=784;type="f32";wgSize=[64,2,1\]] + + [:case=785;type="f16";wgSize=[128,1,1\]] + + [:case=785;type="f16";wgSize=[64,2,1\]] + + [:case=785;type="f32";wgSize=[128,1,1\]] + + [:case=785;type="f32";wgSize=[64,2,1\]] + + [:case=786;type="f16";wgSize=[128,1,1\]] + + [:case=786;type="f16";wgSize=[64,2,1\]] + + [:case=786;type="f32";wgSize=[128,1,1\]] + + [:case=786;type="f32";wgSize=[64,2,1\]] + + [:case=787;type="f16";wgSize=[128,1,1\]] + + [:case=787;type="f16";wgSize=[64,2,1\]] + + [:case=787;type="f32";wgSize=[128,1,1\]] + + [:case=787;type="f32";wgSize=[64,2,1\]] + + [:case=788;type="f16";wgSize=[128,1,1\]] + + [:case=788;type="f16";wgSize=[64,2,1\]] + + [:case=788;type="f32";wgSize=[128,1,1\]] + + [:case=788;type="f32";wgSize=[64,2,1\]] + + [:case=789;type="f16";wgSize=[128,1,1\]] + + [:case=789;type="f16";wgSize=[64,2,1\]] + + [:case=789;type="f32";wgSize=[128,1,1\]] + + [:case=789;type="f32";wgSize=[64,2,1\]] + + [:case=78;type="f16";wgSize=[128,1,1\]] + + [:case=78;type="f16";wgSize=[64,2,1\]] + + [:case=78;type="f32";wgSize=[128,1,1\]] + + [:case=78;type="f32";wgSize=[64,2,1\]] + + [:case=790;type="f16";wgSize=[128,1,1\]] + + [:case=790;type="f16";wgSize=[64,2,1\]] + + [:case=790;type="f32";wgSize=[128,1,1\]] + + [:case=790;type="f32";wgSize=[64,2,1\]] + + [:case=791;type="f16";wgSize=[128,1,1\]] + + [:case=791;type="f16";wgSize=[64,2,1\]] + + [:case=791;type="f32";wgSize=[128,1,1\]] + + [:case=791;type="f32";wgSize=[64,2,1\]] + + [:case=792;type="f16";wgSize=[128,1,1\]] + + [:case=792;type="f16";wgSize=[64,2,1\]] + + [:case=792;type="f32";wgSize=[128,1,1\]] + + [:case=792;type="f32";wgSize=[64,2,1\]] + + [:case=793;type="f16";wgSize=[128,1,1\]] + + [:case=793;type="f16";wgSize=[64,2,1\]] + + [:case=793;type="f32";wgSize=[128,1,1\]] + + [:case=793;type="f32";wgSize=[64,2,1\]] + + [:case=794;type="f16";wgSize=[128,1,1\]] + + [:case=794;type="f16";wgSize=[64,2,1\]] + + [:case=794;type="f32";wgSize=[128,1,1\]] + + [:case=794;type="f32";wgSize=[64,2,1\]] + + [:case=795;type="f16";wgSize=[128,1,1\]] + + [:case=795;type="f16";wgSize=[64,2,1\]] + + [:case=795;type="f32";wgSize=[128,1,1\]] + + [:case=795;type="f32";wgSize=[64,2,1\]] + + [:case=796;type="f16";wgSize=[128,1,1\]] + + [:case=796;type="f16";wgSize=[64,2,1\]] + + [:case=796;type="f32";wgSize=[128,1,1\]] + + [:case=796;type="f32";wgSize=[64,2,1\]] + + [:case=797;type="f16";wgSize=[128,1,1\]] + + [:case=797;type="f16";wgSize=[64,2,1\]] + + [:case=797;type="f32";wgSize=[128,1,1\]] + + [:case=797;type="f32";wgSize=[64,2,1\]] + + [:case=798;type="f16";wgSize=[128,1,1\]] + + [:case=798;type="f16";wgSize=[64,2,1\]] + + [:case=798;type="f32";wgSize=[128,1,1\]] + + [:case=798;type="f32";wgSize=[64,2,1\]] + + [:case=799;type="f16";wgSize=[128,1,1\]] + + [:case=799;type="f16";wgSize=[64,2,1\]] + + [:case=799;type="f32";wgSize=[128,1,1\]] + + [:case=799;type="f32";wgSize=[64,2,1\]] + + [:case=79;type="f16";wgSize=[128,1,1\]] + + [:case=79;type="f16";wgSize=[64,2,1\]] + + [:case=79;type="f32";wgSize=[128,1,1\]] + + [:case=79;type="f32";wgSize=[64,2,1\]] + + [:case=7;type="f16";wgSize=[128,1,1\]] + + [:case=7;type="f16";wgSize=[64,2,1\]] + + [:case=7;type="f32";wgSize=[128,1,1\]] + + [:case=7;type="f32";wgSize=[64,2,1\]] + + [:case=800;type="f16";wgSize=[128,1,1\]] + + [:case=800;type="f16";wgSize=[64,2,1\]] + + [:case=800;type="f32";wgSize=[128,1,1\]] + + [:case=800;type="f32";wgSize=[64,2,1\]] + + [:case=801;type="f16";wgSize=[128,1,1\]] + + [:case=801;type="f16";wgSize=[64,2,1\]] + + [:case=801;type="f32";wgSize=[128,1,1\]] + + [:case=801;type="f32";wgSize=[64,2,1\]] + + [:case=802;type="f16";wgSize=[128,1,1\]] + + [:case=802;type="f16";wgSize=[64,2,1\]] + + [:case=802;type="f32";wgSize=[128,1,1\]] + + [:case=802;type="f32";wgSize=[64,2,1\]] + + [:case=803;type="f16";wgSize=[128,1,1\]] + + [:case=803;type="f16";wgSize=[64,2,1\]] + + [:case=803;type="f32";wgSize=[128,1,1\]] + + [:case=803;type="f32";wgSize=[64,2,1\]] + + [:case=804;type="f16";wgSize=[128,1,1\]] + + [:case=804;type="f16";wgSize=[64,2,1\]] + + [:case=804;type="f32";wgSize=[128,1,1\]] + + [:case=804;type="f32";wgSize=[64,2,1\]] + + [:case=805;type="f16";wgSize=[128,1,1\]] + + [:case=805;type="f16";wgSize=[64,2,1\]] + + [:case=805;type="f32";wgSize=[128,1,1\]] + + [:case=805;type="f32";wgSize=[64,2,1\]] + + [:case=806;type="f16";wgSize=[128,1,1\]] + + [:case=806;type="f16";wgSize=[64,2,1\]] + + [:case=806;type="f32";wgSize=[128,1,1\]] + + [:case=806;type="f32";wgSize=[64,2,1\]] + + [:case=807;type="f16";wgSize=[128,1,1\]] + + [:case=807;type="f16";wgSize=[64,2,1\]] + + [:case=807;type="f32";wgSize=[128,1,1\]] + + [:case=807;type="f32";wgSize=[64,2,1\]] + + [:case=808;type="f16";wgSize=[128,1,1\]] + + [:case=808;type="f16";wgSize=[64,2,1\]] + + [:case=808;type="f32";wgSize=[128,1,1\]] + + [:case=808;type="f32";wgSize=[64,2,1\]] + + [:case=809;type="f16";wgSize=[128,1,1\]] + + [:case=809;type="f16";wgSize=[64,2,1\]] + + [:case=809;type="f32";wgSize=[128,1,1\]] + + [:case=809;type="f32";wgSize=[64,2,1\]] + + [:case=80;type="f16";wgSize=[128,1,1\]] + + [:case=80;type="f16";wgSize=[64,2,1\]] + + [:case=80;type="f32";wgSize=[128,1,1\]] + + [:case=80;type="f32";wgSize=[64,2,1\]] + + [:case=810;type="f16";wgSize=[128,1,1\]] + + [:case=810;type="f16";wgSize=[64,2,1\]] + + [:case=810;type="f32";wgSize=[128,1,1\]] + + [:case=810;type="f32";wgSize=[64,2,1\]] + + [:case=811;type="f16";wgSize=[128,1,1\]] + + [:case=811;type="f16";wgSize=[64,2,1\]] + + [:case=811;type="f32";wgSize=[128,1,1\]] + + [:case=811;type="f32";wgSize=[64,2,1\]] + + [:case=812;type="f16";wgSize=[128,1,1\]] + + [:case=812;type="f16";wgSize=[64,2,1\]] + + [:case=812;type="f32";wgSize=[128,1,1\]] + + [:case=812;type="f32";wgSize=[64,2,1\]] + + [:case=813;type="f16";wgSize=[128,1,1\]] + + [:case=813;type="f16";wgSize=[64,2,1\]] + + [:case=813;type="f32";wgSize=[128,1,1\]] + + [:case=813;type="f32";wgSize=[64,2,1\]] + + [:case=814;type="f16";wgSize=[128,1,1\]] + + [:case=814;type="f16";wgSize=[64,2,1\]] + + [:case=814;type="f32";wgSize=[128,1,1\]] + + [:case=814;type="f32";wgSize=[64,2,1\]] + + [:case=815;type="f16";wgSize=[128,1,1\]] + + [:case=815;type="f16";wgSize=[64,2,1\]] + + [:case=815;type="f32";wgSize=[128,1,1\]] + + [:case=815;type="f32";wgSize=[64,2,1\]] + + [:case=816;type="f16";wgSize=[128,1,1\]] + + [:case=816;type="f16";wgSize=[64,2,1\]] + + [:case=816;type="f32";wgSize=[128,1,1\]] + + [:case=816;type="f32";wgSize=[64,2,1\]] + + [:case=817;type="f16";wgSize=[128,1,1\]] + + [:case=817;type="f16";wgSize=[64,2,1\]] + + [:case=817;type="f32";wgSize=[128,1,1\]] + + [:case=817;type="f32";wgSize=[64,2,1\]] + + [:case=818;type="f16";wgSize=[128,1,1\]] + + [:case=818;type="f16";wgSize=[64,2,1\]] + + [:case=818;type="f32";wgSize=[128,1,1\]] + + [:case=818;type="f32";wgSize=[64,2,1\]] + + [:case=819;type="f16";wgSize=[128,1,1\]] + + [:case=819;type="f16";wgSize=[64,2,1\]] + + [:case=819;type="f32";wgSize=[128,1,1\]] + + [:case=819;type="f32";wgSize=[64,2,1\]] + + [:case=81;type="f16";wgSize=[128,1,1\]] + + [:case=81;type="f16";wgSize=[64,2,1\]] + + [:case=81;type="f32";wgSize=[128,1,1\]] + + [:case=81;type="f32";wgSize=[64,2,1\]] + + [:case=820;type="f16";wgSize=[128,1,1\]] + + [:case=820;type="f16";wgSize=[64,2,1\]] + + [:case=820;type="f32";wgSize=[128,1,1\]] + + [:case=820;type="f32";wgSize=[64,2,1\]] + + [:case=821;type="f16";wgSize=[128,1,1\]] + + [:case=821;type="f16";wgSize=[64,2,1\]] + + [:case=821;type="f32";wgSize=[128,1,1\]] + + [:case=821;type="f32";wgSize=[64,2,1\]] + + [:case=822;type="f16";wgSize=[128,1,1\]] + + [:case=822;type="f16";wgSize=[64,2,1\]] + + [:case=822;type="f32";wgSize=[128,1,1\]] + + [:case=822;type="f32";wgSize=[64,2,1\]] + + [:case=823;type="f16";wgSize=[128,1,1\]] + + [:case=823;type="f16";wgSize=[64,2,1\]] + + [:case=823;type="f32";wgSize=[128,1,1\]] + + [:case=823;type="f32";wgSize=[64,2,1\]] + + [:case=824;type="f16";wgSize=[128,1,1\]] + + [:case=824;type="f16";wgSize=[64,2,1\]] + + [:case=824;type="f32";wgSize=[128,1,1\]] + + [:case=824;type="f32";wgSize=[64,2,1\]] + + [:case=825;type="f16";wgSize=[128,1,1\]] + + [:case=825;type="f16";wgSize=[64,2,1\]] + + [:case=825;type="f32";wgSize=[128,1,1\]] + + [:case=825;type="f32";wgSize=[64,2,1\]] + + [:case=826;type="f16";wgSize=[128,1,1\]] + + [:case=826;type="f16";wgSize=[64,2,1\]] + + [:case=826;type="f32";wgSize=[128,1,1\]] + + [:case=826;type="f32";wgSize=[64,2,1\]] + + [:case=827;type="f16";wgSize=[128,1,1\]] + + [:case=827;type="f16";wgSize=[64,2,1\]] + + [:case=827;type="f32";wgSize=[128,1,1\]] + + [:case=827;type="f32";wgSize=[64,2,1\]] + + [:case=828;type="f16";wgSize=[128,1,1\]] + + [:case=828;type="f16";wgSize=[64,2,1\]] + + [:case=828;type="f32";wgSize=[128,1,1\]] + + [:case=828;type="f32";wgSize=[64,2,1\]] + + [:case=829;type="f16";wgSize=[128,1,1\]] + + [:case=829;type="f16";wgSize=[64,2,1\]] + + [:case=829;type="f32";wgSize=[128,1,1\]] + + [:case=829;type="f32";wgSize=[64,2,1\]] + + [:case=82;type="f16";wgSize=[128,1,1\]] + + [:case=82;type="f16";wgSize=[64,2,1\]] + + [:case=82;type="f32";wgSize=[128,1,1\]] + + [:case=82;type="f32";wgSize=[64,2,1\]] + + [:case=830;type="f16";wgSize=[128,1,1\]] + + [:case=830;type="f16";wgSize=[64,2,1\]] + + [:case=830;type="f32";wgSize=[128,1,1\]] + + [:case=830;type="f32";wgSize=[64,2,1\]] + + [:case=831;type="f16";wgSize=[128,1,1\]] + + [:case=831;type="f16";wgSize=[64,2,1\]] + + [:case=831;type="f32";wgSize=[128,1,1\]] + + [:case=831;type="f32";wgSize=[64,2,1\]] + + [:case=832;type="f16";wgSize=[128,1,1\]] + + [:case=832;type="f16";wgSize=[64,2,1\]] + + [:case=832;type="f32";wgSize=[128,1,1\]] + + [:case=832;type="f32";wgSize=[64,2,1\]] + + [:case=833;type="f16";wgSize=[128,1,1\]] + + [:case=833;type="f16";wgSize=[64,2,1\]] + + [:case=833;type="f32";wgSize=[128,1,1\]] + + [:case=833;type="f32";wgSize=[64,2,1\]] + + [:case=834;type="f16";wgSize=[128,1,1\]] + + [:case=834;type="f16";wgSize=[64,2,1\]] + + [:case=834;type="f32";wgSize=[128,1,1\]] + + [:case=834;type="f32";wgSize=[64,2,1\]] + + [:case=835;type="f16";wgSize=[128,1,1\]] + + [:case=835;type="f16";wgSize=[64,2,1\]] + + [:case=835;type="f32";wgSize=[128,1,1\]] + + [:case=835;type="f32";wgSize=[64,2,1\]] + + [:case=836;type="f16";wgSize=[128,1,1\]] + + [:case=836;type="f16";wgSize=[64,2,1\]] + + [:case=836;type="f32";wgSize=[128,1,1\]] + + [:case=836;type="f32";wgSize=[64,2,1\]] + + [:case=837;type="f16";wgSize=[128,1,1\]] + + [:case=837;type="f16";wgSize=[64,2,1\]] + + [:case=837;type="f32";wgSize=[128,1,1\]] + + [:case=837;type="f32";wgSize=[64,2,1\]] + + [:case=838;type="f16";wgSize=[128,1,1\]] + + [:case=838;type="f16";wgSize=[64,2,1\]] + + [:case=838;type="f32";wgSize=[128,1,1\]] + + [:case=838;type="f32";wgSize=[64,2,1\]] + + [:case=839;type="f16";wgSize=[128,1,1\]] + + [:case=839;type="f16";wgSize=[64,2,1\]] + + [:case=839;type="f32";wgSize=[128,1,1\]] + + [:case=839;type="f32";wgSize=[64,2,1\]] + + [:case=83;type="f16";wgSize=[128,1,1\]] + + [:case=83;type="f16";wgSize=[64,2,1\]] + + [:case=83;type="f32";wgSize=[128,1,1\]] + + [:case=83;type="f32";wgSize=[64,2,1\]] + + [:case=840;type="f16";wgSize=[128,1,1\]] + + [:case=840;type="f16";wgSize=[64,2,1\]] + + [:case=840;type="f32";wgSize=[128,1,1\]] + + [:case=840;type="f32";wgSize=[64,2,1\]] + + [:case=841;type="f16";wgSize=[128,1,1\]] + + [:case=841;type="f16";wgSize=[64,2,1\]] + + [:case=841;type="f32";wgSize=[128,1,1\]] + + [:case=841;type="f32";wgSize=[64,2,1\]] + + [:case=842;type="f16";wgSize=[128,1,1\]] + + [:case=842;type="f16";wgSize=[64,2,1\]] + + [:case=842;type="f32";wgSize=[128,1,1\]] + + [:case=842;type="f32";wgSize=[64,2,1\]] + + [:case=843;type="f16";wgSize=[128,1,1\]] + + [:case=843;type="f16";wgSize=[64,2,1\]] + + [:case=843;type="f32";wgSize=[128,1,1\]] + + [:case=843;type="f32";wgSize=[64,2,1\]] + + [:case=844;type="f16";wgSize=[128,1,1\]] + + [:case=844;type="f16";wgSize=[64,2,1\]] + + [:case=844;type="f32";wgSize=[128,1,1\]] + + [:case=844;type="f32";wgSize=[64,2,1\]] + + [:case=845;type="f16";wgSize=[128,1,1\]] + + [:case=845;type="f16";wgSize=[64,2,1\]] + + [:case=845;type="f32";wgSize=[128,1,1\]] + + [:case=845;type="f32";wgSize=[64,2,1\]] + + [:case=846;type="f16";wgSize=[128,1,1\]] + + [:case=846;type="f16";wgSize=[64,2,1\]] + + [:case=846;type="f32";wgSize=[128,1,1\]] + + [:case=846;type="f32";wgSize=[64,2,1\]] + + [:case=847;type="f16";wgSize=[128,1,1\]] + + [:case=847;type="f16";wgSize=[64,2,1\]] + + [:case=847;type="f32";wgSize=[128,1,1\]] + + [:case=847;type="f32";wgSize=[64,2,1\]] + + [:case=848;type="f16";wgSize=[128,1,1\]] + + [:case=848;type="f16";wgSize=[64,2,1\]] + + [:case=848;type="f32";wgSize=[128,1,1\]] + + [:case=848;type="f32";wgSize=[64,2,1\]] + + [:case=849;type="f16";wgSize=[128,1,1\]] + + [:case=849;type="f16";wgSize=[64,2,1\]] + + [:case=849;type="f32";wgSize=[128,1,1\]] + + [:case=849;type="f32";wgSize=[64,2,1\]] + + [:case=84;type="f16";wgSize=[128,1,1\]] + + [:case=84;type="f16";wgSize=[64,2,1\]] + + [:case=84;type="f32";wgSize=[128,1,1\]] + + [:case=84;type="f32";wgSize=[64,2,1\]] + + [:case=850;type="f16";wgSize=[128,1,1\]] + + [:case=850;type="f16";wgSize=[64,2,1\]] + + [:case=850;type="f32";wgSize=[128,1,1\]] + + [:case=850;type="f32";wgSize=[64,2,1\]] + + [:case=851;type="f16";wgSize=[128,1,1\]] + + [:case=851;type="f16";wgSize=[64,2,1\]] + + [:case=851;type="f32";wgSize=[128,1,1\]] + + [:case=851;type="f32";wgSize=[64,2,1\]] + + [:case=852;type="f16";wgSize=[128,1,1\]] + + [:case=852;type="f16";wgSize=[64,2,1\]] + + [:case=852;type="f32";wgSize=[128,1,1\]] + + [:case=852;type="f32";wgSize=[64,2,1\]] + + [:case=853;type="f16";wgSize=[128,1,1\]] + + [:case=853;type="f16";wgSize=[64,2,1\]] + + [:case=853;type="f32";wgSize=[128,1,1\]] + + [:case=853;type="f32";wgSize=[64,2,1\]] + + [:case=854;type="f16";wgSize=[128,1,1\]] + + [:case=854;type="f16";wgSize=[64,2,1\]] + + [:case=854;type="f32";wgSize=[128,1,1\]] + + [:case=854;type="f32";wgSize=[64,2,1\]] + + [:case=855;type="f16";wgSize=[128,1,1\]] + + [:case=855;type="f16";wgSize=[64,2,1\]] + + [:case=855;type="f32";wgSize=[128,1,1\]] + + [:case=855;type="f32";wgSize=[64,2,1\]] + + [:case=856;type="f16";wgSize=[128,1,1\]] + + [:case=856;type="f16";wgSize=[64,2,1\]] + + [:case=856;type="f32";wgSize=[128,1,1\]] + + [:case=856;type="f32";wgSize=[64,2,1\]] + + [:case=857;type="f16";wgSize=[128,1,1\]] + + [:case=857;type="f16";wgSize=[64,2,1\]] + + [:case=857;type="f32";wgSize=[128,1,1\]] + + [:case=857;type="f32";wgSize=[64,2,1\]] + + [:case=858;type="f16";wgSize=[128,1,1\]] + + [:case=858;type="f16";wgSize=[64,2,1\]] + + [:case=858;type="f32";wgSize=[128,1,1\]] + + [:case=858;type="f32";wgSize=[64,2,1\]] + + [:case=859;type="f16";wgSize=[128,1,1\]] + + [:case=859;type="f16";wgSize=[64,2,1\]] + + [:case=859;type="f32";wgSize=[128,1,1\]] + + [:case=859;type="f32";wgSize=[64,2,1\]] + + [:case=85;type="f16";wgSize=[128,1,1\]] + + [:case=85;type="f16";wgSize=[64,2,1\]] + + [:case=85;type="f32";wgSize=[128,1,1\]] + + [:case=85;type="f32";wgSize=[64,2,1\]] + + [:case=860;type="f16";wgSize=[128,1,1\]] + + [:case=860;type="f16";wgSize=[64,2,1\]] + + [:case=860;type="f32";wgSize=[128,1,1\]] + + [:case=860;type="f32";wgSize=[64,2,1\]] + + [:case=861;type="f16";wgSize=[128,1,1\]] + + [:case=861;type="f16";wgSize=[64,2,1\]] + + [:case=861;type="f32";wgSize=[128,1,1\]] + + [:case=861;type="f32";wgSize=[64,2,1\]] + + [:case=862;type="f16";wgSize=[128,1,1\]] + + [:case=862;type="f16";wgSize=[64,2,1\]] + + [:case=862;type="f32";wgSize=[128,1,1\]] + + [:case=862;type="f32";wgSize=[64,2,1\]] + + [:case=863;type="f16";wgSize=[128,1,1\]] + + [:case=863;type="f16";wgSize=[64,2,1\]] + + [:case=863;type="f32";wgSize=[128,1,1\]] + + [:case=863;type="f32";wgSize=[64,2,1\]] + + [:case=864;type="f16";wgSize=[128,1,1\]] + + [:case=864;type="f16";wgSize=[64,2,1\]] + + [:case=864;type="f32";wgSize=[128,1,1\]] + + [:case=864;type="f32";wgSize=[64,2,1\]] + + [:case=865;type="f16";wgSize=[128,1,1\]] + + [:case=865;type="f16";wgSize=[64,2,1\]] + + [:case=865;type="f32";wgSize=[128,1,1\]] + + [:case=865;type="f32";wgSize=[64,2,1\]] + + [:case=866;type="f16";wgSize=[128,1,1\]] + + [:case=866;type="f16";wgSize=[64,2,1\]] + + [:case=866;type="f32";wgSize=[128,1,1\]] + + [:case=866;type="f32";wgSize=[64,2,1\]] + + [:case=867;type="f16";wgSize=[128,1,1\]] + + [:case=867;type="f16";wgSize=[64,2,1\]] + + [:case=867;type="f32";wgSize=[128,1,1\]] + + [:case=867;type="f32";wgSize=[64,2,1\]] + + [:case=868;type="f16";wgSize=[128,1,1\]] + + [:case=868;type="f16";wgSize=[64,2,1\]] + + [:case=868;type="f32";wgSize=[128,1,1\]] + + [:case=868;type="f32";wgSize=[64,2,1\]] + + [:case=869;type="f16";wgSize=[128,1,1\]] + + [:case=869;type="f16";wgSize=[64,2,1\]] + + [:case=869;type="f32";wgSize=[128,1,1\]] + + [:case=869;type="f32";wgSize=[64,2,1\]] + + [:case=86;type="f16";wgSize=[128,1,1\]] + + [:case=86;type="f16";wgSize=[64,2,1\]] + + [:case=86;type="f32";wgSize=[128,1,1\]] + + [:case=86;type="f32";wgSize=[64,2,1\]] + + [:case=870;type="f16";wgSize=[128,1,1\]] + + [:case=870;type="f16";wgSize=[64,2,1\]] + + [:case=870;type="f32";wgSize=[128,1,1\]] + + [:case=870;type="f32";wgSize=[64,2,1\]] + + [:case=871;type="f16";wgSize=[128,1,1\]] + + [:case=871;type="f16";wgSize=[64,2,1\]] + + [:case=871;type="f32";wgSize=[128,1,1\]] + + [:case=871;type="f32";wgSize=[64,2,1\]] + + [:case=872;type="f16";wgSize=[128,1,1\]] + + [:case=872;type="f16";wgSize=[64,2,1\]] + + [:case=872;type="f32";wgSize=[128,1,1\]] + + [:case=872;type="f32";wgSize=[64,2,1\]] + + [:case=873;type="f16";wgSize=[128,1,1\]] + + [:case=873;type="f16";wgSize=[64,2,1\]] + + [:case=873;type="f32";wgSize=[128,1,1\]] + + [:case=873;type="f32";wgSize=[64,2,1\]] + + [:case=874;type="f16";wgSize=[128,1,1\]] + + [:case=874;type="f16";wgSize=[64,2,1\]] + + [:case=874;type="f32";wgSize=[128,1,1\]] + + [:case=874;type="f32";wgSize=[64,2,1\]] + + [:case=875;type="f16";wgSize=[128,1,1\]] + + [:case=875;type="f16";wgSize=[64,2,1\]] + + [:case=875;type="f32";wgSize=[128,1,1\]] + + [:case=875;type="f32";wgSize=[64,2,1\]] + + [:case=876;type="f16";wgSize=[128,1,1\]] + + [:case=876;type="f16";wgSize=[64,2,1\]] + + [:case=876;type="f32";wgSize=[128,1,1\]] + + [:case=876;type="f32";wgSize=[64,2,1\]] + + [:case=877;type="f16";wgSize=[128,1,1\]] + + [:case=877;type="f16";wgSize=[64,2,1\]] + + [:case=877;type="f32";wgSize=[128,1,1\]] + + [:case=877;type="f32";wgSize=[64,2,1\]] + + [:case=878;type="f16";wgSize=[128,1,1\]] + + [:case=878;type="f16";wgSize=[64,2,1\]] + + [:case=878;type="f32";wgSize=[128,1,1\]] + + [:case=878;type="f32";wgSize=[64,2,1\]] + + [:case=879;type="f16";wgSize=[128,1,1\]] + + [:case=879;type="f16";wgSize=[64,2,1\]] + + [:case=879;type="f32";wgSize=[128,1,1\]] + + [:case=879;type="f32";wgSize=[64,2,1\]] + + [:case=87;type="f16";wgSize=[128,1,1\]] + + [:case=87;type="f16";wgSize=[64,2,1\]] + + [:case=87;type="f32";wgSize=[128,1,1\]] + + [:case=87;type="f32";wgSize=[64,2,1\]] + + [:case=880;type="f16";wgSize=[128,1,1\]] + + [:case=880;type="f16";wgSize=[64,2,1\]] + + [:case=880;type="f32";wgSize=[128,1,1\]] + + [:case=880;type="f32";wgSize=[64,2,1\]] + + [:case=881;type="f16";wgSize=[128,1,1\]] + + [:case=881;type="f16";wgSize=[64,2,1\]] + + [:case=881;type="f32";wgSize=[128,1,1\]] + + [:case=881;type="f32";wgSize=[64,2,1\]] + + [:case=882;type="f16";wgSize=[128,1,1\]] + + [:case=882;type="f16";wgSize=[64,2,1\]] + + [:case=882;type="f32";wgSize=[128,1,1\]] + + [:case=882;type="f32";wgSize=[64,2,1\]] + + [:case=883;type="f16";wgSize=[128,1,1\]] + + [:case=883;type="f16";wgSize=[64,2,1\]] + + [:case=883;type="f32";wgSize=[128,1,1\]] + + [:case=883;type="f32";wgSize=[64,2,1\]] + + [:case=884;type="f16";wgSize=[128,1,1\]] + + [:case=884;type="f16";wgSize=[64,2,1\]] + + [:case=884;type="f32";wgSize=[128,1,1\]] + + [:case=884;type="f32";wgSize=[64,2,1\]] + + [:case=885;type="f16";wgSize=[128,1,1\]] + + [:case=885;type="f16";wgSize=[64,2,1\]] + + [:case=885;type="f32";wgSize=[128,1,1\]] + + [:case=885;type="f32";wgSize=[64,2,1\]] + + [:case=886;type="f16";wgSize=[128,1,1\]] + + [:case=886;type="f16";wgSize=[64,2,1\]] + + [:case=886;type="f32";wgSize=[128,1,1\]] + + [:case=886;type="f32";wgSize=[64,2,1\]] + + [:case=887;type="f16";wgSize=[128,1,1\]] + + [:case=887;type="f16";wgSize=[64,2,1\]] + + [:case=887;type="f32";wgSize=[128,1,1\]] + + [:case=887;type="f32";wgSize=[64,2,1\]] + + [:case=888;type="f16";wgSize=[128,1,1\]] + + [:case=888;type="f16";wgSize=[64,2,1\]] + + [:case=888;type="f32";wgSize=[128,1,1\]] + + [:case=888;type="f32";wgSize=[64,2,1\]] + + [:case=889;type="f16";wgSize=[128,1,1\]] + + [:case=889;type="f16";wgSize=[64,2,1\]] + + [:case=889;type="f32";wgSize=[128,1,1\]] + + [:case=889;type="f32";wgSize=[64,2,1\]] + + [:case=88;type="f16";wgSize=[128,1,1\]] + + [:case=88;type="f16";wgSize=[64,2,1\]] + + [:case=88;type="f32";wgSize=[128,1,1\]] + + [:case=88;type="f32";wgSize=[64,2,1\]] + + [:case=890;type="f16";wgSize=[128,1,1\]] + + [:case=890;type="f16";wgSize=[64,2,1\]] + + [:case=890;type="f32";wgSize=[128,1,1\]] + + [:case=890;type="f32";wgSize=[64,2,1\]] + + [:case=891;type="f16";wgSize=[128,1,1\]] + + [:case=891;type="f16";wgSize=[64,2,1\]] + + [:case=891;type="f32";wgSize=[128,1,1\]] + + [:case=891;type="f32";wgSize=[64,2,1\]] + + [:case=892;type="f16";wgSize=[128,1,1\]] + + [:case=892;type="f16";wgSize=[64,2,1\]] + + [:case=892;type="f32";wgSize=[128,1,1\]] + + [:case=892;type="f32";wgSize=[64,2,1\]] + + [:case=893;type="f16";wgSize=[128,1,1\]] + + [:case=893;type="f16";wgSize=[64,2,1\]] + + [:case=893;type="f32";wgSize=[128,1,1\]] + + [:case=893;type="f32";wgSize=[64,2,1\]] + + [:case=894;type="f16";wgSize=[128,1,1\]] + + [:case=894;type="f16";wgSize=[64,2,1\]] + + [:case=894;type="f32";wgSize=[128,1,1\]] + + [:case=894;type="f32";wgSize=[64,2,1\]] + + [:case=895;type="f16";wgSize=[128,1,1\]] + + [:case=895;type="f16";wgSize=[64,2,1\]] + + [:case=895;type="f32";wgSize=[128,1,1\]] + + [:case=895;type="f32";wgSize=[64,2,1\]] + + [:case=896;type="f16";wgSize=[128,1,1\]] + + [:case=896;type="f16";wgSize=[64,2,1\]] + + [:case=896;type="f32";wgSize=[128,1,1\]] + + [:case=896;type="f32";wgSize=[64,2,1\]] + + [:case=897;type="f16";wgSize=[128,1,1\]] + + [:case=897;type="f16";wgSize=[64,2,1\]] + + [:case=897;type="f32";wgSize=[128,1,1\]] + + [:case=897;type="f32";wgSize=[64,2,1\]] + + [:case=898;type="f16";wgSize=[128,1,1\]] + + [:case=898;type="f16";wgSize=[64,2,1\]] + + [:case=898;type="f32";wgSize=[128,1,1\]] + + [:case=898;type="f32";wgSize=[64,2,1\]] + + [:case=899;type="f16";wgSize=[128,1,1\]] + + [:case=899;type="f16";wgSize=[64,2,1\]] + + [:case=899;type="f32";wgSize=[128,1,1\]] + + [:case=899;type="f32";wgSize=[64,2,1\]] + + [:case=89;type="f16";wgSize=[128,1,1\]] + + [:case=89;type="f16";wgSize=[64,2,1\]] + + [:case=89;type="f32";wgSize=[128,1,1\]] + + [:case=89;type="f32";wgSize=[64,2,1\]] + + [:case=8;type="f16";wgSize=[128,1,1\]] + + [:case=8;type="f16";wgSize=[64,2,1\]] + + [:case=8;type="f32";wgSize=[128,1,1\]] + + [:case=8;type="f32";wgSize=[64,2,1\]] + + [:case=900;type="f16";wgSize=[128,1,1\]] + + [:case=900;type="f16";wgSize=[64,2,1\]] + + [:case=900;type="f32";wgSize=[128,1,1\]] + + [:case=900;type="f32";wgSize=[64,2,1\]] + + [:case=901;type="f16";wgSize=[128,1,1\]] + + [:case=901;type="f16";wgSize=[64,2,1\]] + + [:case=901;type="f32";wgSize=[128,1,1\]] + + [:case=901;type="f32";wgSize=[64,2,1\]] + + [:case=902;type="f16";wgSize=[128,1,1\]] + + [:case=902;type="f16";wgSize=[64,2,1\]] + + [:case=902;type="f32";wgSize=[128,1,1\]] + + [:case=902;type="f32";wgSize=[64,2,1\]] + + [:case=903;type="f16";wgSize=[128,1,1\]] + + [:case=903;type="f16";wgSize=[64,2,1\]] + + [:case=903;type="f32";wgSize=[128,1,1\]] + + [:case=903;type="f32";wgSize=[64,2,1\]] + + [:case=904;type="f16";wgSize=[128,1,1\]] + + [:case=904;type="f16";wgSize=[64,2,1\]] + + [:case=904;type="f32";wgSize=[128,1,1\]] + + [:case=904;type="f32";wgSize=[64,2,1\]] + + [:case=905;type="f16";wgSize=[128,1,1\]] + + [:case=905;type="f16";wgSize=[64,2,1\]] + + [:case=905;type="f32";wgSize=[128,1,1\]] + + [:case=905;type="f32";wgSize=[64,2,1\]] + + [:case=906;type="f16";wgSize=[128,1,1\]] + + [:case=906;type="f16";wgSize=[64,2,1\]] + + [:case=906;type="f32";wgSize=[128,1,1\]] + + [:case=906;type="f32";wgSize=[64,2,1\]] + + [:case=907;type="f16";wgSize=[128,1,1\]] + + [:case=907;type="f16";wgSize=[64,2,1\]] + + [:case=907;type="f32";wgSize=[128,1,1\]] + + [:case=907;type="f32";wgSize=[64,2,1\]] + + [:case=908;type="f16";wgSize=[128,1,1\]] + + [:case=908;type="f16";wgSize=[64,2,1\]] + + [:case=908;type="f32";wgSize=[128,1,1\]] + + [:case=908;type="f32";wgSize=[64,2,1\]] + + [:case=909;type="f16";wgSize=[128,1,1\]] + + [:case=909;type="f16";wgSize=[64,2,1\]] + + [:case=909;type="f32";wgSize=[128,1,1\]] + + [:case=909;type="f32";wgSize=[64,2,1\]] + + [:case=90;type="f16";wgSize=[128,1,1\]] + + [:case=90;type="f16";wgSize=[64,2,1\]] + + [:case=90;type="f32";wgSize=[128,1,1\]] + + [:case=90;type="f32";wgSize=[64,2,1\]] + + [:case=910;type="f16";wgSize=[128,1,1\]] + + [:case=910;type="f16";wgSize=[64,2,1\]] + + [:case=910;type="f32";wgSize=[128,1,1\]] + + [:case=910;type="f32";wgSize=[64,2,1\]] + + [:case=911;type="f16";wgSize=[128,1,1\]] + + [:case=911;type="f16";wgSize=[64,2,1\]] + + [:case=911;type="f32";wgSize=[128,1,1\]] + + [:case=911;type="f32";wgSize=[64,2,1\]] + + [:case=912;type="f16";wgSize=[128,1,1\]] + + [:case=912;type="f16";wgSize=[64,2,1\]] + + [:case=912;type="f32";wgSize=[128,1,1\]] + + [:case=912;type="f32";wgSize=[64,2,1\]] + + [:case=913;type="f16";wgSize=[128,1,1\]] + + [:case=913;type="f16";wgSize=[64,2,1\]] + + [:case=913;type="f32";wgSize=[128,1,1\]] + + [:case=913;type="f32";wgSize=[64,2,1\]] + + [:case=914;type="f16";wgSize=[128,1,1\]] + + [:case=914;type="f16";wgSize=[64,2,1\]] + + [:case=914;type="f32";wgSize=[128,1,1\]] + + [:case=914;type="f32";wgSize=[64,2,1\]] + + [:case=915;type="f16";wgSize=[128,1,1\]] + + [:case=915;type="f16";wgSize=[64,2,1\]] + + [:case=915;type="f32";wgSize=[128,1,1\]] + + [:case=915;type="f32";wgSize=[64,2,1\]] + + [:case=916;type="f16";wgSize=[128,1,1\]] + + [:case=916;type="f16";wgSize=[64,2,1\]] + + [:case=916;type="f32";wgSize=[128,1,1\]] + + [:case=916;type="f32";wgSize=[64,2,1\]] + + [:case=917;type="f16";wgSize=[128,1,1\]] + + [:case=917;type="f16";wgSize=[64,2,1\]] + + [:case=917;type="f32";wgSize=[128,1,1\]] + + [:case=917;type="f32";wgSize=[64,2,1\]] + + [:case=918;type="f16";wgSize=[128,1,1\]] + + [:case=918;type="f16";wgSize=[64,2,1\]] + + [:case=918;type="f32";wgSize=[128,1,1\]] + + [:case=918;type="f32";wgSize=[64,2,1\]] + + [:case=919;type="f16";wgSize=[128,1,1\]] + + [:case=919;type="f16";wgSize=[64,2,1\]] + + [:case=919;type="f32";wgSize=[128,1,1\]] + + [:case=919;type="f32";wgSize=[64,2,1\]] + + [:case=91;type="f16";wgSize=[128,1,1\]] + + [:case=91;type="f16";wgSize=[64,2,1\]] + + [:case=91;type="f32";wgSize=[128,1,1\]] + + [:case=91;type="f32";wgSize=[64,2,1\]] + + [:case=920;type="f16";wgSize=[128,1,1\]] + + [:case=920;type="f16";wgSize=[64,2,1\]] + + [:case=920;type="f32";wgSize=[128,1,1\]] + + [:case=920;type="f32";wgSize=[64,2,1\]] + + [:case=921;type="f16";wgSize=[128,1,1\]] + + [:case=921;type="f16";wgSize=[64,2,1\]] + + [:case=921;type="f32";wgSize=[128,1,1\]] + + [:case=921;type="f32";wgSize=[64,2,1\]] + + [:case=922;type="f16";wgSize=[128,1,1\]] + + [:case=922;type="f16";wgSize=[64,2,1\]] + + [:case=922;type="f32";wgSize=[128,1,1\]] + + [:case=922;type="f32";wgSize=[64,2,1\]] + + [:case=923;type="f16";wgSize=[128,1,1\]] + + [:case=923;type="f16";wgSize=[64,2,1\]] + + [:case=923;type="f32";wgSize=[128,1,1\]] + + [:case=923;type="f32";wgSize=[64,2,1\]] + + [:case=924;type="f16";wgSize=[128,1,1\]] + + [:case=924;type="f16";wgSize=[64,2,1\]] + + [:case=924;type="f32";wgSize=[128,1,1\]] + + [:case=924;type="f32";wgSize=[64,2,1\]] + + [:case=925;type="f16";wgSize=[128,1,1\]] + + [:case=925;type="f16";wgSize=[64,2,1\]] + + [:case=925;type="f32";wgSize=[128,1,1\]] + + [:case=925;type="f32";wgSize=[64,2,1\]] + + [:case=926;type="f16";wgSize=[128,1,1\]] + + [:case=926;type="f16";wgSize=[64,2,1\]] + + [:case=926;type="f32";wgSize=[128,1,1\]] + + [:case=926;type="f32";wgSize=[64,2,1\]] + + [:case=927;type="f16";wgSize=[128,1,1\]] + + [:case=927;type="f16";wgSize=[64,2,1\]] + + [:case=927;type="f32";wgSize=[128,1,1\]] + + [:case=927;type="f32";wgSize=[64,2,1\]] + + [:case=928;type="f16";wgSize=[128,1,1\]] + + [:case=928;type="f16";wgSize=[64,2,1\]] + + [:case=928;type="f32";wgSize=[128,1,1\]] + + [:case=928;type="f32";wgSize=[64,2,1\]] + + [:case=929;type="f16";wgSize=[128,1,1\]] + + [:case=929;type="f16";wgSize=[64,2,1\]] + + [:case=929;type="f32";wgSize=[128,1,1\]] + + [:case=929;type="f32";wgSize=[64,2,1\]] + + [:case=92;type="f16";wgSize=[128,1,1\]] + + [:case=92;type="f16";wgSize=[64,2,1\]] + + [:case=92;type="f32";wgSize=[128,1,1\]] + + [:case=92;type="f32";wgSize=[64,2,1\]] + + [:case=930;type="f16";wgSize=[128,1,1\]] + + [:case=930;type="f16";wgSize=[64,2,1\]] + + [:case=930;type="f32";wgSize=[128,1,1\]] + + [:case=930;type="f32";wgSize=[64,2,1\]] + + [:case=931;type="f16";wgSize=[128,1,1\]] + + [:case=931;type="f16";wgSize=[64,2,1\]] + + [:case=931;type="f32";wgSize=[128,1,1\]] + + [:case=931;type="f32";wgSize=[64,2,1\]] + + [:case=932;type="f16";wgSize=[128,1,1\]] + + [:case=932;type="f16";wgSize=[64,2,1\]] + + [:case=932;type="f32";wgSize=[128,1,1\]] + + [:case=932;type="f32";wgSize=[64,2,1\]] + + [:case=933;type="f16";wgSize=[128,1,1\]] + + [:case=933;type="f16";wgSize=[64,2,1\]] + + [:case=933;type="f32";wgSize=[128,1,1\]] + + [:case=933;type="f32";wgSize=[64,2,1\]] + + [:case=934;type="f16";wgSize=[128,1,1\]] + + [:case=934;type="f16";wgSize=[64,2,1\]] + + [:case=934;type="f32";wgSize=[128,1,1\]] + + [:case=934;type="f32";wgSize=[64,2,1\]] + + [:case=935;type="f16";wgSize=[128,1,1\]] + + [:case=935;type="f16";wgSize=[64,2,1\]] + + [:case=935;type="f32";wgSize=[128,1,1\]] + + [:case=935;type="f32";wgSize=[64,2,1\]] + + [:case=936;type="f16";wgSize=[128,1,1\]] + + [:case=936;type="f16";wgSize=[64,2,1\]] + + [:case=936;type="f32";wgSize=[128,1,1\]] + + [:case=936;type="f32";wgSize=[64,2,1\]] + + [:case=937;type="f16";wgSize=[128,1,1\]] + + [:case=937;type="f16";wgSize=[64,2,1\]] + + [:case=937;type="f32";wgSize=[128,1,1\]] + + [:case=937;type="f32";wgSize=[64,2,1\]] + + [:case=938;type="f16";wgSize=[128,1,1\]] + + [:case=938;type="f16";wgSize=[64,2,1\]] + + [:case=938;type="f32";wgSize=[128,1,1\]] + + [:case=938;type="f32";wgSize=[64,2,1\]] + + [:case=939;type="f16";wgSize=[128,1,1\]] + + [:case=939;type="f16";wgSize=[64,2,1\]] + + [:case=939;type="f32";wgSize=[128,1,1\]] + + [:case=939;type="f32";wgSize=[64,2,1\]] + + [:case=93;type="f16";wgSize=[128,1,1\]] + + [:case=93;type="f16";wgSize=[64,2,1\]] + + [:case=93;type="f32";wgSize=[128,1,1\]] + + [:case=93;type="f32";wgSize=[64,2,1\]] + + [:case=940;type="f16";wgSize=[128,1,1\]] + + [:case=940;type="f16";wgSize=[64,2,1\]] + + [:case=940;type="f32";wgSize=[128,1,1\]] + + [:case=940;type="f32";wgSize=[64,2,1\]] + + [:case=941;type="f16";wgSize=[128,1,1\]] + + [:case=941;type="f16";wgSize=[64,2,1\]] + + [:case=941;type="f32";wgSize=[128,1,1\]] + + [:case=941;type="f32";wgSize=[64,2,1\]] + + [:case=942;type="f16";wgSize=[128,1,1\]] + + [:case=942;type="f16";wgSize=[64,2,1\]] + + [:case=942;type="f32";wgSize=[128,1,1\]] + + [:case=942;type="f32";wgSize=[64,2,1\]] + + [:case=943;type="f16";wgSize=[128,1,1\]] + + [:case=943;type="f16";wgSize=[64,2,1\]] + + [:case=943;type="f32";wgSize=[128,1,1\]] + + [:case=943;type="f32";wgSize=[64,2,1\]] + + [:case=944;type="f16";wgSize=[128,1,1\]] + + [:case=944;type="f16";wgSize=[64,2,1\]] + + [:case=944;type="f32";wgSize=[128,1,1\]] + + [:case=944;type="f32";wgSize=[64,2,1\]] + + [:case=945;type="f16";wgSize=[128,1,1\]] + + [:case=945;type="f16";wgSize=[64,2,1\]] + + [:case=945;type="f32";wgSize=[128,1,1\]] + + [:case=945;type="f32";wgSize=[64,2,1\]] + + [:case=946;type="f16";wgSize=[128,1,1\]] + + [:case=946;type="f16";wgSize=[64,2,1\]] + + [:case=946;type="f32";wgSize=[128,1,1\]] + + [:case=946;type="f32";wgSize=[64,2,1\]] + + [:case=947;type="f16";wgSize=[128,1,1\]] + + [:case=947;type="f16";wgSize=[64,2,1\]] + + [:case=947;type="f32";wgSize=[128,1,1\]] + + [:case=947;type="f32";wgSize=[64,2,1\]] + + [:case=948;type="f16";wgSize=[128,1,1\]] + + [:case=948;type="f16";wgSize=[64,2,1\]] + + [:case=948;type="f32";wgSize=[128,1,1\]] + + [:case=948;type="f32";wgSize=[64,2,1\]] + + [:case=949;type="f16";wgSize=[128,1,1\]] + + [:case=949;type="f16";wgSize=[64,2,1\]] + + [:case=949;type="f32";wgSize=[128,1,1\]] + + [:case=949;type="f32";wgSize=[64,2,1\]] + + [:case=94;type="f16";wgSize=[128,1,1\]] + + [:case=94;type="f16";wgSize=[64,2,1\]] + + [:case=94;type="f32";wgSize=[128,1,1\]] + + [:case=94;type="f32";wgSize=[64,2,1\]] + + [:case=950;type="f16";wgSize=[128,1,1\]] + + [:case=950;type="f16";wgSize=[64,2,1\]] + + [:case=950;type="f32";wgSize=[128,1,1\]] + + [:case=950;type="f32";wgSize=[64,2,1\]] + + [:case=951;type="f16";wgSize=[128,1,1\]] + + [:case=951;type="f16";wgSize=[64,2,1\]] + + [:case=951;type="f32";wgSize=[128,1,1\]] + + [:case=951;type="f32";wgSize=[64,2,1\]] + + [:case=952;type="f16";wgSize=[128,1,1\]] + + [:case=952;type="f16";wgSize=[64,2,1\]] + + [:case=952;type="f32";wgSize=[128,1,1\]] + + [:case=952;type="f32";wgSize=[64,2,1\]] + + [:case=953;type="f16";wgSize=[128,1,1\]] + + [:case=953;type="f16";wgSize=[64,2,1\]] + + [:case=953;type="f32";wgSize=[128,1,1\]] + + [:case=953;type="f32";wgSize=[64,2,1\]] + + [:case=954;type="f16";wgSize=[128,1,1\]] + + [:case=954;type="f16";wgSize=[64,2,1\]] + + [:case=954;type="f32";wgSize=[128,1,1\]] + + [:case=954;type="f32";wgSize=[64,2,1\]] + + [:case=955;type="f16";wgSize=[128,1,1\]] + + [:case=955;type="f16";wgSize=[64,2,1\]] + + [:case=955;type="f32";wgSize=[128,1,1\]] + + [:case=955;type="f32";wgSize=[64,2,1\]] + + [:case=956;type="f16";wgSize=[128,1,1\]] + + [:case=956;type="f16";wgSize=[64,2,1\]] + + [:case=956;type="f32";wgSize=[128,1,1\]] + + [:case=956;type="f32";wgSize=[64,2,1\]] + + [:case=957;type="f16";wgSize=[128,1,1\]] + + [:case=957;type="f16";wgSize=[64,2,1\]] + + [:case=957;type="f32";wgSize=[128,1,1\]] + + [:case=957;type="f32";wgSize=[64,2,1\]] + + [:case=958;type="f16";wgSize=[128,1,1\]] + + [:case=958;type="f16";wgSize=[64,2,1\]] + + [:case=958;type="f32";wgSize=[128,1,1\]] + + [:case=958;type="f32";wgSize=[64,2,1\]] + + [:case=959;type="f16";wgSize=[128,1,1\]] + + [:case=959;type="f16";wgSize=[64,2,1\]] + + [:case=959;type="f32";wgSize=[128,1,1\]] + + [:case=959;type="f32";wgSize=[64,2,1\]] + + [:case=95;type="f16";wgSize=[128,1,1\]] + + [:case=95;type="f16";wgSize=[64,2,1\]] + + [:case=95;type="f32";wgSize=[128,1,1\]] + + [:case=95;type="f32";wgSize=[64,2,1\]] + + [:case=960;type="f16";wgSize=[128,1,1\]] + + [:case=960;type="f16";wgSize=[64,2,1\]] + + [:case=960;type="f32";wgSize=[128,1,1\]] + + [:case=960;type="f32";wgSize=[64,2,1\]] + + [:case=961;type="f16";wgSize=[128,1,1\]] + + [:case=961;type="f16";wgSize=[64,2,1\]] + + [:case=961;type="f32";wgSize=[128,1,1\]] + + [:case=961;type="f32";wgSize=[64,2,1\]] + + [:case=962;type="f16";wgSize=[128,1,1\]] + + [:case=962;type="f16";wgSize=[64,2,1\]] + + [:case=962;type="f32";wgSize=[128,1,1\]] + + [:case=962;type="f32";wgSize=[64,2,1\]] + + [:case=963;type="f16";wgSize=[128,1,1\]] + + [:case=963;type="f16";wgSize=[64,2,1\]] + + [:case=963;type="f32";wgSize=[128,1,1\]] + + [:case=963;type="f32";wgSize=[64,2,1\]] + + [:case=964;type="f16";wgSize=[128,1,1\]] + + [:case=964;type="f16";wgSize=[64,2,1\]] + + [:case=964;type="f32";wgSize=[128,1,1\]] + + [:case=964;type="f32";wgSize=[64,2,1\]] + + [:case=965;type="f16";wgSize=[128,1,1\]] + + [:case=965;type="f16";wgSize=[64,2,1\]] + + [:case=965;type="f32";wgSize=[128,1,1\]] + + [:case=965;type="f32";wgSize=[64,2,1\]] + + [:case=966;type="f16";wgSize=[128,1,1\]] + + [:case=966;type="f16";wgSize=[64,2,1\]] + + [:case=966;type="f32";wgSize=[128,1,1\]] + + [:case=966;type="f32";wgSize=[64,2,1\]] + + [:case=967;type="f16";wgSize=[128,1,1\]] + + [:case=967;type="f16";wgSize=[64,2,1\]] + + [:case=967;type="f32";wgSize=[128,1,1\]] + + [:case=967;type="f32";wgSize=[64,2,1\]] + + [:case=968;type="f16";wgSize=[128,1,1\]] + + [:case=968;type="f16";wgSize=[64,2,1\]] + + [:case=968;type="f32";wgSize=[128,1,1\]] + + [:case=968;type="f32";wgSize=[64,2,1\]] + + [:case=969;type="f16";wgSize=[128,1,1\]] + + [:case=969;type="f16";wgSize=[64,2,1\]] + + [:case=969;type="f32";wgSize=[128,1,1\]] + + [:case=969;type="f32";wgSize=[64,2,1\]] + + [:case=96;type="f16";wgSize=[128,1,1\]] + + [:case=96;type="f16";wgSize=[64,2,1\]] + + [:case=96;type="f32";wgSize=[128,1,1\]] + + [:case=96;type="f32";wgSize=[64,2,1\]] + + [:case=970;type="f16";wgSize=[128,1,1\]] + + [:case=970;type="f16";wgSize=[64,2,1\]] + + [:case=970;type="f32";wgSize=[128,1,1\]] + + [:case=970;type="f32";wgSize=[64,2,1\]] + + [:case=971;type="f16";wgSize=[128,1,1\]] + + [:case=971;type="f16";wgSize=[64,2,1\]] + + [:case=971;type="f32";wgSize=[128,1,1\]] + + [:case=971;type="f32";wgSize=[64,2,1\]] + + [:case=972;type="f16";wgSize=[128,1,1\]] + + [:case=972;type="f16";wgSize=[64,2,1\]] + + [:case=972;type="f32";wgSize=[128,1,1\]] + + [:case=972;type="f32";wgSize=[64,2,1\]] + + [:case=973;type="f16";wgSize=[128,1,1\]] + + [:case=973;type="f16";wgSize=[64,2,1\]] + + [:case=973;type="f32";wgSize=[128,1,1\]] + + [:case=973;type="f32";wgSize=[64,2,1\]] + + [:case=974;type="f16";wgSize=[128,1,1\]] + + [:case=974;type="f16";wgSize=[64,2,1\]] + + [:case=974;type="f32";wgSize=[128,1,1\]] + + [:case=974;type="f32";wgSize=[64,2,1\]] + + [:case=975;type="f16";wgSize=[128,1,1\]] + + [:case=975;type="f16";wgSize=[64,2,1\]] + + [:case=975;type="f32";wgSize=[128,1,1\]] + + [:case=975;type="f32";wgSize=[64,2,1\]] + + [:case=976;type="f16";wgSize=[128,1,1\]] + + [:case=976;type="f16";wgSize=[64,2,1\]] + + [:case=976;type="f32";wgSize=[128,1,1\]] + + [:case=976;type="f32";wgSize=[64,2,1\]] + + [:case=977;type="f16";wgSize=[128,1,1\]] + + [:case=977;type="f16";wgSize=[64,2,1\]] + + [:case=977;type="f32";wgSize=[128,1,1\]] + + [:case=977;type="f32";wgSize=[64,2,1\]] + + [:case=978;type="f16";wgSize=[128,1,1\]] + + [:case=978;type="f16";wgSize=[64,2,1\]] + + [:case=978;type="f32";wgSize=[128,1,1\]] + + [:case=978;type="f32";wgSize=[64,2,1\]] + + [:case=979;type="f16";wgSize=[128,1,1\]] + + [:case=979;type="f16";wgSize=[64,2,1\]] + + [:case=979;type="f32";wgSize=[128,1,1\]] + + [:case=979;type="f32";wgSize=[64,2,1\]] + + [:case=97;type="f16";wgSize=[128,1,1\]] + + [:case=97;type="f16";wgSize=[64,2,1\]] + + [:case=97;type="f32";wgSize=[128,1,1\]] + + [:case=97;type="f32";wgSize=[64,2,1\]] + + [:case=980;type="f16";wgSize=[128,1,1\]] + + [:case=980;type="f16";wgSize=[64,2,1\]] + + [:case=980;type="f32";wgSize=[128,1,1\]] + + [:case=980;type="f32";wgSize=[64,2,1\]] + + [:case=981;type="f16";wgSize=[128,1,1\]] + + [:case=981;type="f16";wgSize=[64,2,1\]] + + [:case=981;type="f32";wgSize=[128,1,1\]] + + [:case=981;type="f32";wgSize=[64,2,1\]] + + [:case=982;type="f16";wgSize=[128,1,1\]] + + [:case=982;type="f16";wgSize=[64,2,1\]] + + [:case=982;type="f32";wgSize=[128,1,1\]] + + [:case=982;type="f32";wgSize=[64,2,1\]] + + [:case=983;type="f16";wgSize=[128,1,1\]] + + [:case=983;type="f16";wgSize=[64,2,1\]] + + [:case=983;type="f32";wgSize=[128,1,1\]] + + [:case=983;type="f32";wgSize=[64,2,1\]] + + [:case=984;type="f16";wgSize=[128,1,1\]] + + [:case=984;type="f16";wgSize=[64,2,1\]] + + [:case=984;type="f32";wgSize=[128,1,1\]] + + [:case=984;type="f32";wgSize=[64,2,1\]] + + [:case=985;type="f16";wgSize=[128,1,1\]] + + [:case=985;type="f16";wgSize=[64,2,1\]] + + [:case=985;type="f32";wgSize=[128,1,1\]] + + [:case=985;type="f32";wgSize=[64,2,1\]] + + [:case=986;type="f16";wgSize=[128,1,1\]] + + [:case=986;type="f16";wgSize=[64,2,1\]] + + [:case=986;type="f32";wgSize=[128,1,1\]] + + [:case=986;type="f32";wgSize=[64,2,1\]] + + [:case=987;type="f16";wgSize=[128,1,1\]] + + [:case=987;type="f16";wgSize=[64,2,1\]] + + [:case=987;type="f32";wgSize=[128,1,1\]] + + [:case=987;type="f32";wgSize=[64,2,1\]] + + [:case=988;type="f16";wgSize=[128,1,1\]] + + [:case=988;type="f16";wgSize=[64,2,1\]] + + [:case=988;type="f32";wgSize=[128,1,1\]] + + [:case=988;type="f32";wgSize=[64,2,1\]] + + [:case=989;type="f16";wgSize=[128,1,1\]] + + [:case=989;type="f16";wgSize=[64,2,1\]] + + [:case=989;type="f32";wgSize=[128,1,1\]] + + [:case=989;type="f32";wgSize=[64,2,1\]] + + [:case=98;type="f16";wgSize=[128,1,1\]] + + [:case=98;type="f16";wgSize=[64,2,1\]] + + [:case=98;type="f32";wgSize=[128,1,1\]] + + [:case=98;type="f32";wgSize=[64,2,1\]] + + [:case=990;type="f16";wgSize=[128,1,1\]] + + [:case=990;type="f16";wgSize=[64,2,1\]] + + [:case=990;type="f32";wgSize=[128,1,1\]] + + [:case=990;type="f32";wgSize=[64,2,1\]] + + [:case=991;type="f16";wgSize=[128,1,1\]] + + [:case=991;type="f16";wgSize=[64,2,1\]] + + [:case=991;type="f32";wgSize=[128,1,1\]] + + [:case=991;type="f32";wgSize=[64,2,1\]] + + [:case=992;type="f16";wgSize=[128,1,1\]] + + [:case=992;type="f16";wgSize=[64,2,1\]] + + [:case=992;type="f32";wgSize=[128,1,1\]] + + [:case=992;type="f32";wgSize=[64,2,1\]] + + [:case=993;type="f16";wgSize=[128,1,1\]] + + [:case=993;type="f16";wgSize=[64,2,1\]] + + [:case=993;type="f32";wgSize=[128,1,1\]] + + [:case=993;type="f32";wgSize=[64,2,1\]] + + [:case=994;type="f16";wgSize=[128,1,1\]] + + [:case=994;type="f16";wgSize=[64,2,1\]] + + [:case=994;type="f32";wgSize=[128,1,1\]] + + [:case=994;type="f32";wgSize=[64,2,1\]] + + [:case=995;type="f16";wgSize=[128,1,1\]] + + [:case=995;type="f16";wgSize=[64,2,1\]] + + [:case=995;type="f32";wgSize=[128,1,1\]] + + [:case=995;type="f32";wgSize=[64,2,1\]] + + [:case=996;type="f16";wgSize=[128,1,1\]] + + [:case=996;type="f16";wgSize=[64,2,1\]] + + [:case=996;type="f32";wgSize=[128,1,1\]] + + [:case=996;type="f32";wgSize=[64,2,1\]] + + [:case=997;type="f16";wgSize=[128,1,1\]] + + [:case=997;type="f16";wgSize=[64,2,1\]] + + [:case=997;type="f32";wgSize=[128,1,1\]] + + [:case=997;type="f32";wgSize=[64,2,1\]] + + [:case=998;type="f16";wgSize=[128,1,1\]] + + [:case=998;type="f16";wgSize=[64,2,1\]] + + [:case=998;type="f32";wgSize=[128,1,1\]] + + [:case=998;type="f32";wgSize=[64,2,1\]] + + [:case=999;type="f16";wgSize=[128,1,1\]] + + [:case=999;type="f16";wgSize=[64,2,1\]] + + [:case=999;type="f32";wgSize=[128,1,1\]] + + [:case=999;type="f32";wgSize=[64,2,1\]] + + [:case=99;type="f16";wgSize=[128,1,1\]] + + [:case=99;type="f16";wgSize=[64,2,1\]] + + [:case=99;type="f32";wgSize=[128,1,1\]] + + [:case=99;type="f32";wgSize=[64,2,1\]] + + [:case=9;type="f16";wgSize=[128,1,1\]] + + [:case=9;type="f16";wgSize=[64,2,1\]] + + [:case=9;type="f32";wgSize=[128,1,1\]] + + [:case=9;type="f32";wgSize=[64,2,1\]] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,subgroupMul:fragment:*] + [:] + + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tan:abstract_float:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -86667,7 +121765,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tan:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -86737,7 +121835,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tanh:abstract_float:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -86815,7 +121913,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tanh:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -87204,49 +122302,74351 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_2d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_3d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_array_2d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_array_3d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_2d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_3d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + + [:stage="c";format="depth32float";filt="linear";mode="m"] + + [:stage="c";format="depth32float";filt="linear";mode="r"] + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + + [:stage="f";format="depth32float";filt="linear";mode="m"] + + [:stage="f";format="depth32float";filt="linear";mode="r"] + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + + [:stage="v";format="depth32float";filt="linear";mode="m"] + + [:stage="v";format="depth32float";filt="linear";mode="r"] + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_array_2d_coords:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_array_3d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + + [:stage="c";format="depth32float";filt="linear";mode="m"] + + [:stage="c";format="depth32float";filt="linear";mode="r"] + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + + [:stage="f";format="depth32float";filt="linear";mode="m"] + + [:stage="f";format="depth32float";filt="linear";mode="r"] + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + + [:stage="v";format="depth32float";filt="linear";mode="m"] + + [:stage="v";format="depth32float";filt="linear";mode="r"] + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:array_2d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:array_3d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL -[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_2d_coords:*] - [:] + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL -[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_3d_coords:*] - [:] +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_2d_coords:*] + [:stage="c";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_3d_coords:*] + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:arrayed:*] @@ -87534,6 +196934,870 @@ expected: if os == "linux" and not debug: FAIL + [:stage="c";format="astc-10x10-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-10x10-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-10x5-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-10x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-10x6-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-10x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-10x8-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-10x8-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-12x10-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-12x10-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-12x12-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-12x12-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-4x4-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-4x4-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-5x4-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-5x4-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-5x5-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-5x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-6x5-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-6x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-6x6-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-6x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-8x5-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-8x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-8x6-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-8x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="astc-8x8-unorm";texture_type="texture_2d_array"] + + [:stage="c";format="astc-8x8-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="bc1-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";texture_type="texture_depth_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";texture_type="texture_depth_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";texture_type="texture_2d_array"] + + [:stage="c";format="eac-r11unorm";texture_type="texture_2d_array"] + + [:stage="c";format="eac-rg11snorm";texture_type="texture_2d_array"] + + [:stage="c";format="eac-rg11unorm";texture_type="texture_2d_array"] + + [:stage="c";format="etc2-rgb8a1unorm";texture_type="texture_2d_array"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="etc2-rgb8unorm";texture_type="texture_2d_array"] + + [:stage="c";format="etc2-rgb8unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="etc2-rgba8unorm";texture_type="texture_2d_array"] + + [:stage="c";format="etc2-rgba8unorm-srgb";texture_type="texture_2d_array"] + + [:stage="c";format="r16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-10x10-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-10x5-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-10x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-10x6-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-10x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-10x8-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-10x8-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-12x10-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-12x10-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-12x12-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-12x12-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-4x4-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-4x4-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-5x4-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-5x4-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-5x5-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-5x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-6x5-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-6x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-6x6-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-6x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-8x5-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-8x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-8x6-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-8x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="astc-8x8-unorm";texture_type="texture_2d_array"] + + [:stage="f";format="astc-8x8-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="bc1-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";texture_type="texture_depth_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";texture_type="texture_depth_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";texture_type="texture_2d_array"] + + [:stage="f";format="eac-r11unorm";texture_type="texture_2d_array"] + + [:stage="f";format="eac-rg11snorm";texture_type="texture_2d_array"] + + [:stage="f";format="eac-rg11unorm";texture_type="texture_2d_array"] + + [:stage="f";format="etc2-rgb8a1unorm";texture_type="texture_2d_array"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="etc2-rgb8unorm";texture_type="texture_2d_array"] + + [:stage="f";format="etc2-rgb8unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="etc2-rgba8unorm";texture_type="texture_2d_array"] + + [:stage="f";format="etc2-rgba8unorm-srgb";texture_type="texture_2d_array"] + + [:stage="f";format="r16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-10x10-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-10x5-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-10x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-10x6-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-10x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-10x8-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-10x8-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-12x10-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-12x10-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-12x12-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-12x12-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-4x4-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-4x4-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-5x4-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-5x4-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-5x5-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-5x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-6x5-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-6x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-6x6-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-6x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-8x5-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-8x5-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-8x6-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-8x6-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="astc-8x8-unorm";texture_type="texture_2d_array"] + + [:stage="v";format="astc-8x8-unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="bc1-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";texture_type="texture_depth_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";texture_type="texture_depth_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";texture_type="texture_2d_array"] + + [:stage="v";format="eac-r11unorm";texture_type="texture_2d_array"] + + [:stage="v";format="eac-rg11snorm";texture_type="texture_2d_array"] + + [:stage="v";format="eac-rg11unorm";texture_type="texture_2d_array"] + + [:stage="v";format="etc2-rgb8a1unorm";texture_type="texture_2d_array"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="etc2-rgb8unorm";texture_type="texture_2d_array"] + + [:stage="v";format="etc2-rgb8unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="etc2-rgba8unorm";texture_type="texture_2d_array"] + + [:stage="v";format="etc2-rgba8unorm-srgb";texture_type="texture_2d_array"] + + [:stage="v";format="r16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";texture_type="texture_2d_array"] + expected: + if os == "linux" and not debug: FAIL + [:texture_type="texture_2d_array"] [:texture_type="texture_depth_2d_array"] @@ -87542,12 +197806,378 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:depth:*] [:] + [:stage="c";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:external:*] [:] + [:stage="c"] + + [:stage="f"] + + [:stage="v"] + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:multisampled:*] + [:stage="c";texture_type="texture_depth_multisampled_2d";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_depth_multisampled_2d";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";texture_type="texture_multisampled_2d";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_depth_multisampled_2d";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_depth_multisampled_2d";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";texture_type="texture_multisampled_2d";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_depth_multisampled_2d";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_depth_multisampled_2d";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";texture_type="texture_multisampled_2d";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + [:texture_type="texture_depth_multisampled_2d"] [:texture_type="texture_multisampled_2d"] @@ -87782,6 +198412,450 @@ expected: if os == "linux" and not debug: FAIL + [:stage="c";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_2d:*] [:C="i32";coords="in-bounds";level="numlevels"] @@ -88204,6 +199278,858 @@ expected: if os == "linux" and not debug: FAIL + [:stage="c";format="astc-10x10-unorm"] + + [:stage="c";format="astc-10x10-unorm-srgb"] + + [:stage="c";format="astc-10x5-unorm"] + + [:stage="c";format="astc-10x5-unorm-srgb"] + + [:stage="c";format="astc-10x6-unorm"] + + [:stage="c";format="astc-10x6-unorm-srgb"] + + [:stage="c";format="astc-10x8-unorm"] + + [:stage="c";format="astc-10x8-unorm-srgb"] + + [:stage="c";format="astc-12x10-unorm"] + + [:stage="c";format="astc-12x10-unorm-srgb"] + + [:stage="c";format="astc-12x12-unorm"] + + [:stage="c";format="astc-12x12-unorm-srgb"] + + [:stage="c";format="astc-4x4-unorm"] + + [:stage="c";format="astc-4x4-unorm-srgb"] + + [:stage="c";format="astc-5x4-unorm"] + + [:stage="c";format="astc-5x4-unorm-srgb"] + + [:stage="c";format="astc-5x5-unorm"] + + [:stage="c";format="astc-5x5-unorm-srgb"] + + [:stage="c";format="astc-6x5-unorm"] + + [:stage="c";format="astc-6x5-unorm-srgb"] + + [:stage="c";format="astc-6x6-unorm"] + + [:stage="c";format="astc-6x6-unorm-srgb"] + + [:stage="c";format="astc-8x5-unorm"] + + [:stage="c";format="astc-8x5-unorm-srgb"] + + [:stage="c";format="astc-8x6-unorm"] + + [:stage="c";format="astc-8x6-unorm-srgb"] + + [:stage="c";format="astc-8x8-unorm"] + + [:stage="c";format="astc-8x8-unorm-srgb"] + + [:stage="c";format="bc1-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm"] + + [:stage="c";format="eac-r11unorm"] + + [:stage="c";format="eac-rg11snorm"] + + [:stage="c";format="eac-rg11unorm"] + + [:stage="c";format="etc2-rgb8a1unorm"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb"] + + [:stage="c";format="etc2-rgb8unorm"] + + [:stage="c";format="etc2-rgb8unorm-srgb"] + + [:stage="c";format="etc2-rgba8unorm"] + + [:stage="c";format="etc2-rgba8unorm-srgb"] + + [:stage="c";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="stencil8"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm"] + + [:stage="f";format="astc-10x10-unorm-srgb"] + + [:stage="f";format="astc-10x5-unorm"] + + [:stage="f";format="astc-10x5-unorm-srgb"] + + [:stage="f";format="astc-10x6-unorm"] + + [:stage="f";format="astc-10x6-unorm-srgb"] + + [:stage="f";format="astc-10x8-unorm"] + + [:stage="f";format="astc-10x8-unorm-srgb"] + + [:stage="f";format="astc-12x10-unorm"] + + [:stage="f";format="astc-12x10-unorm-srgb"] + + [:stage="f";format="astc-12x12-unorm"] + + [:stage="f";format="astc-12x12-unorm-srgb"] + + [:stage="f";format="astc-4x4-unorm"] + + [:stage="f";format="astc-4x4-unorm-srgb"] + + [:stage="f";format="astc-5x4-unorm"] + + [:stage="f";format="astc-5x4-unorm-srgb"] + + [:stage="f";format="astc-5x5-unorm"] + + [:stage="f";format="astc-5x5-unorm-srgb"] + + [:stage="f";format="astc-6x5-unorm"] + + [:stage="f";format="astc-6x5-unorm-srgb"] + + [:stage="f";format="astc-6x6-unorm"] + + [:stage="f";format="astc-6x6-unorm-srgb"] + + [:stage="f";format="astc-8x5-unorm"] + + [:stage="f";format="astc-8x5-unorm-srgb"] + + [:stage="f";format="astc-8x6-unorm"] + + [:stage="f";format="astc-8x6-unorm-srgb"] + + [:stage="f";format="astc-8x8-unorm"] + + [:stage="f";format="astc-8x8-unorm-srgb"] + + [:stage="f";format="bc1-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm"] + + [:stage="f";format="eac-r11unorm"] + + [:stage="f";format="eac-rg11snorm"] + + [:stage="f";format="eac-rg11unorm"] + + [:stage="f";format="etc2-rgb8a1unorm"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb"] + + [:stage="f";format="etc2-rgb8unorm"] + + [:stage="f";format="etc2-rgb8unorm-srgb"] + + [:stage="f";format="etc2-rgba8unorm"] + + [:stage="f";format="etc2-rgba8unorm-srgb"] + + [:stage="f";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="stencil8"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm"] + + [:stage="v";format="astc-10x10-unorm-srgb"] + + [:stage="v";format="astc-10x5-unorm"] + + [:stage="v";format="astc-10x5-unorm-srgb"] + + [:stage="v";format="astc-10x6-unorm"] + + [:stage="v";format="astc-10x6-unorm-srgb"] + + [:stage="v";format="astc-10x8-unorm"] + + [:stage="v";format="astc-10x8-unorm-srgb"] + + [:stage="v";format="astc-12x10-unorm"] + + [:stage="v";format="astc-12x10-unorm-srgb"] + + [:stage="v";format="astc-12x12-unorm"] + + [:stage="v";format="astc-12x12-unorm-srgb"] + + [:stage="v";format="astc-4x4-unorm"] + + [:stage="v";format="astc-4x4-unorm-srgb"] + + [:stage="v";format="astc-5x4-unorm"] + + [:stage="v";format="astc-5x4-unorm-srgb"] + + [:stage="v";format="astc-5x5-unorm"] + + [:stage="v";format="astc-5x5-unorm-srgb"] + + [:stage="v";format="astc-6x5-unorm"] + + [:stage="v";format="astc-6x5-unorm-srgb"] + + [:stage="v";format="astc-6x6-unorm"] + + [:stage="v";format="astc-6x6-unorm-srgb"] + + [:stage="v";format="astc-8x5-unorm"] + + [:stage="v";format="astc-8x5-unorm-srgb"] + + [:stage="v";format="astc-8x6-unorm"] + + [:stage="v";format="astc-8x6-unorm-srgb"] + + [:stage="v";format="astc-8x8-unorm"] + + [:stage="v";format="astc-8x8-unorm-srgb"] + + [:stage="v";format="bc1-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm"] + + [:stage="v";format="eac-r11unorm"] + + [:stage="v";format="eac-rg11snorm"] + + [:stage="v";format="eac-rg11unorm"] + + [:stage="v";format="etc2-rgb8a1unorm"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb"] + + [:stage="v";format="etc2-rgb8unorm"] + + [:stage="v";format="etc2-rgb8unorm-srgb"] + + [:stage="v";format="etc2-rgba8unorm"] + + [:stage="v";format="etc2-rgba8unorm-srgb"] + + [:stage="v";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="stencil8"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_3d:*] [:C="i32";coords="in-bounds";level="numLevels"] @@ -88666,54 +200592,894 @@ expected: if os == "linux" and not debug: FAIL + [:stage="c";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL -[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_texel_formats:*] - [:format="bgra8unorm"] + [:stage="c";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL - [:format="r32float"] + [:stage="c";format="r16float"] + expected: + if os == "linux" and not debug: FAIL - [:format="r32sint"] + [:stage="c";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL - [:format="r32uint"] + [:stage="c";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg32float"] + [:stage="c";format="r32float"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg32sint"] + [:stage="c";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg32uint"] + [:stage="c";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba16float"] + [:stage="c";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba16sint"] + [:stage="c";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba16uint"] + [:stage="c";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba32float"] + [:stage="c";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba32sint"] + [:stage="c";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba32uint"] + [:stage="c";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8sint"] + [:stage="c";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8snorm"] + [:stage="c";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8uint"] + [:stage="c";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8unorm"] + [:stage="c";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8sint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8uint"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_1d:*] + [:stage="c";format="bgra8unorm"] + + [:stage="c";format="r32float"] + + [:stage="c";format="r32sint"] + + [:stage="c";format="r32uint"] + + [:stage="c";format="rg32float"] + + [:stage="c";format="rg32sint"] + + [:stage="c";format="rg32uint"] + + [:stage="c";format="rgba16float"] + + [:stage="c";format="rgba16sint"] + + [:stage="c";format="rgba16uint"] + + [:stage="c";format="rgba32float"] + + [:stage="c";format="rgba32sint"] + + [:stage="c";format="rgba32uint"] + + [:stage="c";format="rgba8sint"] + + [:stage="c";format="rgba8snorm"] + + [:stage="c";format="rgba8uint"] + + [:stage="c";format="rgba8unorm"] + + [:stage="f";format="bgra8unorm"] + + [:stage="f";format="r32float"] + + [:stage="f";format="r32sint"] + + [:stage="f";format="r32uint"] + + [:stage="f";format="rg32float"] + + [:stage="f";format="rg32sint"] + + [:stage="f";format="rg32uint"] + + [:stage="f";format="rgba16float"] + + [:stage="f";format="rgba16sint"] + + [:stage="f";format="rgba16uint"] + + [:stage="f";format="rgba32float"] + + [:stage="f";format="rgba32sint"] + + [:stage="f";format="rgba32uint"] + + [:stage="f";format="rgba8sint"] + + [:stage="f";format="rgba8snorm"] + + [:stage="f";format="rgba8uint"] + + [:stage="f";format="rgba8unorm"] + + [:stage="v";format="bgra8unorm"] + + [:stage="v";format="r32float"] + + [:stage="v";format="r32sint"] + + [:stage="v";format="r32uint"] + + [:stage="v";format="rg32float"] + + [:stage="v";format="rg32sint"] + + [:stage="v";format="rg32uint"] + + [:stage="v";format="rgba16float"] + + [:stage="v";format="rgba16sint"] + + [:stage="v";format="rgba16uint"] + + [:stage="v";format="rgba32float"] + + [:stage="v";format="rgba32sint"] + + [:stage="v";format="rgba32uint"] + + [:stage="v";format="rgba8sint"] + + [:stage="v";format="rgba8snorm"] + + [:stage="v";format="rgba8uint"] + + [:stage="v";format="rgba8unorm"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_2d:*] + [:stage="c";format="bgra8unorm"] + + [:stage="c";format="r32float"] + + [:stage="c";format="r32sint"] + + [:stage="c";format="r32uint"] + + [:stage="c";format="rg32float"] + + [:stage="c";format="rg32sint"] + + [:stage="c";format="rg32uint"] + + [:stage="c";format="rgba16float"] + + [:stage="c";format="rgba16sint"] + + [:stage="c";format="rgba16uint"] + + [:stage="c";format="rgba32float"] + + [:stage="c";format="rgba32sint"] + + [:stage="c";format="rgba32uint"] + + [:stage="c";format="rgba8sint"] + + [:stage="c";format="rgba8snorm"] + + [:stage="c";format="rgba8uint"] + + [:stage="c";format="rgba8unorm"] + + [:stage="f";format="bgra8unorm"] + + [:stage="f";format="r32float"] + + [:stage="f";format="r32sint"] + + [:stage="f";format="r32uint"] + + [:stage="f";format="rg32float"] + + [:stage="f";format="rg32sint"] + + [:stage="f";format="rg32uint"] + + [:stage="f";format="rgba16float"] + + [:stage="f";format="rgba16sint"] + + [:stage="f";format="rgba16uint"] + + [:stage="f";format="rgba32float"] + + [:stage="f";format="rgba32sint"] + + [:stage="f";format="rgba32uint"] + + [:stage="f";format="rgba8sint"] + + [:stage="f";format="rgba8snorm"] + + [:stage="f";format="rgba8uint"] + + [:stage="f";format="rgba8unorm"] + + [:stage="v";format="bgra8unorm"] + + [:stage="v";format="r32float"] + + [:stage="v";format="r32sint"] + + [:stage="v";format="r32uint"] + + [:stage="v";format="rg32float"] + + [:stage="v";format="rg32sint"] + + [:stage="v";format="rg32uint"] + + [:stage="v";format="rgba16float"] + + [:stage="v";format="rgba16sint"] + + [:stage="v";format="rgba16uint"] + + [:stage="v";format="rgba32float"] + + [:stage="v";format="rgba32sint"] + + [:stage="v";format="rgba32uint"] + + [:stage="v";format="rgba8sint"] + + [:stage="v";format="rgba8snorm"] + + [:stage="v";format="rgba8uint"] + + [:stage="v";format="rgba8unorm"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_2d_array:*] + [:stage="c";format="bgra8unorm"] + + [:stage="c";format="r32float"] + + [:stage="c";format="r32sint"] + + [:stage="c";format="r32uint"] + + [:stage="c";format="rg32float"] + + [:stage="c";format="rg32sint"] + + [:stage="c";format="rg32uint"] + + [:stage="c";format="rgba16float"] + + [:stage="c";format="rgba16sint"] + + [:stage="c";format="rgba16uint"] + + [:stage="c";format="rgba32float"] + + [:stage="c";format="rgba32sint"] + + [:stage="c";format="rgba32uint"] + + [:stage="c";format="rgba8sint"] + + [:stage="c";format="rgba8snorm"] + + [:stage="c";format="rgba8uint"] + + [:stage="c";format="rgba8unorm"] + + [:stage="f";format="bgra8unorm"] + + [:stage="f";format="r32float"] + + [:stage="f";format="r32sint"] + + [:stage="f";format="r32uint"] + + [:stage="f";format="rg32float"] + + [:stage="f";format="rg32sint"] + + [:stage="f";format="rg32uint"] + + [:stage="f";format="rgba16float"] + + [:stage="f";format="rgba16sint"] + + [:stage="f";format="rgba16uint"] + + [:stage="f";format="rgba32float"] + + [:stage="f";format="rgba32sint"] + + [:stage="f";format="rgba32uint"] + + [:stage="f";format="rgba8sint"] + + [:stage="f";format="rgba8snorm"] + + [:stage="f";format="rgba8uint"] + + [:stage="f";format="rgba8unorm"] + + [:stage="v";format="bgra8unorm"] + + [:stage="v";format="r32float"] + + [:stage="v";format="r32sint"] + + [:stage="v";format="r32uint"] + + [:stage="v";format="rg32float"] + + [:stage="v";format="rg32sint"] + + [:stage="v";format="rg32uint"] + + [:stage="v";format="rgba16float"] + + [:stage="v";format="rgba16sint"] + + [:stage="v";format="rgba16uint"] + + [:stage="v";format="rgba32float"] + + [:stage="v";format="rgba32sint"] + + [:stage="v";format="rgba32uint"] + + [:stage="v";format="rgba8sint"] + + [:stage="v";format="rgba8snorm"] + + [:stage="v";format="rgba8uint"] + + [:stage="v";format="rgba8unorm"] + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_3d:*] + [:stage="c";format="bgra8unorm"] + + [:stage="c";format="r32float"] + + [:stage="c";format="r32sint"] + + [:stage="c";format="r32uint"] + + [:stage="c";format="rg32float"] + + [:stage="c";format="rg32sint"] + + [:stage="c";format="rg32uint"] + + [:stage="c";format="rgba16float"] + + [:stage="c";format="rgba16sint"] + + [:stage="c";format="rgba16uint"] + + [:stage="c";format="rgba32float"] + + [:stage="c";format="rgba32sint"] + + [:stage="c";format="rgba32uint"] + + [:stage="c";format="rgba8sint"] + + [:stage="c";format="rgba8snorm"] + + [:stage="c";format="rgba8uint"] + + [:stage="c";format="rgba8unorm"] + + [:stage="f";format="bgra8unorm"] + + [:stage="f";format="r32float"] + + [:stage="f";format="r32sint"] + + [:stage="f";format="r32uint"] + + [:stage="f";format="rg32float"] + + [:stage="f";format="rg32sint"] + + [:stage="f";format="rg32uint"] + + [:stage="f";format="rgba16float"] + + [:stage="f";format="rgba16sint"] + + [:stage="f";format="rgba16uint"] + + [:stage="f";format="rgba32float"] + + [:stage="f";format="rgba32sint"] + + [:stage="f";format="rgba32uint"] + + [:stage="f";format="rgba8sint"] + + [:stage="f";format="rgba8snorm"] + + [:stage="f";format="rgba8uint"] + + [:stage="f";format="rgba8unorm"] + + [:stage="v";format="bgra8unorm"] + + [:stage="v";format="r32float"] + + [:stage="v";format="r32sint"] + + [:stage="v";format="r32uint"] + + [:stage="v";format="rg32float"] + + [:stage="v";format="rg32sint"] + + [:stage="v";format="rg32uint"] + + [:stage="v";format="rgba16float"] + + [:stage="v";format="rgba16sint"] + + [:stage="v";format="rgba16uint"] + + [:stage="v";format="rgba32float"] + + [:stage="v";format="rgba32sint"] + + [:stage="v";format="rgba32uint"] + + [:stage="v";format="rgba8sint"] + + [:stage="v";format="rgba8snorm"] + + [:stage="v";format="rgba8uint"] + + [:stage="v";format="rgba8unorm"] [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:arrayed:*] [:texture_type="texture_depth_2d_array"] + [:texture_type="texture_depth_2d_array";view_type="full"] + + [:texture_type="texture_depth_2d_array";view_type="partial"] + [:texture_type="texture_depth_cube_array"] + [:texture_type="texture_depth_cube_array";view_type="full"] + + [:texture_type="texture_depth_cube_array";view_type="partial"] + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:sampled:*] [:texture_type="texture_2d_array"] + [:texture_type="texture_2d_array";view_type="full"] + + [:texture_type="texture_2d_array";view_type="partial"] + [:texture_type="texture_cube_array"] + [:texture_type="texture_cube_array";view_type="full"] + + [:texture_type="texture_cube_array";view_type="partial"] + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:storage:*] [:] @@ -88722,66 +201488,194 @@ expected: if os == "linux" and not debug: FAIL + [:format="r32float";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="r32sint"] expected: if os == "linux" and not debug: FAIL + [:format="r32sint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32sint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="r32uint"] expected: if os == "linux" and not debug: FAIL + [:format="r32uint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32uint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rg32float"] expected: if os == "linux" and not debug: FAIL + [:format="rg32float";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rg32sint"] expected: if os == "linux" and not debug: FAIL + [:format="rg32sint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32sint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rg32uint"] expected: if os == "linux" and not debug: FAIL + [:format="rg32uint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32uint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba16float"] expected: if os == "linux" and not debug: FAIL + [:format="rgba16float";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba16sint"] expected: if os == "linux" and not debug: FAIL + [:format="rgba16sint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16sint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba16uint"] expected: if os == "linux" and not debug: FAIL + [:format="rgba16uint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16uint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba32float"] expected: if os == "linux" and not debug: FAIL + [:format="rgba32float";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba32sint"] expected: if os == "linux" and not debug: FAIL + [:format="rgba32sint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32sint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba32uint"] expected: if os == "linux" and not debug: FAIL + [:format="rgba32uint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32uint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8sint"] expected: if os == "linux" and not debug: FAIL + [:format="rgba8sint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8sint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8snorm"] expected: if os == "linux" and not debug: FAIL + [:format="rgba8snorm";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8uint"] expected: if os == "linux" and not debug: FAIL + [:format="rgba8uint";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8uint";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8unorm"] expected: if os == "linux" and not debug: FAIL + [:format="rgba8unorm";view_type="full"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";view_type="partial"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLevels:depth:*] [:texture_type="texture_depth_2d"] @@ -88838,348 +201732,1104 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:*] [:] + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_3d_coords:*] [:] + [:format="depth16unorm";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_array_2d_coords:*] [:] + [:format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_array_3d_coords:*] [:] + [:format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_1d_coords:*] [:] - -[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_2d_coords,derivatives:*] - [:format="astc-10x10-unorm";mipmapFilter="linear"] - - [:format="astc-10x10-unorm";mipmapFilter="nearest"] - - [:format="astc-10x10-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-10x10-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-10x5-unorm";mipmapFilter="linear"] - - [:format="astc-10x5-unorm";mipmapFilter="nearest"] - - [:format="astc-10x5-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-10x5-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-10x6-unorm";mipmapFilter="linear"] - - [:format="astc-10x6-unorm";mipmapFilter="nearest"] - - [:format="astc-10x6-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-10x6-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-10x8-unorm";mipmapFilter="linear"] - - [:format="astc-10x8-unorm";mipmapFilter="nearest"] - - [:format="astc-10x8-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-10x8-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-12x10-unorm";mipmapFilter="linear"] - - [:format="astc-12x10-unorm";mipmapFilter="nearest"] - - [:format="astc-12x10-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-12x10-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-12x12-unorm";mipmapFilter="linear"] - - [:format="astc-12x12-unorm";mipmapFilter="nearest"] - - [:format="astc-12x12-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-12x12-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-4x4-unorm";mipmapFilter="linear"] - - [:format="astc-4x4-unorm";mipmapFilter="nearest"] - - [:format="astc-4x4-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-4x4-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-5x4-unorm";mipmapFilter="linear"] - - [:format="astc-5x4-unorm";mipmapFilter="nearest"] - - [:format="astc-5x4-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-5x4-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-5x5-unorm";mipmapFilter="linear"] - - [:format="astc-5x5-unorm";mipmapFilter="nearest"] - - [:format="astc-5x5-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-5x5-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-6x5-unorm";mipmapFilter="linear"] - - [:format="astc-6x5-unorm";mipmapFilter="nearest"] - - [:format="astc-6x5-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-6x5-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-6x6-unorm";mipmapFilter="linear"] - - [:format="astc-6x6-unorm";mipmapFilter="nearest"] - - [:format="astc-6x6-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-6x6-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-8x5-unorm";mipmapFilter="linear"] - - [:format="astc-8x5-unorm";mipmapFilter="nearest"] - - [:format="astc-8x5-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-8x5-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-8x6-unorm";mipmapFilter="linear"] - - [:format="astc-8x6-unorm";mipmapFilter="nearest"] - - [:format="astc-8x6-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-8x6-unorm-srgb";mipmapFilter="nearest"] - - [:format="astc-8x8-unorm";mipmapFilter="linear"] - - [:format="astc-8x8-unorm";mipmapFilter="nearest"] - - [:format="astc-8x8-unorm-srgb";mipmapFilter="linear"] - - [:format="astc-8x8-unorm-srgb";mipmapFilter="nearest"] - - [:format="bc1-rgba-unorm";mipmapFilter="linear"] + [:format="bgra8unorm";filt="linear";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc1-rgba-unorm";mipmapFilter="nearest"] + [:format="bgra8unorm";filt="linear";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc1-rgba-unorm-srgb";mipmapFilter="linear"] + [:format="bgra8unorm";filt="linear";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bc1-rgba-unorm-srgb";mipmapFilter="nearest"] + [:format="bgra8unorm";filt="nearest";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc2-rgba-unorm";mipmapFilter="linear"] + [:format="bgra8unorm";filt="nearest";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc2-rgba-unorm";mipmapFilter="nearest"] + [:format="bgra8unorm";filt="nearest";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bc2-rgba-unorm-srgb";mipmapFilter="linear"] + [:format="bgra8unorm-srgb";filt="linear";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc2-rgba-unorm-srgb";mipmapFilter="nearest"] + [:format="bgra8unorm-srgb";filt="linear";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc3-rgba-unorm";mipmapFilter="linear"] + [:format="bgra8unorm-srgb";filt="linear";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bc3-rgba-unorm";mipmapFilter="nearest"] + [:format="bgra8unorm-srgb";filt="nearest";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc3-rgba-unorm-srgb";mipmapFilter="linear"] + [:format="bgra8unorm-srgb";filt="nearest";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc3-rgba-unorm-srgb";mipmapFilter="nearest"] + [:format="bgra8unorm-srgb";filt="nearest";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bc4-r-snorm";mipmapFilter="linear"] + [:format="r16float";filt="linear";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc4-r-snorm";mipmapFilter="nearest"] + [:format="r16float";filt="linear";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc4-r-unorm";mipmapFilter="linear"] + [:format="r16float";filt="linear";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bc4-r-unorm";mipmapFilter="nearest"] + [:format="r16float";filt="nearest";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc5-rg-snorm";mipmapFilter="linear"] + [:format="r16float";filt="nearest";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc5-rg-snorm";mipmapFilter="nearest"] + [:format="r16float";filt="nearest";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bc5-rg-unorm";mipmapFilter="linear"] + [:format="r32float";filt="linear";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc5-rg-unorm";mipmapFilter="nearest"] + [:format="r32float";filt="linear";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc7-rgba-unorm";mipmapFilter="linear"] + [:format="r32float";filt="linear";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bc7-rgba-unorm";mipmapFilter="nearest"] + [:format="r32float";filt="nearest";modeU="c"] expected: if os == "linux" and not debug: FAIL - [:format="bc7-rgba-unorm-srgb";mipmapFilter="linear"] + [:format="r32float";filt="nearest";modeU="m"] expected: if os == "linux" and not debug: FAIL - [:format="bc7-rgba-unorm-srgb";mipmapFilter="nearest"] + [:format="r32float";filt="nearest";modeU="r"] expected: if os == "linux" and not debug: FAIL - [:format="bgra8unorm";mipmapFilter="linear"] + [:format="r8snorm";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="bgra8unorm";mipmapFilter="nearest"] + [:format="r8snorm";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="bgra8unorm-srgb";mipmapFilter="linear"] + [:format="r8snorm";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="bgra8unorm-srgb";mipmapFilter="nearest"] + [:format="r8snorm";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-r11snorm";mipmapFilter="linear"] + [:format="r8snorm";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-r11snorm";mipmapFilter="nearest"] + [:format="r8snorm";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-r11unorm";mipmapFilter="linear"] + [:format="r8unorm";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-r11unorm";mipmapFilter="nearest"] + [:format="r8unorm";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-rg11snorm";mipmapFilter="linear"] + [:format="r8unorm";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-rg11snorm";mipmapFilter="nearest"] + [:format="r8unorm";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-rg11unorm";mipmapFilter="linear"] + [:format="r8unorm";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="eac-rg11unorm";mipmapFilter="nearest"] + [:format="r8unorm";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8a1unorm";mipmapFilter="linear"] + [:format="rg11b10ufloat";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8a1unorm";mipmapFilter="nearest"] + [:format="rg11b10ufloat";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8a1unorm-srgb";mipmapFilter="linear"] + [:format="rg11b10ufloat";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8a1unorm-srgb";mipmapFilter="nearest"] + [:format="rg11b10ufloat";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8unorm";mipmapFilter="linear"] + [:format="rg11b10ufloat";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8unorm";mipmapFilter="nearest"] + [:format="rg11b10ufloat";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8unorm-srgb";mipmapFilter="linear"] + [:format="rg16float";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgb8unorm-srgb";mipmapFilter="nearest"] + [:format="rg16float";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgba8unorm";mipmapFilter="linear"] + [:format="rg16float";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgba8unorm";mipmapFilter="nearest"] + [:format="rg16float";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgba8unorm-srgb";mipmapFilter="linear"] + [:format="rg16float";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="etc2-rgba8unorm-srgb";mipmapFilter="nearest"] + [:format="rg16float";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="r16float";mipmapFilter="linear"] + [:format="rg32float";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="r16float";mipmapFilter="nearest"] + [:format="rg32float";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="r32float";mipmapFilter="linear"] + [:format="rg32float";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="r32float";mipmapFilter="nearest"] + [:format="rg32float";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="r8snorm";mipmapFilter="linear"] + [:format="rg32float";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="r8snorm";mipmapFilter="nearest"] + [:format="rg32float";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="r8unorm";mipmapFilter="linear"] + [:format="rg8snorm";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="r8unorm";mipmapFilter="nearest"] + [:format="rg8snorm";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg11b10ufloat";mipmapFilter="linear"] + [:format="rg8snorm";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg11b10ufloat";mipmapFilter="nearest"] + [:format="rg8snorm";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg16float";mipmapFilter="linear"] + [:format="rg8snorm";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg16float";mipmapFilter="nearest"] + [:format="rg8snorm";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg32float";mipmapFilter="linear"] + [:format="rg8unorm";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg32float";mipmapFilter="nearest"] + [:format="rg8unorm";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg8snorm";mipmapFilter="linear"] + [:format="rg8unorm";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg8snorm";mipmapFilter="nearest"] + [:format="rg8unorm";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg8unorm";mipmapFilter="linear"] + [:format="rg8unorm";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rg8unorm";mipmapFilter="nearest"] + [:format="rg8unorm";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgb10a2unorm";mipmapFilter="linear"] + [:format="rgb10a2unorm";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgb10a2unorm";mipmapFilter="nearest"] + [:format="rgb10a2unorm";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgb9e5ufloat";mipmapFilter="linear"] + [:format="rgb10a2unorm";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgb9e5ufloat";mipmapFilter="nearest"] + [:format="rgb10a2unorm";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba16float";mipmapFilter="linear"] + [:format="rgb10a2unorm";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba16float";mipmapFilter="nearest"] + [:format="rgb10a2unorm";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba32float";mipmapFilter="linear"] + [:format="rgb9e5ufloat";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba32float";mipmapFilter="nearest"] + [:format="rgb9e5ufloat";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8snorm";mipmapFilter="linear"] + [:format="rgb9e5ufloat";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8snorm";mipmapFilter="nearest"] + [:format="rgb9e5ufloat";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8unorm";mipmapFilter="linear"] + [:format="rgb9e5ufloat";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8unorm";mipmapFilter="nearest"] + [:format="rgb9e5ufloat";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8unorm-srgb";mipmapFilter="linear"] + [:format="rgba16float";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL - [:format="rgba8unorm-srgb";mipmapFilter="nearest"] + [:format="rgba16float";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r"] + expected: + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_2d_coords:*] - expected: - if os == "linux" and not debug: TIMEOUT + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x10-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89188,6 +202838,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x10-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89196,6 +202918,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x5-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89204,6 +202998,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x5-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89212,6 +203078,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x6-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89220,6 +203158,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x6-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89228,6 +203238,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x8-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89236,6 +203318,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-10x8-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89244,6 +203398,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-12x10-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89252,6 +203478,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-12x10-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89260,6 +203558,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-12x12-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89268,6 +203638,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-12x12-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89276,6 +203718,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-4x4-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89284,6 +203798,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-4x4-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89292,6 +203878,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-5x4-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89300,6 +203958,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-5x4-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89308,6 +204038,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-5x5-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89316,6 +204118,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-5x5-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89324,6 +204198,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-6x5-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89332,6 +204278,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-6x5-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89340,6 +204358,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-6x6-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89348,6 +204438,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-6x6-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89356,6 +204518,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-8x5-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89364,6 +204598,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-8x5-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89372,6 +204678,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-8x6-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89380,6 +204758,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-8x6-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89388,6 +204838,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-8x8-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89396,6 +204918,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="astc-8x8-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89404,6 +204998,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc1-rgba-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89412,6 +205150,150 @@ expected: if os == "linux" and not debug: TIMEOUT + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc1-rgba-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89420,6 +205302,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc2-rgba-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89428,6 +205454,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc2-rgba-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89436,6 +205606,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc3-rgba-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89444,6 +205758,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc3-rgba-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89452,6 +205910,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc4-r-snorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89460,6 +206062,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc4-r-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89468,6 +206214,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc5-rg-snorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89476,6 +206366,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc5-rg-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89484,6 +206518,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc7-rgba-unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89492,6 +206670,150 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bc7-rgba-unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89500,14 +206822,590 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bgra8unorm";sample_points="spiral"] [:format="bgra8unorm";sample_points="texel-centre"] + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="bgra8unorm-srgb";sample_points="spiral"] [:format="bgra8unorm-srgb";sample_points="texel-centre"] + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="eac-r11snorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89516,6 +207414,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="eac-r11unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89524,6 +207494,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="eac-rg11snorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89532,6 +207574,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="eac-rg11unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89540,6 +207654,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="etc2-rgb8a1unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89548,6 +207734,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="etc2-rgb8a1unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89556,6 +207814,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="etc2-rgb8unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89564,6 +207894,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="etc2-rgb8unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89572,6 +207974,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="etc2-rgba8unorm";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89580,6 +208054,78 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + [:format="etc2-rgba8unorm-srgb";sample_points="spiral"] expected: if os == "linux" and not debug: NOTRUN @@ -89588,74 +208134,2484 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="r16float";sample_points="spiral"] [:format="r16float";sample_points="texel-centre"] + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="r32float";sample_points="spiral"] [:format="r32float";sample_points="texel-centre"] + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="r8snorm";sample_points="spiral"] [:format="r8snorm";sample_points="texel-centre"] + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="r8unorm";sample_points="spiral"] [:format="r8unorm";sample_points="texel-centre"] + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rg11b10ufloat";sample_points="spiral"] [:format="rg11b10ufloat";sample_points="texel-centre"] + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rg16float";sample_points="spiral"] [:format="rg16float";sample_points="texel-centre"] + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rg32float";sample_points="spiral"] [:format="rg32float";sample_points="texel-centre"] + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rg8snorm";sample_points="spiral"] [:format="rg8snorm";sample_points="texel-centre"] + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rg8unorm";sample_points="spiral"] [:format="rg8unorm";sample_points="texel-centre"] + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rgb10a2unorm";sample_points="spiral"] [:format="rgb10a2unorm";sample_points="texel-centre"] + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rgb9e5ufloat";sample_points="spiral"] [:format="rgb9e5ufloat";sample_points="texel-centre"] + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba16float";sample_points="spiral"] [:format="rgba16float";sample_points="texel-centre"] + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba32float";sample_points="spiral"] [:format="rgba32float";sample_points="texel-centre"] + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8snorm";sample_points="spiral"] [:format="rgba8snorm";sample_points="texel-centre"] + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8unorm";sample_points="spiral"] [:format="rgba8unorm";sample_points="texel-centre"] + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8unorm-srgb";sample_points="spiral"] [:format="rgba8unorm-srgb";sample_points="texel-centre"] [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_3d_coords:*] - expected: - if os == "linux" and not debug: TIMEOUT + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x10-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89668,6 +210624,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x10-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89680,6 +210744,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x5-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89692,6 +210864,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x5-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89704,6 +210984,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x6-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89716,6 +211104,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x6-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89728,6 +211224,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x8-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89740,6 +211344,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-10x8-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89752,6 +211464,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-12x10-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89764,6 +211584,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-12x10-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89776,6 +211704,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-12x12-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89788,6 +211824,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-12x12-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89800,6 +211944,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-4x4-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89812,6 +212064,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-4x4-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89824,6 +212184,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-5x4-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89836,6 +212304,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-5x4-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89848,6 +212424,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-5x5-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89860,6 +212544,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-5x5-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89872,6 +212664,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-6x5-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89884,6 +212784,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-6x5-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89896,6 +212904,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-6x6-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89908,6 +213024,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-6x6-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89920,6 +213144,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-8x5-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89932,6 +213264,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-8x5-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89944,6 +213384,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-8x6-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89956,6 +213504,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-8x6-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89968,6 +213624,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-8x8-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89980,6 +213744,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="astc-8x8-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -89992,6 +213864,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc1-rgba-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: TIMEOUT @@ -90004,6 +214092,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc1-rgba-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90016,6 +214320,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc2-rgba-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90028,6 +214548,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc2-rgba-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90040,6 +214776,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc3-rgba-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90052,6 +215004,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc3-rgba-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90064,6 +215232,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc4-r-snorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90076,6 +215460,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc4-r-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90088,6 +215688,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc5-rg-snorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90100,6 +215916,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc5-rg-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90112,6 +216144,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc7-rgba-unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90124,6 +216372,222 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bc7-rgba-unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90136,6 +216600,654 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bgra8unorm";viewDimension="3d";sample_points="spiral"] [:format="bgra8unorm";viewDimension="3d";sample_points="texel-centre"] @@ -90146,6 +217258,654 @@ [:format="bgra8unorm";viewDimension="cube";sample_points="texel-centre"] + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="bgra8unorm-srgb";viewDimension="3d";sample_points="spiral"] [:format="bgra8unorm-srgb";viewDimension="3d";sample_points="texel-centre"] @@ -90156,6 +217916,438 @@ [:format="bgra8unorm-srgb";viewDimension="cube";sample_points="texel-centre"] + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="eac-r11snorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90168,6 +218360,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="eac-r11unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90180,6 +218480,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="eac-rg11snorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90192,6 +218600,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="eac-rg11unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90204,6 +218720,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="etc2-rgb8a1unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90216,6 +218840,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="etc2-rgb8a1unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90228,6 +218960,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="etc2-rgb8unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90240,6 +219080,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="etc2-rgb8unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90252,6 +219200,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="etc2-rgba8unorm";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90264,6 +219320,114 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + [:format="etc2-rgba8unorm-srgb";viewDimension="cube";sample_points="cube-edges"] expected: if os == "linux" and not debug: NOTRUN @@ -90276,6 +219440,654 @@ expected: if os == "linux" and not debug: NOTRUN + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="r16float";viewDimension="3d";sample_points="spiral"] [:format="r16float";viewDimension="3d";sample_points="texel-centre"] @@ -90286,6 +220098,654 @@ [:format="r16float";viewDimension="cube";sample_points="texel-centre"] + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="r32float";viewDimension="3d";sample_points="spiral"] [:format="r32float";viewDimension="3d";sample_points="texel-centre"] @@ -90296,6 +220756,654 @@ [:format="r32float";viewDimension="cube";sample_points="texel-centre"] + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="r8snorm";viewDimension="3d";sample_points="spiral"] [:format="r8snorm";viewDimension="3d";sample_points="texel-centre"] @@ -90306,6 +221414,654 @@ [:format="r8snorm";viewDimension="cube";sample_points="texel-centre"] + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="r8unorm";viewDimension="3d";sample_points="spiral"] [:format="r8unorm";viewDimension="3d";sample_points="texel-centre"] @@ -90316,6 +222072,654 @@ [:format="r8unorm";viewDimension="cube";sample_points="texel-centre"] + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rg11b10ufloat";viewDimension="3d";sample_points="spiral"] [:format="rg11b10ufloat";viewDimension="3d";sample_points="texel-centre"] @@ -90326,6 +222730,654 @@ [:format="rg11b10ufloat";viewDimension="cube";sample_points="texel-centre"] + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rg16float";viewDimension="3d";sample_points="spiral"] [:format="rg16float";viewDimension="3d";sample_points="texel-centre"] @@ -90336,6 +223388,654 @@ [:format="rg16float";viewDimension="cube";sample_points="texel-centre"] + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rg32float";viewDimension="3d";sample_points="spiral"] [:format="rg32float";viewDimension="3d";sample_points="texel-centre"] @@ -90346,6 +224046,654 @@ [:format="rg32float";viewDimension="cube";sample_points="texel-centre"] + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rg8snorm";viewDimension="3d";sample_points="spiral"] [:format="rg8snorm";viewDimension="3d";sample_points="texel-centre"] @@ -90356,6 +224704,654 @@ [:format="rg8snorm";viewDimension="cube";sample_points="texel-centre"] + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rg8unorm";viewDimension="3d";sample_points="spiral"] [:format="rg8unorm";viewDimension="3d";sample_points="texel-centre"] @@ -90366,6 +225362,654 @@ [:format="rg8unorm";viewDimension="cube";sample_points="texel-centre"] + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rgb10a2unorm";viewDimension="3d";sample_points="spiral"] [:format="rgb10a2unorm";viewDimension="3d";sample_points="texel-centre"] @@ -90376,6 +226020,654 @@ [:format="rgb10a2unorm";viewDimension="cube";sample_points="texel-centre"] + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rgb9e5ufloat";viewDimension="3d";sample_points="spiral"] [:format="rgb9e5ufloat";viewDimension="3d";sample_points="texel-centre"] @@ -90386,6 +226678,654 @@ [:format="rgb9e5ufloat";viewDimension="cube";sample_points="texel-centre"] + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba16float";viewDimension="3d";sample_points="spiral"] [:format="rgba16float";viewDimension="3d";sample_points="texel-centre"] @@ -90396,6 +227336,654 @@ [:format="rgba16float";viewDimension="cube";sample_points="texel-centre"] + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba32float";viewDimension="3d";sample_points="spiral"] [:format="rgba32float";viewDimension="3d";sample_points="texel-centre"] @@ -90406,6 +227994,654 @@ [:format="rgba32float";viewDimension="cube";sample_points="texel-centre"] + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8snorm";viewDimension="3d";sample_points="spiral"] [:format="rgba8snorm";viewDimension="3d";sample_points="texel-centre"] @@ -90416,6 +228652,654 @@ [:format="rgba8snorm";viewDimension="cube";sample_points="texel-centre"] + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8unorm";viewDimension="3d";sample_points="spiral"] [:format="rgba8unorm";viewDimension="3d";sample_points="texel-centre"] @@ -90426,6 +229310,654 @@ [:format="rgba8unorm";viewDimension="cube";sample_points="texel-centre"] + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:format="rgba8unorm-srgb";viewDimension="3d";sample_points="spiral"] [:format="rgba8unorm-srgb";viewDimension="3d";sample_points="texel-centre"] @@ -90444,24 +229976,43274 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_array_2d_coords:*] [:] + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_array_3d_coords:*] [:] + [:format="astc-10x10-unorm";filt="linear";mode="c"] + + [:format="astc-10x10-unorm";filt="linear";mode="m"] + + [:format="astc-10x10-unorm";filt="linear";mode="r"] + + [:format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-10x5-unorm";filt="linear";mode="c"] + + [:format="astc-10x5-unorm";filt="linear";mode="m"] + + [:format="astc-10x5-unorm";filt="linear";mode="r"] + + [:format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-10x6-unorm";filt="linear";mode="c"] + + [:format="astc-10x6-unorm";filt="linear";mode="m"] + + [:format="astc-10x6-unorm";filt="linear";mode="r"] + + [:format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-10x8-unorm";filt="linear";mode="c"] + + [:format="astc-10x8-unorm";filt="linear";mode="m"] + + [:format="astc-10x8-unorm";filt="linear";mode="r"] + + [:format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-12x10-unorm";filt="linear";mode="c"] + + [:format="astc-12x10-unorm";filt="linear";mode="m"] + + [:format="astc-12x10-unorm";filt="linear";mode="r"] + + [:format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-12x12-unorm";filt="linear";mode="c"] + + [:format="astc-12x12-unorm";filt="linear";mode="m"] + + [:format="astc-12x12-unorm";filt="linear";mode="r"] + + [:format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-4x4-unorm";filt="linear";mode="c"] + + [:format="astc-4x4-unorm";filt="linear";mode="m"] + + [:format="astc-4x4-unorm";filt="linear";mode="r"] + + [:format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-5x4-unorm";filt="linear";mode="c"] + + [:format="astc-5x4-unorm";filt="linear";mode="m"] + + [:format="astc-5x4-unorm";filt="linear";mode="r"] + + [:format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-5x5-unorm";filt="linear";mode="c"] + + [:format="astc-5x5-unorm";filt="linear";mode="m"] + + [:format="astc-5x5-unorm";filt="linear";mode="r"] + + [:format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-6x5-unorm";filt="linear";mode="c"] + + [:format="astc-6x5-unorm";filt="linear";mode="m"] + + [:format="astc-6x5-unorm";filt="linear";mode="r"] + + [:format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-6x6-unorm";filt="linear";mode="c"] + + [:format="astc-6x6-unorm";filt="linear";mode="m"] + + [:format="astc-6x6-unorm";filt="linear";mode="r"] + + [:format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-8x5-unorm";filt="linear";mode="c"] + + [:format="astc-8x5-unorm";filt="linear";mode="m"] + + [:format="astc-8x5-unorm";filt="linear";mode="r"] + + [:format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-8x6-unorm";filt="linear";mode="c"] + + [:format="astc-8x6-unorm";filt="linear";mode="m"] + + [:format="astc-8x6-unorm";filt="linear";mode="r"] + + [:format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-8x8-unorm";filt="linear";mode="c"] + + [:format="astc-8x8-unorm";filt="linear";mode="m"] + + [:format="astc-8x8-unorm";filt="linear";mode="r"] + + [:format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="c"] + + [:format="depth16unorm";filt="linear";mode="m"] + + [:format="depth16unorm";filt="linear";mode="r"] + + [:format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="c"] + + [:format="depth32float";filt="linear";mode="m"] + + [:format="depth32float";filt="linear";mode="r"] + + [:format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";filt="linear";mode="c"] + + [:format="eac-r11snorm";filt="linear";mode="m"] + + [:format="eac-r11snorm";filt="linear";mode="r"] + + [:format="eac-r11snorm";filt="nearest";mode="c"] + + [:format="eac-r11snorm";filt="nearest";mode="m"] + + [:format="eac-r11snorm";filt="nearest";mode="r"] + + [:format="eac-r11unorm";filt="linear";mode="c"] + + [:format="eac-r11unorm";filt="linear";mode="m"] + + [:format="eac-r11unorm";filt="linear";mode="r"] + + [:format="eac-r11unorm";filt="nearest";mode="c"] + + [:format="eac-r11unorm";filt="nearest";mode="m"] + + [:format="eac-r11unorm";filt="nearest";mode="r"] + + [:format="eac-rg11snorm";filt="linear";mode="c"] + + [:format="eac-rg11snorm";filt="linear";mode="m"] + + [:format="eac-rg11snorm";filt="linear";mode="r"] + + [:format="eac-rg11snorm";filt="nearest";mode="c"] + + [:format="eac-rg11snorm";filt="nearest";mode="m"] + + [:format="eac-rg11snorm";filt="nearest";mode="r"] + + [:format="eac-rg11unorm";filt="linear";mode="c"] + + [:format="eac-rg11unorm";filt="linear";mode="m"] + + [:format="eac-rg11unorm";filt="linear";mode="r"] + + [:format="eac-rg11unorm";filt="nearest";mode="c"] + + [:format="eac-rg11unorm";filt="nearest";mode="m"] + + [:format="eac-rg11unorm";filt="nearest";mode="r"] + + [:format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBaseClampToEdge:2d_coords:*] + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";textureType="texture_external";filt="linear";modeU="c";modeV="c"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="c";modeV="m"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="c";modeV="r"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="m";modeV="c"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="m";modeV="m"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="m";modeV="r"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="r";modeV="c"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="r";modeV="m"] + + [:stage="c";textureType="texture_external";filt="linear";modeU="r";modeV="r"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="c";modeV="c"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="c";modeV="m"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="c";modeV="r"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="m";modeV="c"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="m";modeV="m"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="m";modeV="r"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="r";modeV="c"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="r";modeV="m"] + + [:stage="c";textureType="texture_external";filt="nearest";modeU="r";modeV="r"] + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";textureType="texture_external";filt="linear";modeU="c";modeV="c"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="c";modeV="m"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="c";modeV="r"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="m";modeV="c"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="m";modeV="m"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="m";modeV="r"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="r";modeV="c"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="r";modeV="m"] + + [:stage="f";textureType="texture_external";filt="linear";modeU="r";modeV="r"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="c";modeV="c"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="c";modeV="m"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="c";modeV="r"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="m";modeV="c"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="m";modeV="m"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="m";modeV="r"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="r";modeV="c"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="r";modeV="m"] + + [:stage="f";textureType="texture_external";filt="nearest";modeU="r";modeV="r"] + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="c";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="m";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="linear";modeU="r";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="c";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="m";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_2d%3Cf32%3E";filt="nearest";modeU="r";modeV="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";textureType="texture_external";filt="linear";modeU="c";modeV="c"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="c";modeV="m"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="c";modeV="r"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="m";modeV="c"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="m";modeV="m"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="m";modeV="r"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="r";modeV="c"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="r";modeV="m"] + + [:stage="v";textureType="texture_external";filt="linear";modeU="r";modeV="r"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="c";modeV="c"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="c";modeV="m"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="c";modeV="r"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="m";modeV="c"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="m";modeV="m"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="m";modeV="r"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="r";modeV="c"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="r";modeV="m"] + + [:stage="v";textureType="texture_external";filt="nearest";modeU="r";modeV="r"] + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_2d_coords:*] [:] + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_3d_coords:*] [:] + [:format="astc-10x10-unorm";filt="linear";mode="c"] + + [:format="astc-10x10-unorm";filt="linear";mode="m"] + + [:format="astc-10x10-unorm";filt="linear";mode="r"] + + [:format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-10x5-unorm";filt="linear";mode="c"] + + [:format="astc-10x5-unorm";filt="linear";mode="m"] + + [:format="astc-10x5-unorm";filt="linear";mode="r"] + + [:format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-10x6-unorm";filt="linear";mode="c"] + + [:format="astc-10x6-unorm";filt="linear";mode="m"] + + [:format="astc-10x6-unorm";filt="linear";mode="r"] + + [:format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-10x8-unorm";filt="linear";mode="c"] + + [:format="astc-10x8-unorm";filt="linear";mode="m"] + + [:format="astc-10x8-unorm";filt="linear";mode="r"] + + [:format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-12x10-unorm";filt="linear";mode="c"] + + [:format="astc-12x10-unorm";filt="linear";mode="m"] + + [:format="astc-12x10-unorm";filt="linear";mode="r"] + + [:format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-12x12-unorm";filt="linear";mode="c"] + + [:format="astc-12x12-unorm";filt="linear";mode="m"] + + [:format="astc-12x12-unorm";filt="linear";mode="r"] + + [:format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-4x4-unorm";filt="linear";mode="c"] + + [:format="astc-4x4-unorm";filt="linear";mode="m"] + + [:format="astc-4x4-unorm";filt="linear";mode="r"] + + [:format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-5x4-unorm";filt="linear";mode="c"] + + [:format="astc-5x4-unorm";filt="linear";mode="m"] + + [:format="astc-5x4-unorm";filt="linear";mode="r"] + + [:format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-5x5-unorm";filt="linear";mode="c"] + + [:format="astc-5x5-unorm";filt="linear";mode="m"] + + [:format="astc-5x5-unorm";filt="linear";mode="r"] + + [:format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-6x5-unorm";filt="linear";mode="c"] + + [:format="astc-6x5-unorm";filt="linear";mode="m"] + + [:format="astc-6x5-unorm";filt="linear";mode="r"] + + [:format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-6x6-unorm";filt="linear";mode="c"] + + [:format="astc-6x6-unorm";filt="linear";mode="m"] + + [:format="astc-6x6-unorm";filt="linear";mode="r"] + + [:format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-8x5-unorm";filt="linear";mode="c"] + + [:format="astc-8x5-unorm";filt="linear";mode="m"] + + [:format="astc-8x5-unorm";filt="linear";mode="r"] + + [:format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-8x6-unorm";filt="linear";mode="c"] + + [:format="astc-8x6-unorm";filt="linear";mode="m"] + + [:format="astc-8x6-unorm";filt="linear";mode="r"] + + [:format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:format="astc-8x8-unorm";filt="linear";mode="c"] + + [:format="astc-8x8-unorm";filt="linear";mode="m"] + + [:format="astc-8x8-unorm";filt="linear";mode="r"] + + [:format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="c"] + + [:format="depth16unorm";filt="linear";mode="m"] + + [:format="depth16unorm";filt="linear";mode="r"] + + [:format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="c"] + + [:format="depth32float";filt="linear";mode="m"] + + [:format="depth32float";filt="linear";mode="r"] + + [:format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";filt="linear";mode="c"] + + [:format="eac-r11snorm";filt="linear";mode="m"] + + [:format="eac-r11snorm";filt="linear";mode="r"] + + [:format="eac-r11snorm";filt="nearest";mode="c"] + + [:format="eac-r11snorm";filt="nearest";mode="m"] + + [:format="eac-r11snorm";filt="nearest";mode="r"] + + [:format="eac-r11unorm";filt="linear";mode="c"] + + [:format="eac-r11unorm";filt="linear";mode="m"] + + [:format="eac-r11unorm";filt="linear";mode="r"] + + [:format="eac-r11unorm";filt="nearest";mode="c"] + + [:format="eac-r11unorm";filt="nearest";mode="m"] + + [:format="eac-r11unorm";filt="nearest";mode="r"] + + [:format="eac-rg11snorm";filt="linear";mode="c"] + + [:format="eac-rg11snorm";filt="linear";mode="m"] + + [:format="eac-rg11snorm";filt="linear";mode="r"] + + [:format="eac-rg11snorm";filt="nearest";mode="c"] + + [:format="eac-rg11snorm";filt="nearest";mode="m"] + + [:format="eac-rg11snorm";filt="nearest";mode="r"] + + [:format="eac-rg11unorm";filt="linear";mode="c"] + + [:format="eac-rg11unorm";filt="linear";mode="m"] + + [:format="eac-rg11unorm";filt="linear";mode="r"] + + [:format="eac-rg11unorm";filt="nearest";mode="c"] + + [:format="eac-rg11unorm";filt="nearest";mode="m"] + + [:format="eac-rg11unorm";filt="nearest";mode="r"] + + [:format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_2d_coords:*] [:] + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_3d_coords:*] + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:texture_type="texture_3d"] [:texture_type="texture_cube"] @@ -90470,72 +273252,106786 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:*] [:] + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:3d_coords:*] [:] + [:format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_2d_coords:*] [:] + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_3d_coords:*] [:] + [:format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:2d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:3d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:arrayed_2d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:arrayed_3d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL -[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:control_flow:*] - [:stage="compute"] + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL - [:stage="fragment"] + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL - [:stage="vertex"] + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL -[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:stage:*] - [:stage="compute"] + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL - [:stage="fragment"] + [:stage="c";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL - [:stage="vertex"] + [:stage="c";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_2d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_3d_coords:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:] + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="c";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="m";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="c";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="m";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";modeU="r";modeV="r";modeW="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="c";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="m";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="c";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="m";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_array_2d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_array_3d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + + [:stage="c";format="depth32float";filt="linear";mode="m"] + + [:stage="c";format="depth32float";filt="linear";mode="r"] + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + + [:stage="f";format="depth32float";filt="linear";mode="m"] + + [:stage="f";format="depth32float";filt="linear";mode="r"] + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + + [:stage="v";format="depth32float";filt="linear";mode="m"] + + [:stage="v";format="depth32float";filt="linear";mode="r"] + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_2d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_3d_coords:*] + [:stage="c";format="depth16unorm";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="i32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="i32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="u32";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";viewDimension="cube-array";A="u32";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [:texture_type="texture_depth_cube"] [:texture_type="texture_depth_cube_array"] @@ -90544,12 +380040,28344 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_array_2d_coords:*] [:] + [:stage="c";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_2d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_3d_coords:*] + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="depth32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="eac-r11snorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="eac-r11unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="eac-rg11snorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="eac-rg11unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="c";format="r16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="depth32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="eac-r11snorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="eac-r11unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="eac-rg11snorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="eac-rg11unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="f";format="r16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="depth32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="eac-r11snorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="eac-r11unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="eac-rg11snorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="eac-rg11unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + + [:stage="v";format="r16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="linear";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="3d";filt="nearest";mode="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="linear";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";dim="cube";filt="nearest";mode="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + [:texture_type="texture_3d"] [:texture_type="texture_cube"] @@ -90558,10 +408386,25462 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_2d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth16unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="depth32float";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-r11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11snorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="eac-rg11unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="c";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="m";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="m";offset=true] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=false] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";modeU="r";modeV="r";offset=true] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_3d_coords:*] [:] + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="linear";mode="c"] + + [:stage="c";format="depth16unorm";filt="linear";mode="m"] + + [:stage="c";format="depth16unorm";filt="linear";mode="r"] + + [:stage="c";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="linear";mode="c"] + + [:stage="c";format="depth32float";filt="linear";mode="m"] + + [:stage="c";format="depth32float";filt="linear";mode="r"] + + [:stage="c";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="c";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="c";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="c";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="c";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="linear";mode="c"] + + [:stage="f";format="depth16unorm";filt="linear";mode="m"] + + [:stage="f";format="depth16unorm";filt="linear";mode="r"] + + [:stage="f";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="linear";mode="c"] + + [:stage="f";format="depth32float";filt="linear";mode="m"] + + [:stage="f";format="depth32float";filt="linear";mode="r"] + + [:stage="f";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="f";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="f";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="f";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="f";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-10x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x10-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-12x12-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-4x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x4-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-5x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-6x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x5-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x6-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm";filt="nearest";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="astc-8x8-unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc1-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc2-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc3-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc4-r-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc5-rg-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bc7-rgba-unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="bgra8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="linear";mode="c"] + + [:stage="v";format="depth16unorm";filt="linear";mode="m"] + + [:stage="v";format="depth16unorm";filt="linear";mode="r"] + + [:stage="v";format="depth16unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth16unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="linear";mode="c"] + + [:stage="v";format="depth32float";filt="linear";mode="m"] + + [:stage="v";format="depth32float";filt="linear";mode="r"] + + [:stage="v";format="depth32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="depth32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="eac-r11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-r11unorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11snorm";filt="nearest";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="linear";mode="r"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="c"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="m"] + + [:stage="v";format="eac-rg11unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8a1unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgb8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm";filt="nearest";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="linear";mode="r"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="c"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="m"] + + [:stage="v";format="etc2-rgba8unorm-srgb";filt="nearest";mode="r"] + + [:stage="v";format="r16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="r8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg11b10ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rg8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb10a2unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgb9e5ufloat";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba16float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba32float";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8snorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="linear";mode="r"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="c"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="m"] + expected: + if os == "linux" and not debug: FAIL + + [:stage="v";format="rgba8unorm-srgb";filt="nearest";mode="r"] + expected: + if os == "linux" and not debug: FAIL + [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureStore:bgra8unorm_swizzle:*] [:] @@ -91094,8 +434374,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -91115,7 +434393,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -91151,7 +434429,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -91199,7 +434477,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -91224,8 +434502,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack4x8snorm:unpack:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -91239,7 +434515,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack4x8unorm:unpack:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -97935,7 +441211,371 @@ [:inputSource="uniform";vectorize=4;scalarType="u32";derefType="pointer"] +[cts.https.html?q=webgpu:shader,execution,expression,unary,address_of_and_indirection:deref_swizzle:*] + [:inputSource="storage_r";vectorize=2;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="bool";derefType="pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="f16";derefType="pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="f32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="i32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=2;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=2;scalarType="u32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="bool";derefType="pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="f16";derefType="pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="f32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="i32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=3;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=3;scalarType="u32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="bool";derefType="pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="f16";derefType="pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="f32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="i32";derefType="pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_r";vectorize=4;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="storage_r";vectorize=4;scalarType="u32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="bool";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f16";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="f32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="i32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=2;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=2;scalarType="u32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="bool";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f16";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="f32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="i32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=3;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=3;scalarType="u32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="bool";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f16";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="f32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="i32";derefType="pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="storage_rw";vectorize=4;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="storage_rw";vectorize=4;scalarType="u32";derefType="pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="bool";derefType="pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="f16";derefType="pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="f32";derefType="pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="i32";derefType="pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=2;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=2;scalarType="u32";derefType="pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="bool";derefType="pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="f16";derefType="pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="f32";derefType="pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="i32";derefType="pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=3;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=3;scalarType="u32";derefType="pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="bool";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="bool";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="bool";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="bool";derefType="pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="f16";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="f16";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="f16";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="f16";derefType="pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="f32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="f32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="f32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="f32";derefType="pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="i32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="i32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="i32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="i32";derefType="pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="u32";derefType="address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="u32";derefType="deref_address_of_identifier"] + + [:inputSource="uniform";vectorize=4;scalarType="u32";derefType="deref_pointer"] + + [:inputSource="uniform";vectorize=4;scalarType="u32";derefType="pointer"] + + [cts.https.html?q=webgpu:shader,execution,expression,unary,af_arithmetic:negation:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -97954,6 +441594,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:abstract:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -97961,7 +441603,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] @@ -97988,18 +441630,20 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:abstract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:i32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] [cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:u32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -98024,8 +441668,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:bool:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -98068,6 +441710,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98103,7 +441747,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -98146,6 +441790,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:i32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98248,8 +441894,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_arithmetic:negation:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98284,8 +441928,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98296,8 +441938,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:abstract_float_mat:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -98318,6 +441958,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:abstract_int:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98328,8 +441970,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:bool:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98398,6 +442038,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:f16_mat:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -98472,6 +442114,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98580,6 +442224,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:i32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98614,6 +442260,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:u32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98648,8 +442296,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_arithmetic:negation:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98684,8 +442330,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98696,8 +442340,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:abstract_float_mat:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -98718,6 +442360,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:abstract_int:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98728,6 +442372,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:bool:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98763,7 +442409,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f16:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98799,7 +442445,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f16_mat:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -98874,6 +442520,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -98908,8 +442556,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f32_mat:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -98985,7 +442631,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:i32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99020,6 +442666,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:u32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99055,7 +442703,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_arithmetic:negation:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -99150,6 +442798,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:abstract_int:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99160,6 +442810,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:bool:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99194,6 +442846,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:f16:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99286,8 +442940,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:i32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -99330,6 +442982,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:u32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99398,8 +443052,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -99453,7 +443105,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:bool:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99488,8 +443140,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99525,7 +443175,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:f32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99584,6 +443234,8 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:i32:*] + expected: + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -99619,7 +443271,7 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:u32:*] expected: - if os == "linux" and not debug: OK + if os == "linux" and not debug: [OK, CRASH] [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -100777,6 +444429,14 @@ [:] +[cts.https.html?q=webgpu:shader,execution,padding:array_of_vec3h,elementwise:*] + [:] + + +[cts.https.html?q=webgpu:shader,execution,padding:array_of_vec3h:*] + [:] + + [cts.https.html?q=webgpu:shader,execution,padding:matCx3:*] [:columns=2;use_struct=false] @@ -100869,6 +444529,134 @@ [:method="struct";dispatch="indirect";groupSize={"x":8,"y":4,"z":2};numGroups={"x":1,"y":1,"z":1}] +[cts.https.html?q=webgpu:shader,execution,shader_io,compute_builtins:subgroup_invocation_id:*] + [:sizes=[1,1,16\]] + + [:sizes=[1,1,1\]] + + [:sizes=[1,1,32\]] + + [:sizes=[1,1,4\]] + + [:sizes=[1,1,64\]] + + [:sizes=[1,1,8\]] + + [:sizes=[1,128,1\]] + + [:sizes=[1,16,16\]] + + [:sizes=[1,16,1\]] + + [:sizes=[1,256,1\]] + + [:sizes=[1,32,1\]] + + [:sizes=[1,4,1\]] + + [:sizes=[1,64,1\]] + + [:sizes=[1,8,1\]] + + [:sizes=[128,1,1\]] + + [:sizes=[15,2,8\]] + + [:sizes=[15,3,3\]] + + [:sizes=[16,1,16\]] + + [:sizes=[16,1,1\]] + + [:sizes=[16,16,1\]] + + [:sizes=[17,4,2\]] + + [:sizes=[17,5,2\]] + + [:sizes=[256,1,1\]] + + [:sizes=[3,15,3\]] + + [:sizes=[3,3,15\]] + + [:sizes=[3,3,3\]] + + [:sizes=[32,1,1\]] + + [:sizes=[4,1,1\]] + + [:sizes=[4,4,4\]] + + [:sizes=[64,1,1\]] + + [:sizes=[8,1,1\]] + + +[cts.https.html?q=webgpu:shader,execution,shader_io,compute_builtins:subgroup_size:*] + [:sizes=[1,1,16\]] + + [:sizes=[1,1,1\]] + + [:sizes=[1,1,32\]] + + [:sizes=[1,1,4\]] + + [:sizes=[1,1,64\]] + + [:sizes=[1,1,8\]] + + [:sizes=[1,128,1\]] + + [:sizes=[1,16,16\]] + + [:sizes=[1,16,1\]] + + [:sizes=[1,256,1\]] + + [:sizes=[1,32,1\]] + + [:sizes=[1,4,1\]] + + [:sizes=[1,64,1\]] + + [:sizes=[1,8,1\]] + + [:sizes=[128,1,1\]] + + [:sizes=[15,2,8\]] + + [:sizes=[15,3,3\]] + + [:sizes=[16,1,16\]] + + [:sizes=[16,1,1\]] + + [:sizes=[16,16,1\]] + + [:sizes=[17,4,2\]] + + [:sizes=[17,5,2\]] + + [:sizes=[256,1,1\]] + + [:sizes=[3,15,3\]] + + [:sizes=[3,3,15\]] + + [:sizes=[3,3,3\]] + + [:sizes=[32,1,1\]] + + [:sizes=[4,1,1\]] + + [:sizes=[4,4,4\]] + + [:sizes=[64,1,1\]] + + [:sizes=[8,1,1\]] + + [cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:inputs,front_facing:*] [:nearFar=[0,1\];sampleCount=1;frontFace="ccw";interpolation={"type":"flat","sampling":"either"}] @@ -101593,6 +445381,54 @@ if os == "linux" and not debug: FAIL +[cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:subgroup_invocation_id:*] + [:size=[111,2\]] + + [:size=[13,10\]] + + [:size=[13,53\]] + + [:size=[15,15\]] + + [:size=[16,16\]] + + [:size=[17,17\]] + + [:size=[19,13\]] + + [:size=[2,111\]] + + [:size=[2,35\]] + + [:size=[35,2\]] + + [:size=[53,13\]] + + +[cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:subgroup_size:*] + [:size=[111,2\]] + + [:size=[13,10\]] + + [:size=[13,53\]] + + [:size=[15,15\]] + + [:size=[16,16\]] + + [:size=[17,17\]] + + [:size=[19,13\]] + + [:size=[2,111\]] + + [:size=[2,35\]] + + [:size=[35,2\]] + + [:size=[53,13\]] + + [cts.https.html?q=webgpu:shader,execution,shader_io,shared_structs:shared_between_stages:*] [:] @@ -101615,6 +445451,24 @@ [:type="u32"] +[cts.https.html?q=webgpu:shader,execution,shader_io,vertex_builtins:outputs,clip_distances:*] + [:clipDistances=1] + + [:clipDistances=2] + + [:clipDistances=3] + + [:clipDistances=4] + + [:clipDistances=5] + + [:clipDistances=6] + + [:clipDistances=7] + + [:clipDistances=8] + + [cts.https.html?q=webgpu:shader,execution,shader_io,workgroup_size:workgroup_size:*] disabled: true expected: @@ -101823,6 +445677,32 @@ if os == "linux" and not debug: FAIL +[cts.https.html?q=webgpu:shader,execution,statement,phony:executes:*] + [:case="call"] + expected: + if os == "linux" and not debug: FAIL + + [:case="call_in_subexpr"] + expected: + if os == "linux" and not debug: FAIL + + [:case="literal"] + expected: + if os == "linux" and not debug: FAIL + + [:case="loop"] + expected: + if os == "linux" and not debug: FAIL + + [:case="nested_call"] + expected: + if os == "linux" and not debug: FAIL + + [:case="unreached"] + expected: + if os == "linux" and not debug: FAIL + + [cts.https.html?q=webgpu:shader,execution,value_init:array,nested:*] [:addressSpace="function";type="bool"] @@ -102506,6 +446386,8 @@ [cts.https.html?q=webgpu:shader,validation,decl,let:initializer_type:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:] @@ -104197,6 +448079,8 @@ [:accessMode="read";prefix="storage,";suffix=""] [:accessMode="read";prefix="storage,";suffix=","] + expected: + if os == "linux" and not debug: FAIL [:accessMode="read";prefix="storage,";suffix=",read"] @@ -104221,6 +448105,8 @@ [:accessMode="read_write";prefix="storage,";suffix=""] [:accessMode="read_write";prefix="storage,";suffix=","] + expected: + if os == "linux" and not debug: FAIL [:accessMode="read_write";prefix="storage,";suffix=",read"] @@ -108662,6 +452548,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,binary,bitwise_shift:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:lhs="abstract-float";rhs="abstract-float";compound_assignment=false] [:lhs="abstract-float";rhs="abstract-float";compound_assignment=true] @@ -111806,6 +455694,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,binary,div_rem:scalar_vector:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:lhs="abstract-float";rhs="abstract-float";compound_assignment=false] [:lhs="abstract-float";rhs="abstract-float";compound_assignment=true] @@ -113531,8 +457421,6 @@ [:op="div";lhs="f16";rhs="f16"] [:op="div";lhs="f32";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="div";lhs="i32";rhs="i32"] expected: @@ -113547,12 +457435,8 @@ [:op="div";lhs="vec2%3Cf16%3E";rhs="vec2%3Cf16%3E"] [:op="div";lhs="vec2%3Cf32%3E";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="div";lhs="vec2%3Cf32%3E";rhs="vec2%3Cf32%3E"] - expected: - if os == "linux" and not debug: FAIL [:op="div";lhs="vec2%3Ci32%3E";rhs="i32"] expected: @@ -113575,12 +457459,8 @@ [:op="div";lhs="vec3%3Cf16%3E";rhs="vec3%3Cf16%3E"] [:op="div";lhs="vec3%3Cf32%3E";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="div";lhs="vec3%3Cf32%3E";rhs="vec3%3Cf32%3E"] - expected: - if os == "linux" and not debug: FAIL [:op="div";lhs="vec3%3Ci32%3E";rhs="i32"] expected: @@ -113603,12 +457483,8 @@ [:op="div";lhs="vec4%3Cf16%3E";rhs="vec4%3Cf16%3E"] [:op="div";lhs="vec4%3Cf32%3E";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="div";lhs="vec4%3Cf32%3E";rhs="vec4%3Cf32%3E"] - expected: - if os == "linux" and not debug: FAIL [:op="div";lhs="vec4%3Ci32%3E";rhs="i32"] expected: @@ -113629,8 +457505,6 @@ [:op="rem";lhs="f16";rhs="f16"] [:op="rem";lhs="f32";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="rem";lhs="i32";rhs="i32"] expected: @@ -113645,12 +457519,8 @@ [:op="rem";lhs="vec2%3Cf16%3E";rhs="vec2%3Cf16%3E"] [:op="rem";lhs="vec2%3Cf32%3E";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="rem";lhs="vec2%3Cf32%3E";rhs="vec2%3Cf32%3E"] - expected: - if os == "linux" and not debug: FAIL [:op="rem";lhs="vec2%3Ci32%3E";rhs="i32"] expected: @@ -113673,12 +457543,8 @@ [:op="rem";lhs="vec3%3Cf16%3E";rhs="vec3%3Cf16%3E"] [:op="rem";lhs="vec3%3Cf32%3E";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="rem";lhs="vec3%3Cf32%3E";rhs="vec3%3Cf32%3E"] - expected: - if os == "linux" and not debug: FAIL [:op="rem";lhs="vec3%3Ci32%3E";rhs="i32"] expected: @@ -113701,12 +457567,8 @@ [:op="rem";lhs="vec4%3Cf16%3E";rhs="vec4%3Cf16%3E"] [:op="rem";lhs="vec4%3Cf32%3E";rhs="f32"] - expected: - if os == "linux" and not debug: FAIL [:op="rem";lhs="vec4%3Cf32%3E";rhs="vec4%3Cf32%3E"] - expected: - if os == "linux" and not debug: FAIL [:op="rem";lhs="vec4%3Ci32%3E";rhs="i32"] expected: @@ -113759,6 +457621,1804 @@ [:stmt="or_int_literal_bool_literal"] +[cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_array_count_on_rhs:*] + [:op="%26%26";rhs="negative";control=false] + + [:op="%26%26";rhs="negative";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="nested";control=false] + + [:op="%26%26";rhs="nested";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="sqrt_neg1";control=false] + + [:op="%26%26";rhs="sqrt_neg1";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="negative";control=false] + + [:op="%7C%7C";rhs="negative";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="nested";control=false] + + [:op="%7C%7C";rhs="nested";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="sqrt_neg1";control=false] + + [:op="%7C%7C";rhs="sqrt_neg1";control=true] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_rhs_const:*] + [:op="%26%26";rhs="builtin";short_circuit=false] + + [:op="%26%26";rhs="builtin";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="div_zero_f32";short_circuit=false] + + [:op="%26%26";rhs="div_zero_f32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="div_zero_i32";short_circuit=false] + + [:op="%26%26";rhs="div_zero_i32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="overflow";short_circuit=false] + + [:op="%26%26";rhs="overflow";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="builtin";short_circuit=false] + + [:op="%7C%7C";rhs="builtin";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="div_zero_f32";short_circuit=false] + + [:op="%7C%7C";rhs="div_zero_f32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="div_zero_i32";short_circuit=false] + + [:op="%7C%7C";rhs="div_zero_i32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="overflow";short_circuit=false] + + [:op="%7C%7C";rhs="overflow";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_rhs_override:*] + [:op="%26%26";rhs="builtin";short_circuit=false] + + [:op="%26%26";rhs="builtin";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="div_zero_f32";short_circuit=false] + + [:op="%26%26";rhs="div_zero_f32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="div_zero_i32";short_circuit=false] + + [:op="%26%26";rhs="div_zero_i32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="overflow";short_circuit=false] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";rhs="overflow";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="builtin";short_circuit=false] + + [:op="%7C%7C";rhs="builtin";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="div_zero_f32";short_circuit=false] + + [:op="%7C%7C";rhs="div_zero_f32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="div_zero_i32";short_circuit=false] + + [:op="%7C%7C";rhs="div_zero_i32";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="overflow";short_circuit=false] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";rhs="overflow";short_circuit=true] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_types:*] + [:op="%26%26";type="array";control=false] + + [:op="%26%26";type="array";control=true] + + [:op="%26%26";type="atomic";control=false] + + [:op="%26%26";type="atomic";control=true] + + [:op="%26%26";type="mat2x2f";control=false] + + [:op="%26%26";type="mat2x2f";control=true] + + [:op="%26%26";type="ptr";control=false] + + [:op="%26%26";type="ptr";control=true] + + [:op="%26%26";type="sampler";control=false] + + [:op="%26%26";type="sampler";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";type="struct";control=false] + + [:op="%26%26";type="struct";control=true] + + [:op="%26%26";type="texture";control=false] + + [:op="%26%26";type="texture";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";type="array";control=false] + + [:op="%7C%7C";type="array";control=true] + + [:op="%7C%7C";type="atomic";control=false] + + [:op="%7C%7C";type="atomic";control=true] + + [:op="%7C%7C";type="mat2x2f";control=false] + + [:op="%7C%7C";type="mat2x2f";control=true] + + [:op="%7C%7C";type="ptr";control=false] + + [:op="%7C%7C";type="ptr";control=true] + + [:op="%7C%7C";type="sampler";control=false] + + [:op="%7C%7C";type="sampler";control=true] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";type="struct";control=false] + + [:op="%7C%7C";type="struct";control=true] + + [:op="%7C%7C";type="texture";control=false] + + [:op="%7C%7C";type="texture";control=true] + expected: + if os == "linux" and not debug: FAIL + + +[cts.https.html?q=webgpu:shader,validation,expression,binary,short_circuiting_and_or:scalar_vector:*] + [:op="%26%26";lhs="abstract-float";rhs="abstract-float"] + + [:op="%26%26";lhs="abstract-float";rhs="abstract-int"] + + [:op="%26%26";lhs="abstract-float";rhs="bool"] + + [:op="%26%26";lhs="abstract-float";rhs="f16"] + + [:op="%26%26";lhs="abstract-float";rhs="f32"] + + [:op="%26%26";lhs="abstract-float";rhs="i32"] + + [:op="%26%26";lhs="abstract-float";rhs="u32"] + + [:op="%26%26";lhs="abstract-float";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="abstract-float";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="abstract-float";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="abstract-float";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="abstract-float";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="abstract-float";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="abstract-float";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="abstract-int";rhs="abstract-float"] + + [:op="%26%26";lhs="abstract-int";rhs="abstract-int"] + + [:op="%26%26";lhs="abstract-int";rhs="bool"] + + [:op="%26%26";lhs="abstract-int";rhs="f16"] + + [:op="%26%26";lhs="abstract-int";rhs="f32"] + + [:op="%26%26";lhs="abstract-int";rhs="i32"] + + [:op="%26%26";lhs="abstract-int";rhs="u32"] + + [:op="%26%26";lhs="abstract-int";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="abstract-int";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="abstract-int";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="abstract-int";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="abstract-int";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="abstract-int";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="abstract-int";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="bool";rhs="abstract-float"] + + [:op="%26%26";lhs="bool";rhs="abstract-int"] + + [:op="%26%26";lhs="bool";rhs="bool"] + + [:op="%26%26";lhs="bool";rhs="f16"] + + [:op="%26%26";lhs="bool";rhs="f32"] + + [:op="%26%26";lhs="bool";rhs="i32"] + + [:op="%26%26";lhs="bool";rhs="u32"] + + [:op="%26%26";lhs="bool";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="bool";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="bool";rhs="vec2%3Cbool%3E"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";lhs="bool";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="bool";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="bool";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="bool";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="f16";rhs="abstract-float"] + + [:op="%26%26";lhs="f16";rhs="abstract-int"] + + [:op="%26%26";lhs="f16";rhs="bool"] + + [:op="%26%26";lhs="f16";rhs="f16"] + + [:op="%26%26";lhs="f16";rhs="f32"] + + [:op="%26%26";lhs="f16";rhs="i32"] + + [:op="%26%26";lhs="f16";rhs="u32"] + + [:op="%26%26";lhs="f16";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="f16";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="f16";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="f16";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="f16";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="f16";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="f16";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="f32";rhs="abstract-float"] + + [:op="%26%26";lhs="f32";rhs="abstract-int"] + + [:op="%26%26";lhs="f32";rhs="bool"] + + [:op="%26%26";lhs="f32";rhs="f16"] + + [:op="%26%26";lhs="f32";rhs="f32"] + + [:op="%26%26";lhs="f32";rhs="i32"] + + [:op="%26%26";lhs="f32";rhs="u32"] + + [:op="%26%26";lhs="f32";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="f32";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="f32";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="f32";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="f32";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="f32";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="f32";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="i32";rhs="abstract-float"] + + [:op="%26%26";lhs="i32";rhs="abstract-int"] + + [:op="%26%26";lhs="i32";rhs="bool"] + + [:op="%26%26";lhs="i32";rhs="f16"] + + [:op="%26%26";lhs="i32";rhs="f32"] + + [:op="%26%26";lhs="i32";rhs="i32"] + + [:op="%26%26";lhs="i32";rhs="u32"] + + [:op="%26%26";lhs="i32";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="i32";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="i32";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="i32";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="i32";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="i32";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="i32";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="u32";rhs="abstract-float"] + + [:op="%26%26";lhs="u32";rhs="abstract-int"] + + [:op="%26%26";lhs="u32";rhs="bool"] + + [:op="%26%26";lhs="u32";rhs="f16"] + + [:op="%26%26";lhs="u32";rhs="f32"] + + [:op="%26%26";lhs="u32";rhs="i32"] + + [:op="%26%26";lhs="u32";rhs="u32"] + + [:op="%26%26";lhs="u32";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="u32";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="u32";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="u32";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="u32";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="u32";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="u32";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="bool"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="f16"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="f32"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="i32"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="u32"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="bool"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="f16"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="f32"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="i32"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="u32"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="bool"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="f16"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="f32"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="i32"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="u32"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="vec2%3Cbool%3E"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec2%3Cbool%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="bool"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="f16"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="f32"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="i32"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="u32"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec2%3Cf16%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec2%3Cf32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec2%3Ci32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec2%3Cu32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="bool"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="f16"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="f32"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="i32"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="u32"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="bool"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="f16"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="f32"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="i32"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="u32"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="bool"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="f16"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="f32"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="i32"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="u32"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec3%3Cbool%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="bool"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="f16"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="f32"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="i32"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="u32"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec3%3Cf16%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec3%3Cf32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec3%3Ci32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec3%3Cu32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="bool"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="f16"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="f32"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="i32"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="u32"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="bool"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="f16"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="f32"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="i32"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="u32"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="bool"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="f16"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="f32"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="i32"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="u32"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec4%3Cbool%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="bool"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="f16"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="f32"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="i32"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="u32"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec4%3Cf16%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec4%3Cf32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec4%3Ci32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="abstract-float"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="abstract-int"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="bool"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="f16"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="f32"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="i32"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="u32"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%26%26";lhs="vec4%3Cu32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="abstract-float";rhs="abstract-float"] + + [:op="%7C%7C";lhs="abstract-float";rhs="abstract-int"] + + [:op="%7C%7C";lhs="abstract-float";rhs="bool"] + + [:op="%7C%7C";lhs="abstract-float";rhs="f16"] + + [:op="%7C%7C";lhs="abstract-float";rhs="f32"] + + [:op="%7C%7C";lhs="abstract-float";rhs="i32"] + + [:op="%7C%7C";lhs="abstract-float";rhs="u32"] + + [:op="%7C%7C";lhs="abstract-float";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="abstract-float";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="abstract-float";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="abstract-float";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="abstract-float";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="abstract-float";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="abstract-float";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="abstract-int";rhs="abstract-float"] + + [:op="%7C%7C";lhs="abstract-int";rhs="abstract-int"] + + [:op="%7C%7C";lhs="abstract-int";rhs="bool"] + + [:op="%7C%7C";lhs="abstract-int";rhs="f16"] + + [:op="%7C%7C";lhs="abstract-int";rhs="f32"] + + [:op="%7C%7C";lhs="abstract-int";rhs="i32"] + + [:op="%7C%7C";lhs="abstract-int";rhs="u32"] + + [:op="%7C%7C";lhs="abstract-int";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="abstract-int";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="abstract-int";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="abstract-int";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="abstract-int";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="abstract-int";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="abstract-int";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="bool";rhs="abstract-float"] + + [:op="%7C%7C";lhs="bool";rhs="abstract-int"] + + [:op="%7C%7C";lhs="bool";rhs="bool"] + + [:op="%7C%7C";lhs="bool";rhs="f16"] + + [:op="%7C%7C";lhs="bool";rhs="f32"] + + [:op="%7C%7C";lhs="bool";rhs="i32"] + + [:op="%7C%7C";lhs="bool";rhs="u32"] + + [:op="%7C%7C";lhs="bool";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="bool";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="bool";rhs="vec2%3Cbool%3E"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";lhs="bool";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="bool";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="bool";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="bool";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="f16";rhs="abstract-float"] + + [:op="%7C%7C";lhs="f16";rhs="abstract-int"] + + [:op="%7C%7C";lhs="f16";rhs="bool"] + + [:op="%7C%7C";lhs="f16";rhs="f16"] + + [:op="%7C%7C";lhs="f16";rhs="f32"] + + [:op="%7C%7C";lhs="f16";rhs="i32"] + + [:op="%7C%7C";lhs="f16";rhs="u32"] + + [:op="%7C%7C";lhs="f16";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="f16";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="f16";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="f16";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="f16";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="f16";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="f16";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="f32";rhs="abstract-float"] + + [:op="%7C%7C";lhs="f32";rhs="abstract-int"] + + [:op="%7C%7C";lhs="f32";rhs="bool"] + + [:op="%7C%7C";lhs="f32";rhs="f16"] + + [:op="%7C%7C";lhs="f32";rhs="f32"] + + [:op="%7C%7C";lhs="f32";rhs="i32"] + + [:op="%7C%7C";lhs="f32";rhs="u32"] + + [:op="%7C%7C";lhs="f32";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="f32";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="f32";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="f32";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="f32";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="f32";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="f32";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="i32";rhs="abstract-float"] + + [:op="%7C%7C";lhs="i32";rhs="abstract-int"] + + [:op="%7C%7C";lhs="i32";rhs="bool"] + + [:op="%7C%7C";lhs="i32";rhs="f16"] + + [:op="%7C%7C";lhs="i32";rhs="f32"] + + [:op="%7C%7C";lhs="i32";rhs="i32"] + + [:op="%7C%7C";lhs="i32";rhs="u32"] + + [:op="%7C%7C";lhs="i32";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="i32";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="i32";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="i32";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="i32";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="i32";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="i32";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="u32";rhs="abstract-float"] + + [:op="%7C%7C";lhs="u32";rhs="abstract-int"] + + [:op="%7C%7C";lhs="u32";rhs="bool"] + + [:op="%7C%7C";lhs="u32";rhs="f16"] + + [:op="%7C%7C";lhs="u32";rhs="f32"] + + [:op="%7C%7C";lhs="u32";rhs="i32"] + + [:op="%7C%7C";lhs="u32";rhs="u32"] + + [:op="%7C%7C";lhs="u32";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="u32";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="u32";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="u32";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="u32";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="u32";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="u32";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-float%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cabstract-int%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="bool"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="vec2%3Cbool%3E"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cbool%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf16%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cf32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec2%3Ci32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec2%3Cu32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-float%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cabstract-int%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="bool"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cbool%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf16%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cf32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec3%3Ci32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec3%3Cu32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-float%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cabstract-int%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="bool"] + expected: + if os == "linux" and not debug: FAIL + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cbool%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf16%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cf32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec4%3Ci32%3E";rhs="vec2%3Cu32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="abstract-float"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="abstract-int"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="bool"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="f16"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="f32"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="i32"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="u32"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="vec2%3Cabstract-float%3E"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="vec2%3Cabstract-int%3E"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="vec2%3Cbool%3E"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="vec2%3Cf16%3E"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="vec2%3Cf32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="vec2%3Ci32%3E"] + + [:op="%7C%7C";lhs="vec4%3Cu32%3E";rhs="vec2%3Cu32%3E"] + + [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,abs:parameters:*] [:test="alias"] @@ -113972,6 +459632,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,acos:values:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:stage="constant";type="abstract-float"] [:stage="constant";type="abstract-int"] @@ -114100,6 +459762,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,acosh:values:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:stage="constant";type="abstract-float"] expected: if os == "linux" and not debug: FAIL @@ -119340,6 +465004,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,faceForward:values:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:stage="constant";type="vec2%3Cabstract-float%3E"] expected: if os == "linux" and not debug: FAIL @@ -120674,6 +466340,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,ldexp:values:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:stage="constant";typeA="abstract-float";typeB="abstract-int"] expected: if os == "linux" and not debug: FAIL @@ -121736,6 +467404,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,normalize:values:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:stage="constant";type="vec2%3Cabstract-float%3E"] expected: if os == "linux" and not debug: FAIL @@ -122561,6 +468231,4588 @@ if os == "linux" and not debug: FAIL +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:data_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:early_eval:*] + [:stage="constant"] + + [:stage="override"] + + [:stage="runtime"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:id_constness:*] + [:value="const_decl"] + + [:value="const_expr"] + + [:value="const_literal"] + + [:value="let_decl"] + + [:value="override_decl"] + + [:value="var_func_decl"] + + [:value="var_priv_decl"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:id_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:must_use:*] + [:must_use=false] + + [:must_use=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:requires_subgroups:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:requires_subgroups_f16:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:return_type:*] + [:dataType="bool";retType="bool"] + + [:dataType="bool";retType="f16"] + + [:dataType="bool";retType="f32"] + + [:dataType="bool";retType="i32"] + + [:dataType="bool";retType="u32"] + + [:dataType="bool";retType="vec2%3Cbool%3E"] + + [:dataType="bool";retType="vec2%3Cf16%3E"] + + [:dataType="bool";retType="vec2%3Cf32%3E"] + + [:dataType="bool";retType="vec2%3Ci32%3E"] + + [:dataType="bool";retType="vec2%3Cu32%3E"] + + [:dataType="bool";retType="vec3%3Cbool%3E"] + + [:dataType="bool";retType="vec3%3Cf16%3E"] + + [:dataType="bool";retType="vec3%3Cf32%3E"] + + [:dataType="bool";retType="vec3%3Ci32%3E"] + + [:dataType="bool";retType="vec3%3Cu32%3E"] + + [:dataType="bool";retType="vec4%3Cbool%3E"] + + [:dataType="bool";retType="vec4%3Cf16%3E"] + + [:dataType="bool";retType="vec4%3Cf32%3E"] + + [:dataType="bool";retType="vec4%3Ci32%3E"] + + [:dataType="bool";retType="vec4%3Cu32%3E"] + + [:dataType="f16";retType="bool"] + + [:dataType="f16";retType="f16"] + + [:dataType="f16";retType="f32"] + + [:dataType="f16";retType="i32"] + + [:dataType="f16";retType="u32"] + + [:dataType="f16";retType="vec2%3Cbool%3E"] + + [:dataType="f16";retType="vec2%3Cf16%3E"] + + [:dataType="f16";retType="vec2%3Cf32%3E"] + + [:dataType="f16";retType="vec2%3Ci32%3E"] + + [:dataType="f16";retType="vec2%3Cu32%3E"] + + [:dataType="f16";retType="vec3%3Cbool%3E"] + + [:dataType="f16";retType="vec3%3Cf16%3E"] + + [:dataType="f16";retType="vec3%3Cf32%3E"] + + [:dataType="f16";retType="vec3%3Ci32%3E"] + + [:dataType="f16";retType="vec3%3Cu32%3E"] + + [:dataType="f16";retType="vec4%3Cbool%3E"] + + [:dataType="f16";retType="vec4%3Cf16%3E"] + + [:dataType="f16";retType="vec4%3Cf32%3E"] + + [:dataType="f16";retType="vec4%3Ci32%3E"] + + [:dataType="f16";retType="vec4%3Cu32%3E"] + + [:dataType="f32";retType="bool"] + + [:dataType="f32";retType="f16"] + + [:dataType="f32";retType="f32"] + + [:dataType="f32";retType="i32"] + + [:dataType="f32";retType="u32"] + + [:dataType="f32";retType="vec2%3Cbool%3E"] + + [:dataType="f32";retType="vec2%3Cf16%3E"] + + [:dataType="f32";retType="vec2%3Cf32%3E"] + + [:dataType="f32";retType="vec2%3Ci32%3E"] + + [:dataType="f32";retType="vec2%3Cu32%3E"] + + [:dataType="f32";retType="vec3%3Cbool%3E"] + + [:dataType="f32";retType="vec3%3Cf16%3E"] + + [:dataType="f32";retType="vec3%3Cf32%3E"] + + [:dataType="f32";retType="vec3%3Ci32%3E"] + + [:dataType="f32";retType="vec3%3Cu32%3E"] + + [:dataType="f32";retType="vec4%3Cbool%3E"] + + [:dataType="f32";retType="vec4%3Cf16%3E"] + + [:dataType="f32";retType="vec4%3Cf32%3E"] + + [:dataType="f32";retType="vec4%3Ci32%3E"] + + [:dataType="f32";retType="vec4%3Cu32%3E"] + + [:dataType="i32";retType="bool"] + + [:dataType="i32";retType="f16"] + + [:dataType="i32";retType="f32"] + + [:dataType="i32";retType="i32"] + + [:dataType="i32";retType="u32"] + + [:dataType="i32";retType="vec2%3Cbool%3E"] + + [:dataType="i32";retType="vec2%3Cf16%3E"] + + [:dataType="i32";retType="vec2%3Cf32%3E"] + + [:dataType="i32";retType="vec2%3Ci32%3E"] + + [:dataType="i32";retType="vec2%3Cu32%3E"] + + [:dataType="i32";retType="vec3%3Cbool%3E"] + + [:dataType="i32";retType="vec3%3Cf16%3E"] + + [:dataType="i32";retType="vec3%3Cf32%3E"] + + [:dataType="i32";retType="vec3%3Ci32%3E"] + + [:dataType="i32";retType="vec3%3Cu32%3E"] + + [:dataType="i32";retType="vec4%3Cbool%3E"] + + [:dataType="i32";retType="vec4%3Cf16%3E"] + + [:dataType="i32";retType="vec4%3Cf32%3E"] + + [:dataType="i32";retType="vec4%3Ci32%3E"] + + [:dataType="i32";retType="vec4%3Cu32%3E"] + + [:dataType="u32";retType="bool"] + + [:dataType="u32";retType="f16"] + + [:dataType="u32";retType="f32"] + + [:dataType="u32";retType="i32"] + + [:dataType="u32";retType="u32"] + + [:dataType="u32";retType="vec2%3Cbool%3E"] + + [:dataType="u32";retType="vec2%3Cf16%3E"] + + [:dataType="u32";retType="vec2%3Cf32%3E"] + + [:dataType="u32";retType="vec2%3Ci32%3E"] + + [:dataType="u32";retType="vec2%3Cu32%3E"] + + [:dataType="u32";retType="vec3%3Cbool%3E"] + + [:dataType="u32";retType="vec3%3Cf16%3E"] + + [:dataType="u32";retType="vec3%3Cf32%3E"] + + [:dataType="u32";retType="vec3%3Ci32%3E"] + + [:dataType="u32";retType="vec3%3Cu32%3E"] + + [:dataType="u32";retType="vec4%3Cbool%3E"] + + [:dataType="u32";retType="vec4%3Cf16%3E"] + + [:dataType="u32";retType="vec4%3Cf32%3E"] + + [:dataType="u32";retType="vec4%3Ci32%3E"] + + [:dataType="u32";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="bool"] + + [:dataType="vec2%3Cbool%3E";retType="f16"] + + [:dataType="vec2%3Cbool%3E";retType="f32"] + + [:dataType="vec2%3Cbool%3E";retType="i32"] + + [:dataType="vec2%3Cbool%3E";retType="u32"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="bool"] + + [:dataType="vec2%3Cf16%3E";retType="f16"] + + [:dataType="vec2%3Cf16%3E";retType="f32"] + + [:dataType="vec2%3Cf16%3E";retType="i32"] + + [:dataType="vec2%3Cf16%3E";retType="u32"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="bool"] + + [:dataType="vec2%3Cf32%3E";retType="f16"] + + [:dataType="vec2%3Cf32%3E";retType="f32"] + + [:dataType="vec2%3Cf32%3E";retType="i32"] + + [:dataType="vec2%3Cf32%3E";retType="u32"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="bool"] + + [:dataType="vec2%3Ci32%3E";retType="f16"] + + [:dataType="vec2%3Ci32%3E";retType="f32"] + + [:dataType="vec2%3Ci32%3E";retType="i32"] + + [:dataType="vec2%3Ci32%3E";retType="u32"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="bool"] + + [:dataType="vec2%3Cu32%3E";retType="f16"] + + [:dataType="vec2%3Cu32%3E";retType="f32"] + + [:dataType="vec2%3Cu32%3E";retType="i32"] + + [:dataType="vec2%3Cu32%3E";retType="u32"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="bool"] + + [:dataType="vec3%3Cbool%3E";retType="f16"] + + [:dataType="vec3%3Cbool%3E";retType="f32"] + + [:dataType="vec3%3Cbool%3E";retType="i32"] + + [:dataType="vec3%3Cbool%3E";retType="u32"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="bool"] + + [:dataType="vec3%3Cf16%3E";retType="f16"] + + [:dataType="vec3%3Cf16%3E";retType="f32"] + + [:dataType="vec3%3Cf16%3E";retType="i32"] + + [:dataType="vec3%3Cf16%3E";retType="u32"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="bool"] + + [:dataType="vec3%3Cf32%3E";retType="f16"] + + [:dataType="vec3%3Cf32%3E";retType="f32"] + + [:dataType="vec3%3Cf32%3E";retType="i32"] + + [:dataType="vec3%3Cf32%3E";retType="u32"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="bool"] + + [:dataType="vec3%3Ci32%3E";retType="f16"] + + [:dataType="vec3%3Ci32%3E";retType="f32"] + + [:dataType="vec3%3Ci32%3E";retType="i32"] + + [:dataType="vec3%3Ci32%3E";retType="u32"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="bool"] + + [:dataType="vec3%3Cu32%3E";retType="f16"] + + [:dataType="vec3%3Cu32%3E";retType="f32"] + + [:dataType="vec3%3Cu32%3E";retType="i32"] + + [:dataType="vec3%3Cu32%3E";retType="u32"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="bool"] + + [:dataType="vec4%3Cbool%3E";retType="f16"] + + [:dataType="vec4%3Cbool%3E";retType="f32"] + + [:dataType="vec4%3Cbool%3E";retType="i32"] + + [:dataType="vec4%3Cbool%3E";retType="u32"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="bool"] + + [:dataType="vec4%3Cf16%3E";retType="f16"] + + [:dataType="vec4%3Cf16%3E";retType="f32"] + + [:dataType="vec4%3Cf16%3E";retType="i32"] + + [:dataType="vec4%3Cf16%3E";retType="u32"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="bool"] + + [:dataType="vec4%3Cf32%3E";retType="f16"] + + [:dataType="vec4%3Cf32%3E";retType="f32"] + + [:dataType="vec4%3Cf32%3E";retType="i32"] + + [:dataType="vec4%3Cf32%3E";retType="u32"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="bool"] + + [:dataType="vec4%3Ci32%3E";retType="f16"] + + [:dataType="vec4%3Ci32%3E";retType="f32"] + + [:dataType="vec4%3Ci32%3E";retType="i32"] + + [:dataType="vec4%3Ci32%3E";retType="u32"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="bool"] + + [:dataType="vec4%3Cu32%3E";retType="f16"] + + [:dataType="vec4%3Cu32%3E";retType="f32"] + + [:dataType="vec4%3Cu32%3E";retType="i32"] + + [:dataType="vec4%3Cu32%3E";retType="u32"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadBroadcast:stage:*] + [:stage="compute"] + + [:stage="fragment"] + + [:stage="vertex"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:data_type:*] + [:type="abstract-float";op="quadSwapDiagonal"] + + [:type="abstract-float";op="quadSwapX"] + + [:type="abstract-float";op="quadSwapY"] + + [:type="abstract-int";op="quadSwapDiagonal"] + + [:type="abstract-int";op="quadSwapX"] + + [:type="abstract-int";op="quadSwapY"] + + [:type="bool";op="quadSwapDiagonal"] + + [:type="bool";op="quadSwapX"] + + [:type="bool";op="quadSwapY"] + + [:type="f16";op="quadSwapDiagonal"] + + [:type="f16";op="quadSwapX"] + + [:type="f16";op="quadSwapY"] + + [:type="f32";op="quadSwapDiagonal"] + + [:type="f32";op="quadSwapX"] + + [:type="f32";op="quadSwapY"] + + [:type="i32";op="quadSwapDiagonal"] + + [:type="i32";op="quadSwapX"] + + [:type="i32";op="quadSwapY"] + + [:type="u32";op="quadSwapDiagonal"] + + [:type="u32";op="quadSwapX"] + + [:type="u32";op="quadSwapY"] + + [:type="vec2%3Cabstract-float%3E";op="quadSwapDiagonal"] + + [:type="vec2%3Cabstract-float%3E";op="quadSwapX"] + + [:type="vec2%3Cabstract-float%3E";op="quadSwapY"] + + [:type="vec2%3Cabstract-int%3E";op="quadSwapDiagonal"] + + [:type="vec2%3Cabstract-int%3E";op="quadSwapX"] + + [:type="vec2%3Cabstract-int%3E";op="quadSwapY"] + + [:type="vec2%3Cbool%3E";op="quadSwapDiagonal"] + + [:type="vec2%3Cbool%3E";op="quadSwapX"] + + [:type="vec2%3Cbool%3E";op="quadSwapY"] + + [:type="vec2%3Cf16%3E";op="quadSwapDiagonal"] + + [:type="vec2%3Cf16%3E";op="quadSwapX"] + + [:type="vec2%3Cf16%3E";op="quadSwapY"] + + [:type="vec2%3Cf32%3E";op="quadSwapDiagonal"] + + [:type="vec2%3Cf32%3E";op="quadSwapX"] + + [:type="vec2%3Cf32%3E";op="quadSwapY"] + + [:type="vec2%3Ci32%3E";op="quadSwapDiagonal"] + + [:type="vec2%3Ci32%3E";op="quadSwapX"] + + [:type="vec2%3Ci32%3E";op="quadSwapY"] + + [:type="vec2%3Cu32%3E";op="quadSwapDiagonal"] + + [:type="vec2%3Cu32%3E";op="quadSwapX"] + + [:type="vec2%3Cu32%3E";op="quadSwapY"] + + [:type="vec3%3Cabstract-float%3E";op="quadSwapDiagonal"] + + [:type="vec3%3Cabstract-float%3E";op="quadSwapX"] + + [:type="vec3%3Cabstract-float%3E";op="quadSwapY"] + + [:type="vec3%3Cabstract-int%3E";op="quadSwapDiagonal"] + + [:type="vec3%3Cabstract-int%3E";op="quadSwapX"] + + [:type="vec3%3Cabstract-int%3E";op="quadSwapY"] + + [:type="vec3%3Cbool%3E";op="quadSwapDiagonal"] + + [:type="vec3%3Cbool%3E";op="quadSwapX"] + + [:type="vec3%3Cbool%3E";op="quadSwapY"] + + [:type="vec3%3Cf16%3E";op="quadSwapDiagonal"] + + [:type="vec3%3Cf16%3E";op="quadSwapX"] + + [:type="vec3%3Cf16%3E";op="quadSwapY"] + + [:type="vec3%3Cf32%3E";op="quadSwapDiagonal"] + + [:type="vec3%3Cf32%3E";op="quadSwapX"] + + [:type="vec3%3Cf32%3E";op="quadSwapY"] + + [:type="vec3%3Ci32%3E";op="quadSwapDiagonal"] + + [:type="vec3%3Ci32%3E";op="quadSwapX"] + + [:type="vec3%3Ci32%3E";op="quadSwapY"] + + [:type="vec3%3Cu32%3E";op="quadSwapDiagonal"] + + [:type="vec3%3Cu32%3E";op="quadSwapX"] + + [:type="vec3%3Cu32%3E";op="quadSwapY"] + + [:type="vec4%3Cabstract-float%3E";op="quadSwapDiagonal"] + + [:type="vec4%3Cabstract-float%3E";op="quadSwapX"] + + [:type="vec4%3Cabstract-float%3E";op="quadSwapY"] + + [:type="vec4%3Cabstract-int%3E";op="quadSwapDiagonal"] + + [:type="vec4%3Cabstract-int%3E";op="quadSwapX"] + + [:type="vec4%3Cabstract-int%3E";op="quadSwapY"] + + [:type="vec4%3Cbool%3E";op="quadSwapDiagonal"] + + [:type="vec4%3Cbool%3E";op="quadSwapX"] + + [:type="vec4%3Cbool%3E";op="quadSwapY"] + + [:type="vec4%3Cf16%3E";op="quadSwapDiagonal"] + + [:type="vec4%3Cf16%3E";op="quadSwapX"] + + [:type="vec4%3Cf16%3E";op="quadSwapY"] + + [:type="vec4%3Cf32%3E";op="quadSwapDiagonal"] + + [:type="vec4%3Cf32%3E";op="quadSwapX"] + + [:type="vec4%3Cf32%3E";op="quadSwapY"] + + [:type="vec4%3Ci32%3E";op="quadSwapDiagonal"] + + [:type="vec4%3Ci32%3E";op="quadSwapX"] + + [:type="vec4%3Ci32%3E";op="quadSwapY"] + + [:type="vec4%3Cu32%3E";op="quadSwapDiagonal"] + + [:type="vec4%3Cu32%3E";op="quadSwapX"] + + [:type="vec4%3Cu32%3E";op="quadSwapY"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:early_eval:*] + [:stage="constant";op="quadSwapDiagonal"] + + [:stage="constant";op="quadSwapX"] + + [:stage="constant";op="quadSwapY"] + + [:stage="override";op="quadSwapDiagonal"] + + [:stage="override";op="quadSwapX"] + + [:stage="override";op="quadSwapY"] + + [:stage="runtime";op="quadSwapDiagonal"] + + [:stage="runtime";op="quadSwapX"] + + [:stage="runtime";op="quadSwapY"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:must_use:*] + [:must_use=false;op="quadSwapDiagonal"] + + [:must_use=false;op="quadSwapX"] + + [:must_use=false;op="quadSwapY"] + + [:must_use=true;op="quadSwapDiagonal"] + + [:must_use=true;op="quadSwapX"] + + [:must_use=true;op="quadSwapY"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:requires_subgroups:*] + [:enable=false;op="quadSwapDiagonal"] + + [:enable=false;op="quadSwapX"] + + [:enable=false;op="quadSwapY"] + + [:enable=true;op="quadSwapDiagonal"] + + [:enable=true;op="quadSwapX"] + + [:enable=true;op="quadSwapY"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:requires_subgroups_f16:*] + [:enable=false;op="quadSwapDiagonal"] + + [:enable=false;op="quadSwapX"] + + [:enable=false;op="quadSwapY"] + + [:enable=true;op="quadSwapDiagonal"] + + [:enable=true;op="quadSwapX"] + + [:enable=true;op="quadSwapY"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:return_type:*] + [:retType="bool";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="bool";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="bool";op="quadSwapDiagonal";paramType="bool"] + + [:retType="bool";op="quadSwapDiagonal";paramType="f16"] + + [:retType="bool";op="quadSwapDiagonal";paramType="f32"] + + [:retType="bool";op="quadSwapDiagonal";paramType="i32"] + + [:retType="bool";op="quadSwapDiagonal";paramType="u32"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="quadSwapX";paramType="abstract-float"] + + [:retType="bool";op="quadSwapX";paramType="abstract-int"] + + [:retType="bool";op="quadSwapX";paramType="bool"] + + [:retType="bool";op="quadSwapX";paramType="f16"] + + [:retType="bool";op="quadSwapX";paramType="f32"] + + [:retType="bool";op="quadSwapX";paramType="i32"] + + [:retType="bool";op="quadSwapX";paramType="u32"] + + [:retType="bool";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="quadSwapY";paramType="abstract-float"] + + [:retType="bool";op="quadSwapY";paramType="abstract-int"] + + [:retType="bool";op="quadSwapY";paramType="bool"] + + [:retType="bool";op="quadSwapY";paramType="f16"] + + [:retType="bool";op="quadSwapY";paramType="f32"] + + [:retType="bool";op="quadSwapY";paramType="i32"] + + [:retType="bool";op="quadSwapY";paramType="u32"] + + [:retType="bool";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="f16";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="f16";op="quadSwapDiagonal";paramType="bool"] + + [:retType="f16";op="quadSwapDiagonal";paramType="f16"] + + [:retType="f16";op="quadSwapDiagonal";paramType="f32"] + + [:retType="f16";op="quadSwapDiagonal";paramType="i32"] + + [:retType="f16";op="quadSwapDiagonal";paramType="u32"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="quadSwapX";paramType="abstract-float"] + + [:retType="f16";op="quadSwapX";paramType="abstract-int"] + + [:retType="f16";op="quadSwapX";paramType="bool"] + + [:retType="f16";op="quadSwapX";paramType="f16"] + + [:retType="f16";op="quadSwapX";paramType="f32"] + + [:retType="f16";op="quadSwapX";paramType="i32"] + + [:retType="f16";op="quadSwapX";paramType="u32"] + + [:retType="f16";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="quadSwapY";paramType="abstract-float"] + + [:retType="f16";op="quadSwapY";paramType="abstract-int"] + + [:retType="f16";op="quadSwapY";paramType="bool"] + + [:retType="f16";op="quadSwapY";paramType="f16"] + + [:retType="f16";op="quadSwapY";paramType="f32"] + + [:retType="f16";op="quadSwapY";paramType="i32"] + + [:retType="f16";op="quadSwapY";paramType="u32"] + + [:retType="f16";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="f32";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="f32";op="quadSwapDiagonal";paramType="bool"] + + [:retType="f32";op="quadSwapDiagonal";paramType="f16"] + + [:retType="f32";op="quadSwapDiagonal";paramType="f32"] + + [:retType="f32";op="quadSwapDiagonal";paramType="i32"] + + [:retType="f32";op="quadSwapDiagonal";paramType="u32"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="quadSwapX";paramType="abstract-float"] + + [:retType="f32";op="quadSwapX";paramType="abstract-int"] + + [:retType="f32";op="quadSwapX";paramType="bool"] + + [:retType="f32";op="quadSwapX";paramType="f16"] + + [:retType="f32";op="quadSwapX";paramType="f32"] + + [:retType="f32";op="quadSwapX";paramType="i32"] + + [:retType="f32";op="quadSwapX";paramType="u32"] + + [:retType="f32";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="quadSwapY";paramType="abstract-float"] + + [:retType="f32";op="quadSwapY";paramType="abstract-int"] + + [:retType="f32";op="quadSwapY";paramType="bool"] + + [:retType="f32";op="quadSwapY";paramType="f16"] + + [:retType="f32";op="quadSwapY";paramType="f32"] + + [:retType="f32";op="quadSwapY";paramType="i32"] + + [:retType="f32";op="quadSwapY";paramType="u32"] + + [:retType="f32";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="i32";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="i32";op="quadSwapDiagonal";paramType="bool"] + + [:retType="i32";op="quadSwapDiagonal";paramType="f16"] + + [:retType="i32";op="quadSwapDiagonal";paramType="f32"] + + [:retType="i32";op="quadSwapDiagonal";paramType="i32"] + + [:retType="i32";op="quadSwapDiagonal";paramType="u32"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="quadSwapX";paramType="abstract-float"] + + [:retType="i32";op="quadSwapX";paramType="abstract-int"] + + [:retType="i32";op="quadSwapX";paramType="bool"] + + [:retType="i32";op="quadSwapX";paramType="f16"] + + [:retType="i32";op="quadSwapX";paramType="f32"] + + [:retType="i32";op="quadSwapX";paramType="i32"] + + [:retType="i32";op="quadSwapX";paramType="u32"] + + [:retType="i32";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="quadSwapY";paramType="abstract-float"] + + [:retType="i32";op="quadSwapY";paramType="abstract-int"] + + [:retType="i32";op="quadSwapY";paramType="bool"] + + [:retType="i32";op="quadSwapY";paramType="f16"] + + [:retType="i32";op="quadSwapY";paramType="f32"] + + [:retType="i32";op="quadSwapY";paramType="i32"] + + [:retType="i32";op="quadSwapY";paramType="u32"] + + [:retType="i32";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="u32";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="u32";op="quadSwapDiagonal";paramType="bool"] + + [:retType="u32";op="quadSwapDiagonal";paramType="f16"] + + [:retType="u32";op="quadSwapDiagonal";paramType="f32"] + + [:retType="u32";op="quadSwapDiagonal";paramType="i32"] + + [:retType="u32";op="quadSwapDiagonal";paramType="u32"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="quadSwapX";paramType="abstract-float"] + + [:retType="u32";op="quadSwapX";paramType="abstract-int"] + + [:retType="u32";op="quadSwapX";paramType="bool"] + + [:retType="u32";op="quadSwapX";paramType="f16"] + + [:retType="u32";op="quadSwapX";paramType="f32"] + + [:retType="u32";op="quadSwapX";paramType="i32"] + + [:retType="u32";op="quadSwapX";paramType="u32"] + + [:retType="u32";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="quadSwapY";paramType="abstract-float"] + + [:retType="u32";op="quadSwapY";paramType="abstract-int"] + + [:retType="u32";op="quadSwapY";paramType="bool"] + + [:retType="u32";op="quadSwapY";paramType="f16"] + + [:retType="u32";op="quadSwapY";paramType="f32"] + + [:retType="u32";op="quadSwapY";paramType="i32"] + + [:retType="u32";op="quadSwapY";paramType="u32"] + + [:retType="u32";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapDiagonal";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapX";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="quadSwapY";paramType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quadSwap:stage:*] + [:stage="compute";op="quadSwapDiagonal"] + + [:stage="compute";op="quadSwapX"] + + [:stage="compute";op="quadSwapY"] + + [:stage="fragment";op="quadSwapDiagonal"] + + [:stage="fragment";op="quadSwapX"] + + [:stage="fragment";op="quadSwapY"] + + [:stage="vertex";op="quadSwapDiagonal"] + + [:stage="vertex";op="quadSwapX"] + + [:stage="vertex";op="quadSwapY"] + + [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,quantizeToF16:args:*] [:arg="bad_0args"] @@ -126291,6 +476543,15218 @@ [:stage="override";type="vec4%3Cf32%3E"] +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:data_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:early_eval:*] + [:stage="constant"] + + [:stage="override"] + + [:stage="runtime"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:invalid_types:*] + [:case="array_f32"] + + [:case="array_u32"] + + [:case="frexp_ret"] + + [:case="ptr_func"] + + [:case="ptr_priv"] + + [:case="struct_s"] + + [:case="struct_t"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:must_use:*] + [:must_use=false] + + [:must_use=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:return_type:*] + [:dataType="bool";retType="bool"] + + [:dataType="bool";retType="f16"] + + [:dataType="bool";retType="f32"] + + [:dataType="bool";retType="i32"] + + [:dataType="bool";retType="u32"] + + [:dataType="bool";retType="vec2%3Cbool%3E"] + + [:dataType="bool";retType="vec2%3Cf16%3E"] + + [:dataType="bool";retType="vec2%3Cf32%3E"] + + [:dataType="bool";retType="vec2%3Ci32%3E"] + + [:dataType="bool";retType="vec2%3Cu32%3E"] + + [:dataType="bool";retType="vec3%3Cbool%3E"] + + [:dataType="bool";retType="vec3%3Cf16%3E"] + + [:dataType="bool";retType="vec3%3Cf32%3E"] + + [:dataType="bool";retType="vec3%3Ci32%3E"] + + [:dataType="bool";retType="vec3%3Cu32%3E"] + + [:dataType="bool";retType="vec4%3Cbool%3E"] + + [:dataType="bool";retType="vec4%3Cf16%3E"] + + [:dataType="bool";retType="vec4%3Cf32%3E"] + + [:dataType="bool";retType="vec4%3Ci32%3E"] + + [:dataType="bool";retType="vec4%3Cu32%3E"] + + [:dataType="f16";retType="bool"] + + [:dataType="f16";retType="f16"] + + [:dataType="f16";retType="f32"] + + [:dataType="f16";retType="i32"] + + [:dataType="f16";retType="u32"] + + [:dataType="f16";retType="vec2%3Cbool%3E"] + + [:dataType="f16";retType="vec2%3Cf16%3E"] + + [:dataType="f16";retType="vec2%3Cf32%3E"] + + [:dataType="f16";retType="vec2%3Ci32%3E"] + + [:dataType="f16";retType="vec2%3Cu32%3E"] + + [:dataType="f16";retType="vec3%3Cbool%3E"] + + [:dataType="f16";retType="vec3%3Cf16%3E"] + + [:dataType="f16";retType="vec3%3Cf32%3E"] + + [:dataType="f16";retType="vec3%3Ci32%3E"] + + [:dataType="f16";retType="vec3%3Cu32%3E"] + + [:dataType="f16";retType="vec4%3Cbool%3E"] + + [:dataType="f16";retType="vec4%3Cf16%3E"] + + [:dataType="f16";retType="vec4%3Cf32%3E"] + + [:dataType="f16";retType="vec4%3Ci32%3E"] + + [:dataType="f16";retType="vec4%3Cu32%3E"] + + [:dataType="f32";retType="bool"] + + [:dataType="f32";retType="f16"] + + [:dataType="f32";retType="f32"] + + [:dataType="f32";retType="i32"] + + [:dataType="f32";retType="u32"] + + [:dataType="f32";retType="vec2%3Cbool%3E"] + + [:dataType="f32";retType="vec2%3Cf16%3E"] + + [:dataType="f32";retType="vec2%3Cf32%3E"] + + [:dataType="f32";retType="vec2%3Ci32%3E"] + + [:dataType="f32";retType="vec2%3Cu32%3E"] + + [:dataType="f32";retType="vec3%3Cbool%3E"] + + [:dataType="f32";retType="vec3%3Cf16%3E"] + + [:dataType="f32";retType="vec3%3Cf32%3E"] + + [:dataType="f32";retType="vec3%3Ci32%3E"] + + [:dataType="f32";retType="vec3%3Cu32%3E"] + + [:dataType="f32";retType="vec4%3Cbool%3E"] + + [:dataType="f32";retType="vec4%3Cf16%3E"] + + [:dataType="f32";retType="vec4%3Cf32%3E"] + + [:dataType="f32";retType="vec4%3Ci32%3E"] + + [:dataType="f32";retType="vec4%3Cu32%3E"] + + [:dataType="i32";retType="bool"] + + [:dataType="i32";retType="f16"] + + [:dataType="i32";retType="f32"] + + [:dataType="i32";retType="i32"] + + [:dataType="i32";retType="u32"] + + [:dataType="i32";retType="vec2%3Cbool%3E"] + + [:dataType="i32";retType="vec2%3Cf16%3E"] + + [:dataType="i32";retType="vec2%3Cf32%3E"] + + [:dataType="i32";retType="vec2%3Ci32%3E"] + + [:dataType="i32";retType="vec2%3Cu32%3E"] + + [:dataType="i32";retType="vec3%3Cbool%3E"] + + [:dataType="i32";retType="vec3%3Cf16%3E"] + + [:dataType="i32";retType="vec3%3Cf32%3E"] + + [:dataType="i32";retType="vec3%3Ci32%3E"] + + [:dataType="i32";retType="vec3%3Cu32%3E"] + + [:dataType="i32";retType="vec4%3Cbool%3E"] + + [:dataType="i32";retType="vec4%3Cf16%3E"] + + [:dataType="i32";retType="vec4%3Cf32%3E"] + + [:dataType="i32";retType="vec4%3Ci32%3E"] + + [:dataType="i32";retType="vec4%3Cu32%3E"] + + [:dataType="u32";retType="bool"] + + [:dataType="u32";retType="f16"] + + [:dataType="u32";retType="f32"] + + [:dataType="u32";retType="i32"] + + [:dataType="u32";retType="u32"] + + [:dataType="u32";retType="vec2%3Cbool%3E"] + + [:dataType="u32";retType="vec2%3Cf16%3E"] + + [:dataType="u32";retType="vec2%3Cf32%3E"] + + [:dataType="u32";retType="vec2%3Ci32%3E"] + + [:dataType="u32";retType="vec2%3Cu32%3E"] + + [:dataType="u32";retType="vec3%3Cbool%3E"] + + [:dataType="u32";retType="vec3%3Cf16%3E"] + + [:dataType="u32";retType="vec3%3Cf32%3E"] + + [:dataType="u32";retType="vec3%3Ci32%3E"] + + [:dataType="u32";retType="vec3%3Cu32%3E"] + + [:dataType="u32";retType="vec4%3Cbool%3E"] + + [:dataType="u32";retType="vec4%3Cf16%3E"] + + [:dataType="u32";retType="vec4%3Cf32%3E"] + + [:dataType="u32";retType="vec4%3Ci32%3E"] + + [:dataType="u32";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="bool"] + + [:dataType="vec2%3Cbool%3E";retType="f16"] + + [:dataType="vec2%3Cbool%3E";retType="f32"] + + [:dataType="vec2%3Cbool%3E";retType="i32"] + + [:dataType="vec2%3Cbool%3E";retType="u32"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="bool"] + + [:dataType="vec2%3Cf16%3E";retType="f16"] + + [:dataType="vec2%3Cf16%3E";retType="f32"] + + [:dataType="vec2%3Cf16%3E";retType="i32"] + + [:dataType="vec2%3Cf16%3E";retType="u32"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="bool"] + + [:dataType="vec2%3Cf32%3E";retType="f16"] + + [:dataType="vec2%3Cf32%3E";retType="f32"] + + [:dataType="vec2%3Cf32%3E";retType="i32"] + + [:dataType="vec2%3Cf32%3E";retType="u32"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="bool"] + + [:dataType="vec2%3Ci32%3E";retType="f16"] + + [:dataType="vec2%3Ci32%3E";retType="f32"] + + [:dataType="vec2%3Ci32%3E";retType="i32"] + + [:dataType="vec2%3Ci32%3E";retType="u32"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="bool"] + + [:dataType="vec2%3Cu32%3E";retType="f16"] + + [:dataType="vec2%3Cu32%3E";retType="f32"] + + [:dataType="vec2%3Cu32%3E";retType="i32"] + + [:dataType="vec2%3Cu32%3E";retType="u32"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="bool"] + + [:dataType="vec3%3Cbool%3E";retType="f16"] + + [:dataType="vec3%3Cbool%3E";retType="f32"] + + [:dataType="vec3%3Cbool%3E";retType="i32"] + + [:dataType="vec3%3Cbool%3E";retType="u32"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="bool"] + + [:dataType="vec3%3Cf16%3E";retType="f16"] + + [:dataType="vec3%3Cf16%3E";retType="f32"] + + [:dataType="vec3%3Cf16%3E";retType="i32"] + + [:dataType="vec3%3Cf16%3E";retType="u32"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="bool"] + + [:dataType="vec3%3Cf32%3E";retType="f16"] + + [:dataType="vec3%3Cf32%3E";retType="f32"] + + [:dataType="vec3%3Cf32%3E";retType="i32"] + + [:dataType="vec3%3Cf32%3E";retType="u32"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="bool"] + + [:dataType="vec3%3Ci32%3E";retType="f16"] + + [:dataType="vec3%3Ci32%3E";retType="f32"] + + [:dataType="vec3%3Ci32%3E";retType="i32"] + + [:dataType="vec3%3Ci32%3E";retType="u32"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="bool"] + + [:dataType="vec3%3Cu32%3E";retType="f16"] + + [:dataType="vec3%3Cu32%3E";retType="f32"] + + [:dataType="vec3%3Cu32%3E";retType="i32"] + + [:dataType="vec3%3Cu32%3E";retType="u32"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="bool"] + + [:dataType="vec4%3Cbool%3E";retType="f16"] + + [:dataType="vec4%3Cbool%3E";retType="f32"] + + [:dataType="vec4%3Cbool%3E";retType="i32"] + + [:dataType="vec4%3Cbool%3E";retType="u32"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="bool"] + + [:dataType="vec4%3Cf16%3E";retType="f16"] + + [:dataType="vec4%3Cf16%3E";retType="f32"] + + [:dataType="vec4%3Cf16%3E";retType="i32"] + + [:dataType="vec4%3Cf16%3E";retType="u32"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="bool"] + + [:dataType="vec4%3Cf32%3E";retType="f16"] + + [:dataType="vec4%3Cf32%3E";retType="f32"] + + [:dataType="vec4%3Cf32%3E";retType="i32"] + + [:dataType="vec4%3Cf32%3E";retType="u32"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="bool"] + + [:dataType="vec4%3Ci32%3E";retType="f16"] + + [:dataType="vec4%3Ci32%3E";retType="f32"] + + [:dataType="vec4%3Ci32%3E";retType="i32"] + + [:dataType="vec4%3Ci32%3E";retType="u32"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="bool"] + + [:dataType="vec4%3Cu32%3E";retType="f16"] + + [:dataType="vec4%3Cu32%3E";retType="f32"] + + [:dataType="vec4%3Cu32%3E";retType="i32"] + + [:dataType="vec4%3Cu32%3E";retType="u32"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAdd:stage:*] + [:stage="compute"] + + [:stage="fragment"] + + [:stage="vertex"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:data_type:*] + [:type="abstract-float";op="subgroupAll"] + + [:type="abstract-float";op="subgroupAny"] + + [:type="abstract-int";op="subgroupAll"] + + [:type="abstract-int";op="subgroupAny"] + + [:type="bool";op="subgroupAll"] + + [:type="bool";op="subgroupAny"] + + [:type="f16";op="subgroupAll"] + + [:type="f16";op="subgroupAny"] + + [:type="f32";op="subgroupAll"] + + [:type="f32";op="subgroupAny"] + + [:type="i32";op="subgroupAll"] + + [:type="i32";op="subgroupAny"] + + [:type="u32";op="subgroupAll"] + + [:type="u32";op="subgroupAny"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupAll"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupAny"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupAll"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupAny"] + + [:type="vec2%3Cbool%3E";op="subgroupAll"] + + [:type="vec2%3Cbool%3E";op="subgroupAny"] + + [:type="vec2%3Cf16%3E";op="subgroupAll"] + + [:type="vec2%3Cf16%3E";op="subgroupAny"] + + [:type="vec2%3Cf32%3E";op="subgroupAll"] + + [:type="vec2%3Cf32%3E";op="subgroupAny"] + + [:type="vec2%3Ci32%3E";op="subgroupAll"] + + [:type="vec2%3Ci32%3E";op="subgroupAny"] + + [:type="vec2%3Cu32%3E";op="subgroupAll"] + + [:type="vec2%3Cu32%3E";op="subgroupAny"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupAll"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupAny"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupAll"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupAny"] + + [:type="vec3%3Cbool%3E";op="subgroupAll"] + + [:type="vec3%3Cbool%3E";op="subgroupAny"] + + [:type="vec3%3Cf16%3E";op="subgroupAll"] + + [:type="vec3%3Cf16%3E";op="subgroupAny"] + + [:type="vec3%3Cf32%3E";op="subgroupAll"] + + [:type="vec3%3Cf32%3E";op="subgroupAny"] + + [:type="vec3%3Ci32%3E";op="subgroupAll"] + + [:type="vec3%3Ci32%3E";op="subgroupAny"] + + [:type="vec3%3Cu32%3E";op="subgroupAll"] + + [:type="vec3%3Cu32%3E";op="subgroupAny"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupAll"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupAny"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupAll"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupAny"] + + [:type="vec4%3Cbool%3E";op="subgroupAll"] + + [:type="vec4%3Cbool%3E";op="subgroupAny"] + + [:type="vec4%3Cf16%3E";op="subgroupAll"] + + [:type="vec4%3Cf16%3E";op="subgroupAny"] + + [:type="vec4%3Cf32%3E";op="subgroupAll"] + + [:type="vec4%3Cf32%3E";op="subgroupAny"] + + [:type="vec4%3Ci32%3E";op="subgroupAll"] + + [:type="vec4%3Ci32%3E";op="subgroupAny"] + + [:type="vec4%3Cu32%3E";op="subgroupAll"] + + [:type="vec4%3Cu32%3E";op="subgroupAny"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:early_eval:*] + [:stage="constant";op="subgroupAll"] + + [:stage="constant";op="subgroupAny"] + + [:stage="override";op="subgroupAll"] + + [:stage="override";op="subgroupAny"] + + [:stage="runtime";op="subgroupAll"] + + [:stage="runtime";op="subgroupAny"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:must_use:*] + [:must_use=false;op="subgroupAll"] + + [:must_use=false;op="subgroupAny"] + + [:must_use=true;op="subgroupAll"] + + [:must_use=true;op="subgroupAny"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:requires_subgroups:*] + [:enable=false;op="subgroupAll"] + + [:enable=false;op="subgroupAny"] + + [:enable=true;op="subgroupAll"] + + [:enable=true;op="subgroupAny"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:return_type:*] + [:type="bool";op="subgroupAll"] + + [:type="bool";op="subgroupAny"] + + [:type="f16";op="subgroupAll"] + + [:type="f16";op="subgroupAny"] + + [:type="f32";op="subgroupAll"] + + [:type="f32";op="subgroupAny"] + + [:type="i32";op="subgroupAll"] + + [:type="i32";op="subgroupAny"] + + [:type="u32";op="subgroupAll"] + + [:type="u32";op="subgroupAny"] + + [:type="vec2%3Cbool%3E";op="subgroupAll"] + + [:type="vec2%3Cbool%3E";op="subgroupAny"] + + [:type="vec2%3Cf16%3E";op="subgroupAll"] + + [:type="vec2%3Cf16%3E";op="subgroupAny"] + + [:type="vec2%3Cf32%3E";op="subgroupAll"] + + [:type="vec2%3Cf32%3E";op="subgroupAny"] + + [:type="vec2%3Ci32%3E";op="subgroupAll"] + + [:type="vec2%3Ci32%3E";op="subgroupAny"] + + [:type="vec2%3Cu32%3E";op="subgroupAll"] + + [:type="vec2%3Cu32%3E";op="subgroupAny"] + + [:type="vec3%3Cbool%3E";op="subgroupAll"] + + [:type="vec3%3Cbool%3E";op="subgroupAny"] + + [:type="vec3%3Cf16%3E";op="subgroupAll"] + + [:type="vec3%3Cf16%3E";op="subgroupAny"] + + [:type="vec3%3Cf32%3E";op="subgroupAll"] + + [:type="vec3%3Cf32%3E";op="subgroupAny"] + + [:type="vec3%3Ci32%3E";op="subgroupAll"] + + [:type="vec3%3Ci32%3E";op="subgroupAny"] + + [:type="vec3%3Cu32%3E";op="subgroupAll"] + + [:type="vec3%3Cu32%3E";op="subgroupAny"] + + [:type="vec4%3Cbool%3E";op="subgroupAll"] + + [:type="vec4%3Cbool%3E";op="subgroupAny"] + + [:type="vec4%3Cf16%3E";op="subgroupAll"] + + [:type="vec4%3Cf16%3E";op="subgroupAny"] + + [:type="vec4%3Cf32%3E";op="subgroupAll"] + + [:type="vec4%3Cf32%3E";op="subgroupAny"] + + [:type="vec4%3Ci32%3E";op="subgroupAll"] + + [:type="vec4%3Ci32%3E";op="subgroupAny"] + + [:type="vec4%3Cu32%3E";op="subgroupAll"] + + [:type="vec4%3Cu32%3E";op="subgroupAny"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupAnyAll:stage:*] + [:stage="compute";op="subgroupAll"] + + [:stage="compute";op="subgroupAny"] + + [:stage="fragment";op="subgroupAll"] + + [:stage="fragment";op="subgroupAny"] + + [:stage="vertex";op="subgroupAll"] + + [:stage="vertex";op="subgroupAny"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:data_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:early_eval:*] + [:stage="constant"] + + [:stage="override"] + + [:stage="runtime"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:must_use:*] + [:must_use=false] + + [:must_use=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:requires_subgroups:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:return_type:*] + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBallot:stage:*] + [:stage="compute"] + + [:stage="fragment"] + + [:stage="vertex"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:data_type:*] + [:type="abstract-float";op="subgroupAnd"] + + [:type="abstract-float";op="subgroupOr"] + + [:type="abstract-float";op="subgroupXor"] + + [:type="abstract-int";op="subgroupAnd"] + + [:type="abstract-int";op="subgroupOr"] + + [:type="abstract-int";op="subgroupXor"] + + [:type="bool";op="subgroupAnd"] + + [:type="bool";op="subgroupOr"] + + [:type="bool";op="subgroupXor"] + + [:type="f16";op="subgroupAnd"] + + [:type="f16";op="subgroupOr"] + + [:type="f16";op="subgroupXor"] + + [:type="f32";op="subgroupAnd"] + + [:type="f32";op="subgroupOr"] + + [:type="f32";op="subgroupXor"] + + [:type="i32";op="subgroupAnd"] + + [:type="i32";op="subgroupOr"] + + [:type="i32";op="subgroupXor"] + + [:type="u32";op="subgroupAnd"] + + [:type="u32";op="subgroupOr"] + + [:type="u32";op="subgroupXor"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupAnd"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupOr"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupXor"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupAnd"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupOr"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupXor"] + + [:type="vec2%3Cbool%3E";op="subgroupAnd"] + + [:type="vec2%3Cbool%3E";op="subgroupOr"] + + [:type="vec2%3Cbool%3E";op="subgroupXor"] + + [:type="vec2%3Cf16%3E";op="subgroupAnd"] + + [:type="vec2%3Cf16%3E";op="subgroupOr"] + + [:type="vec2%3Cf16%3E";op="subgroupXor"] + + [:type="vec2%3Cf32%3E";op="subgroupAnd"] + + [:type="vec2%3Cf32%3E";op="subgroupOr"] + + [:type="vec2%3Cf32%3E";op="subgroupXor"] + + [:type="vec2%3Ci32%3E";op="subgroupAnd"] + + [:type="vec2%3Ci32%3E";op="subgroupOr"] + + [:type="vec2%3Ci32%3E";op="subgroupXor"] + + [:type="vec2%3Cu32%3E";op="subgroupAnd"] + + [:type="vec2%3Cu32%3E";op="subgroupOr"] + + [:type="vec2%3Cu32%3E";op="subgroupXor"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupAnd"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupOr"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupXor"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupAnd"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupOr"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupXor"] + + [:type="vec3%3Cbool%3E";op="subgroupAnd"] + + [:type="vec3%3Cbool%3E";op="subgroupOr"] + + [:type="vec3%3Cbool%3E";op="subgroupXor"] + + [:type="vec3%3Cf16%3E";op="subgroupAnd"] + + [:type="vec3%3Cf16%3E";op="subgroupOr"] + + [:type="vec3%3Cf16%3E";op="subgroupXor"] + + [:type="vec3%3Cf32%3E";op="subgroupAnd"] + + [:type="vec3%3Cf32%3E";op="subgroupOr"] + + [:type="vec3%3Cf32%3E";op="subgroupXor"] + + [:type="vec3%3Ci32%3E";op="subgroupAnd"] + + [:type="vec3%3Ci32%3E";op="subgroupOr"] + + [:type="vec3%3Ci32%3E";op="subgroupXor"] + + [:type="vec3%3Cu32%3E";op="subgroupAnd"] + + [:type="vec3%3Cu32%3E";op="subgroupOr"] + + [:type="vec3%3Cu32%3E";op="subgroupXor"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupAnd"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupOr"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupXor"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupAnd"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupOr"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupXor"] + + [:type="vec4%3Cbool%3E";op="subgroupAnd"] + + [:type="vec4%3Cbool%3E";op="subgroupOr"] + + [:type="vec4%3Cbool%3E";op="subgroupXor"] + + [:type="vec4%3Cf16%3E";op="subgroupAnd"] + + [:type="vec4%3Cf16%3E";op="subgroupOr"] + + [:type="vec4%3Cf16%3E";op="subgroupXor"] + + [:type="vec4%3Cf32%3E";op="subgroupAnd"] + + [:type="vec4%3Cf32%3E";op="subgroupOr"] + + [:type="vec4%3Cf32%3E";op="subgroupXor"] + + [:type="vec4%3Ci32%3E";op="subgroupAnd"] + + [:type="vec4%3Ci32%3E";op="subgroupOr"] + + [:type="vec4%3Ci32%3E";op="subgroupXor"] + + [:type="vec4%3Cu32%3E";op="subgroupAnd"] + + [:type="vec4%3Cu32%3E";op="subgroupOr"] + + [:type="vec4%3Cu32%3E";op="subgroupXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:early_eval:*] + [:stage="constant";op="subgroupAnd"] + + [:stage="constant";op="subgroupOr"] + + [:stage="constant";op="subgroupXor"] + + [:stage="override";op="subgroupAnd"] + + [:stage="override";op="subgroupOr"] + + [:stage="override";op="subgroupXor"] + + [:stage="runtime";op="subgroupAnd"] + + [:stage="runtime";op="subgroupOr"] + + [:stage="runtime";op="subgroupXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:must_use:*] + [:must_use=false;op="subgroupAnd"] + + [:must_use=false;op="subgroupOr"] + + [:must_use=false;op="subgroupXor"] + + [:must_use=true;op="subgroupAnd"] + + [:must_use=true;op="subgroupOr"] + + [:must_use=true;op="subgroupXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:requires_subgroups:*] + [:enable=false;op="subgroupAnd"] + + [:enable=false;op="subgroupOr"] + + [:enable=false;op="subgroupXor"] + + [:enable=true;op="subgroupAnd"] + + [:enable=true;op="subgroupOr"] + + [:enable=true;op="subgroupXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:return_type:*] + [:retType="bool";op="subgroupAnd";paramType="abstract-float"] + + [:retType="bool";op="subgroupAnd";paramType="abstract-int"] + + [:retType="bool";op="subgroupAnd";paramType="bool"] + + [:retType="bool";op="subgroupAnd";paramType="f16"] + + [:retType="bool";op="subgroupAnd";paramType="f32"] + + [:retType="bool";op="subgroupAnd";paramType="i32"] + + [:retType="bool";op="subgroupAnd";paramType="u32"] + + [:retType="bool";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="subgroupOr";paramType="abstract-float"] + + [:retType="bool";op="subgroupOr";paramType="abstract-int"] + + [:retType="bool";op="subgroupOr";paramType="bool"] + + [:retType="bool";op="subgroupOr";paramType="f16"] + + [:retType="bool";op="subgroupOr";paramType="f32"] + + [:retType="bool";op="subgroupOr";paramType="i32"] + + [:retType="bool";op="subgroupOr";paramType="u32"] + + [:retType="bool";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="subgroupXor";paramType="abstract-float"] + + [:retType="bool";op="subgroupXor";paramType="abstract-int"] + + [:retType="bool";op="subgroupXor";paramType="bool"] + + [:retType="bool";op="subgroupXor";paramType="f16"] + + [:retType="bool";op="subgroupXor";paramType="f32"] + + [:retType="bool";op="subgroupXor";paramType="i32"] + + [:retType="bool";op="subgroupXor";paramType="u32"] + + [:retType="bool";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="abstract-float"] + + [:retType="f16";op="subgroupAnd";paramType="abstract-int"] + + [:retType="f16";op="subgroupAnd";paramType="bool"] + + [:retType="f16";op="subgroupAnd";paramType="f16"] + + [:retType="f16";op="subgroupAnd";paramType="f32"] + + [:retType="f16";op="subgroupAnd";paramType="i32"] + + [:retType="f16";op="subgroupAnd";paramType="u32"] + + [:retType="f16";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupOr";paramType="abstract-float"] + + [:retType="f16";op="subgroupOr";paramType="abstract-int"] + + [:retType="f16";op="subgroupOr";paramType="bool"] + + [:retType="f16";op="subgroupOr";paramType="f16"] + + [:retType="f16";op="subgroupOr";paramType="f32"] + + [:retType="f16";op="subgroupOr";paramType="i32"] + + [:retType="f16";op="subgroupOr";paramType="u32"] + + [:retType="f16";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupXor";paramType="abstract-float"] + + [:retType="f16";op="subgroupXor";paramType="abstract-int"] + + [:retType="f16";op="subgroupXor";paramType="bool"] + + [:retType="f16";op="subgroupXor";paramType="f16"] + + [:retType="f16";op="subgroupXor";paramType="f32"] + + [:retType="f16";op="subgroupXor";paramType="i32"] + + [:retType="f16";op="subgroupXor";paramType="u32"] + + [:retType="f16";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="abstract-float"] + + [:retType="f32";op="subgroupAnd";paramType="abstract-int"] + + [:retType="f32";op="subgroupAnd";paramType="bool"] + + [:retType="f32";op="subgroupAnd";paramType="f16"] + + [:retType="f32";op="subgroupAnd";paramType="f32"] + + [:retType="f32";op="subgroupAnd";paramType="i32"] + + [:retType="f32";op="subgroupAnd";paramType="u32"] + + [:retType="f32";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupOr";paramType="abstract-float"] + + [:retType="f32";op="subgroupOr";paramType="abstract-int"] + + [:retType="f32";op="subgroupOr";paramType="bool"] + + [:retType="f32";op="subgroupOr";paramType="f16"] + + [:retType="f32";op="subgroupOr";paramType="f32"] + + [:retType="f32";op="subgroupOr";paramType="i32"] + + [:retType="f32";op="subgroupOr";paramType="u32"] + + [:retType="f32";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupXor";paramType="abstract-float"] + + [:retType="f32";op="subgroupXor";paramType="abstract-int"] + + [:retType="f32";op="subgroupXor";paramType="bool"] + + [:retType="f32";op="subgroupXor";paramType="f16"] + + [:retType="f32";op="subgroupXor";paramType="f32"] + + [:retType="f32";op="subgroupXor";paramType="i32"] + + [:retType="f32";op="subgroupXor";paramType="u32"] + + [:retType="f32";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="abstract-float"] + + [:retType="i32";op="subgroupAnd";paramType="abstract-int"] + + [:retType="i32";op="subgroupAnd";paramType="bool"] + + [:retType="i32";op="subgroupAnd";paramType="f16"] + + [:retType="i32";op="subgroupAnd";paramType="f32"] + + [:retType="i32";op="subgroupAnd";paramType="i32"] + + [:retType="i32";op="subgroupAnd";paramType="u32"] + + [:retType="i32";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupOr";paramType="abstract-float"] + + [:retType="i32";op="subgroupOr";paramType="abstract-int"] + + [:retType="i32";op="subgroupOr";paramType="bool"] + + [:retType="i32";op="subgroupOr";paramType="f16"] + + [:retType="i32";op="subgroupOr";paramType="f32"] + + [:retType="i32";op="subgroupOr";paramType="i32"] + + [:retType="i32";op="subgroupOr";paramType="u32"] + + [:retType="i32";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupXor";paramType="abstract-float"] + + [:retType="i32";op="subgroupXor";paramType="abstract-int"] + + [:retType="i32";op="subgroupXor";paramType="bool"] + + [:retType="i32";op="subgroupXor";paramType="f16"] + + [:retType="i32";op="subgroupXor";paramType="f32"] + + [:retType="i32";op="subgroupXor";paramType="i32"] + + [:retType="i32";op="subgroupXor";paramType="u32"] + + [:retType="i32";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="abstract-float"] + + [:retType="u32";op="subgroupAnd";paramType="abstract-int"] + + [:retType="u32";op="subgroupAnd";paramType="bool"] + + [:retType="u32";op="subgroupAnd";paramType="f16"] + + [:retType="u32";op="subgroupAnd";paramType="f32"] + + [:retType="u32";op="subgroupAnd";paramType="i32"] + + [:retType="u32";op="subgroupAnd";paramType="u32"] + + [:retType="u32";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupOr";paramType="abstract-float"] + + [:retType="u32";op="subgroupOr";paramType="abstract-int"] + + [:retType="u32";op="subgroupOr";paramType="bool"] + + [:retType="u32";op="subgroupOr";paramType="f16"] + + [:retType="u32";op="subgroupOr";paramType="f32"] + + [:retType="u32";op="subgroupOr";paramType="i32"] + + [:retType="u32";op="subgroupOr";paramType="u32"] + + [:retType="u32";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupXor";paramType="abstract-float"] + + [:retType="u32";op="subgroupXor";paramType="abstract-int"] + + [:retType="u32";op="subgroupXor";paramType="bool"] + + [:retType="u32";op="subgroupXor";paramType="f16"] + + [:retType="u32";op="subgroupXor";paramType="f32"] + + [:retType="u32";op="subgroupXor";paramType="i32"] + + [:retType="u32";op="subgroupXor";paramType="u32"] + + [:retType="u32";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupAnd";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupOr";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupXor";paramType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBitwise:stage:*] + [:stage="compute";op="subgroupAnd"] + + [:stage="compute";op="subgroupOr"] + + [:stage="compute";op="subgroupXor"] + + [:stage="fragment";op="subgroupAnd"] + + [:stage="fragment";op="subgroupOr"] + + [:stage="fragment";op="subgroupXor"] + + [:stage="vertex";op="subgroupAnd"] + + [:stage="vertex";op="subgroupOr"] + + [:stage="vertex";op="subgroupXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:data_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:early_eval:*] + [:stage="constant"] + + [:stage="override"] + + [:stage="runtime"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:id_constness:*] + [:value="const_decl"] + + [:value="const_expr"] + + [:value="const_literal"] + + [:value="let_decl"] + + [:value="override_decl"] + + [:value="var_func_decl"] + + [:value="var_priv_decl"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:id_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:must_use:*] + [:must_use=false] + + [:must_use=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:requires_subgroups:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:requires_subgroups_f16:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:return_type:*] + [:dataType="bool";retType="bool"] + + [:dataType="bool";retType="f16"] + + [:dataType="bool";retType="f32"] + + [:dataType="bool";retType="i32"] + + [:dataType="bool";retType="u32"] + + [:dataType="bool";retType="vec2%3Cbool%3E"] + + [:dataType="bool";retType="vec2%3Cf16%3E"] + + [:dataType="bool";retType="vec2%3Cf32%3E"] + + [:dataType="bool";retType="vec2%3Ci32%3E"] + + [:dataType="bool";retType="vec2%3Cu32%3E"] + + [:dataType="bool";retType="vec3%3Cbool%3E"] + + [:dataType="bool";retType="vec3%3Cf16%3E"] + + [:dataType="bool";retType="vec3%3Cf32%3E"] + + [:dataType="bool";retType="vec3%3Ci32%3E"] + + [:dataType="bool";retType="vec3%3Cu32%3E"] + + [:dataType="bool";retType="vec4%3Cbool%3E"] + + [:dataType="bool";retType="vec4%3Cf16%3E"] + + [:dataType="bool";retType="vec4%3Cf32%3E"] + + [:dataType="bool";retType="vec4%3Ci32%3E"] + + [:dataType="bool";retType="vec4%3Cu32%3E"] + + [:dataType="f16";retType="bool"] + + [:dataType="f16";retType="f16"] + + [:dataType="f16";retType="f32"] + + [:dataType="f16";retType="i32"] + + [:dataType="f16";retType="u32"] + + [:dataType="f16";retType="vec2%3Cbool%3E"] + + [:dataType="f16";retType="vec2%3Cf16%3E"] + + [:dataType="f16";retType="vec2%3Cf32%3E"] + + [:dataType="f16";retType="vec2%3Ci32%3E"] + + [:dataType="f16";retType="vec2%3Cu32%3E"] + + [:dataType="f16";retType="vec3%3Cbool%3E"] + + [:dataType="f16";retType="vec3%3Cf16%3E"] + + [:dataType="f16";retType="vec3%3Cf32%3E"] + + [:dataType="f16";retType="vec3%3Ci32%3E"] + + [:dataType="f16";retType="vec3%3Cu32%3E"] + + [:dataType="f16";retType="vec4%3Cbool%3E"] + + [:dataType="f16";retType="vec4%3Cf16%3E"] + + [:dataType="f16";retType="vec4%3Cf32%3E"] + + [:dataType="f16";retType="vec4%3Ci32%3E"] + + [:dataType="f16";retType="vec4%3Cu32%3E"] + + [:dataType="f32";retType="bool"] + + [:dataType="f32";retType="f16"] + + [:dataType="f32";retType="f32"] + + [:dataType="f32";retType="i32"] + + [:dataType="f32";retType="u32"] + + [:dataType="f32";retType="vec2%3Cbool%3E"] + + [:dataType="f32";retType="vec2%3Cf16%3E"] + + [:dataType="f32";retType="vec2%3Cf32%3E"] + + [:dataType="f32";retType="vec2%3Ci32%3E"] + + [:dataType="f32";retType="vec2%3Cu32%3E"] + + [:dataType="f32";retType="vec3%3Cbool%3E"] + + [:dataType="f32";retType="vec3%3Cf16%3E"] + + [:dataType="f32";retType="vec3%3Cf32%3E"] + + [:dataType="f32";retType="vec3%3Ci32%3E"] + + [:dataType="f32";retType="vec3%3Cu32%3E"] + + [:dataType="f32";retType="vec4%3Cbool%3E"] + + [:dataType="f32";retType="vec4%3Cf16%3E"] + + [:dataType="f32";retType="vec4%3Cf32%3E"] + + [:dataType="f32";retType="vec4%3Ci32%3E"] + + [:dataType="f32";retType="vec4%3Cu32%3E"] + + [:dataType="i32";retType="bool"] + + [:dataType="i32";retType="f16"] + + [:dataType="i32";retType="f32"] + + [:dataType="i32";retType="i32"] + + [:dataType="i32";retType="u32"] + + [:dataType="i32";retType="vec2%3Cbool%3E"] + + [:dataType="i32";retType="vec2%3Cf16%3E"] + + [:dataType="i32";retType="vec2%3Cf32%3E"] + + [:dataType="i32";retType="vec2%3Ci32%3E"] + + [:dataType="i32";retType="vec2%3Cu32%3E"] + + [:dataType="i32";retType="vec3%3Cbool%3E"] + + [:dataType="i32";retType="vec3%3Cf16%3E"] + + [:dataType="i32";retType="vec3%3Cf32%3E"] + + [:dataType="i32";retType="vec3%3Ci32%3E"] + + [:dataType="i32";retType="vec3%3Cu32%3E"] + + [:dataType="i32";retType="vec4%3Cbool%3E"] + + [:dataType="i32";retType="vec4%3Cf16%3E"] + + [:dataType="i32";retType="vec4%3Cf32%3E"] + + [:dataType="i32";retType="vec4%3Ci32%3E"] + + [:dataType="i32";retType="vec4%3Cu32%3E"] + + [:dataType="u32";retType="bool"] + + [:dataType="u32";retType="f16"] + + [:dataType="u32";retType="f32"] + + [:dataType="u32";retType="i32"] + + [:dataType="u32";retType="u32"] + + [:dataType="u32";retType="vec2%3Cbool%3E"] + + [:dataType="u32";retType="vec2%3Cf16%3E"] + + [:dataType="u32";retType="vec2%3Cf32%3E"] + + [:dataType="u32";retType="vec2%3Ci32%3E"] + + [:dataType="u32";retType="vec2%3Cu32%3E"] + + [:dataType="u32";retType="vec3%3Cbool%3E"] + + [:dataType="u32";retType="vec3%3Cf16%3E"] + + [:dataType="u32";retType="vec3%3Cf32%3E"] + + [:dataType="u32";retType="vec3%3Ci32%3E"] + + [:dataType="u32";retType="vec3%3Cu32%3E"] + + [:dataType="u32";retType="vec4%3Cbool%3E"] + + [:dataType="u32";retType="vec4%3Cf16%3E"] + + [:dataType="u32";retType="vec4%3Cf32%3E"] + + [:dataType="u32";retType="vec4%3Ci32%3E"] + + [:dataType="u32";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="bool"] + + [:dataType="vec2%3Cbool%3E";retType="f16"] + + [:dataType="vec2%3Cbool%3E";retType="f32"] + + [:dataType="vec2%3Cbool%3E";retType="i32"] + + [:dataType="vec2%3Cbool%3E";retType="u32"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="bool"] + + [:dataType="vec2%3Cf16%3E";retType="f16"] + + [:dataType="vec2%3Cf16%3E";retType="f32"] + + [:dataType="vec2%3Cf16%3E";retType="i32"] + + [:dataType="vec2%3Cf16%3E";retType="u32"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="bool"] + + [:dataType="vec2%3Cf32%3E";retType="f16"] + + [:dataType="vec2%3Cf32%3E";retType="f32"] + + [:dataType="vec2%3Cf32%3E";retType="i32"] + + [:dataType="vec2%3Cf32%3E";retType="u32"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="bool"] + + [:dataType="vec2%3Ci32%3E";retType="f16"] + + [:dataType="vec2%3Ci32%3E";retType="f32"] + + [:dataType="vec2%3Ci32%3E";retType="i32"] + + [:dataType="vec2%3Ci32%3E";retType="u32"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="bool"] + + [:dataType="vec2%3Cu32%3E";retType="f16"] + + [:dataType="vec2%3Cu32%3E";retType="f32"] + + [:dataType="vec2%3Cu32%3E";retType="i32"] + + [:dataType="vec2%3Cu32%3E";retType="u32"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="bool"] + + [:dataType="vec3%3Cbool%3E";retType="f16"] + + [:dataType="vec3%3Cbool%3E";retType="f32"] + + [:dataType="vec3%3Cbool%3E";retType="i32"] + + [:dataType="vec3%3Cbool%3E";retType="u32"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="bool"] + + [:dataType="vec3%3Cf16%3E";retType="f16"] + + [:dataType="vec3%3Cf16%3E";retType="f32"] + + [:dataType="vec3%3Cf16%3E";retType="i32"] + + [:dataType="vec3%3Cf16%3E";retType="u32"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="bool"] + + [:dataType="vec3%3Cf32%3E";retType="f16"] + + [:dataType="vec3%3Cf32%3E";retType="f32"] + + [:dataType="vec3%3Cf32%3E";retType="i32"] + + [:dataType="vec3%3Cf32%3E";retType="u32"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="bool"] + + [:dataType="vec3%3Ci32%3E";retType="f16"] + + [:dataType="vec3%3Ci32%3E";retType="f32"] + + [:dataType="vec3%3Ci32%3E";retType="i32"] + + [:dataType="vec3%3Ci32%3E";retType="u32"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="bool"] + + [:dataType="vec3%3Cu32%3E";retType="f16"] + + [:dataType="vec3%3Cu32%3E";retType="f32"] + + [:dataType="vec3%3Cu32%3E";retType="i32"] + + [:dataType="vec3%3Cu32%3E";retType="u32"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="bool"] + + [:dataType="vec4%3Cbool%3E";retType="f16"] + + [:dataType="vec4%3Cbool%3E";retType="f32"] + + [:dataType="vec4%3Cbool%3E";retType="i32"] + + [:dataType="vec4%3Cbool%3E";retType="u32"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="bool"] + + [:dataType="vec4%3Cf16%3E";retType="f16"] + + [:dataType="vec4%3Cf16%3E";retType="f32"] + + [:dataType="vec4%3Cf16%3E";retType="i32"] + + [:dataType="vec4%3Cf16%3E";retType="u32"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="bool"] + + [:dataType="vec4%3Cf32%3E";retType="f16"] + + [:dataType="vec4%3Cf32%3E";retType="f32"] + + [:dataType="vec4%3Cf32%3E";retType="i32"] + + [:dataType="vec4%3Cf32%3E";retType="u32"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="bool"] + + [:dataType="vec4%3Ci32%3E";retType="f16"] + + [:dataType="vec4%3Ci32%3E";retType="f32"] + + [:dataType="vec4%3Ci32%3E";retType="i32"] + + [:dataType="vec4%3Ci32%3E";retType="u32"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="bool"] + + [:dataType="vec4%3Cu32%3E";retType="f16"] + + [:dataType="vec4%3Cu32%3E";retType="f32"] + + [:dataType="vec4%3Cu32%3E";retType="i32"] + + [:dataType="vec4%3Cu32%3E";retType="u32"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcast:stage:*] + [:stage="compute"] + + [:stage="fragment"] + + [:stage="vertex"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:data_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:early_eval:*] + [:stage="constant"] + + [:stage="override"] + + [:stage="runtime"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:must_use:*] + [:must_use=false] + + [:must_use=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:requires_subgroups:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:requires_subgroups_f16:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:return_type:*] + [:dataType="bool";retType="bool"] + + [:dataType="bool";retType="f16"] + + [:dataType="bool";retType="f32"] + + [:dataType="bool";retType="i32"] + + [:dataType="bool";retType="u32"] + + [:dataType="bool";retType="vec2%3Cbool%3E"] + + [:dataType="bool";retType="vec2%3Cf16%3E"] + + [:dataType="bool";retType="vec2%3Cf32%3E"] + + [:dataType="bool";retType="vec2%3Ci32%3E"] + + [:dataType="bool";retType="vec2%3Cu32%3E"] + + [:dataType="bool";retType="vec3%3Cbool%3E"] + + [:dataType="bool";retType="vec3%3Cf16%3E"] + + [:dataType="bool";retType="vec3%3Cf32%3E"] + + [:dataType="bool";retType="vec3%3Ci32%3E"] + + [:dataType="bool";retType="vec3%3Cu32%3E"] + + [:dataType="bool";retType="vec4%3Cbool%3E"] + + [:dataType="bool";retType="vec4%3Cf16%3E"] + + [:dataType="bool";retType="vec4%3Cf32%3E"] + + [:dataType="bool";retType="vec4%3Ci32%3E"] + + [:dataType="bool";retType="vec4%3Cu32%3E"] + + [:dataType="f16";retType="bool"] + + [:dataType="f16";retType="f16"] + + [:dataType="f16";retType="f32"] + + [:dataType="f16";retType="i32"] + + [:dataType="f16";retType="u32"] + + [:dataType="f16";retType="vec2%3Cbool%3E"] + + [:dataType="f16";retType="vec2%3Cf16%3E"] + + [:dataType="f16";retType="vec2%3Cf32%3E"] + + [:dataType="f16";retType="vec2%3Ci32%3E"] + + [:dataType="f16";retType="vec2%3Cu32%3E"] + + [:dataType="f16";retType="vec3%3Cbool%3E"] + + [:dataType="f16";retType="vec3%3Cf16%3E"] + + [:dataType="f16";retType="vec3%3Cf32%3E"] + + [:dataType="f16";retType="vec3%3Ci32%3E"] + + [:dataType="f16";retType="vec3%3Cu32%3E"] + + [:dataType="f16";retType="vec4%3Cbool%3E"] + + [:dataType="f16";retType="vec4%3Cf16%3E"] + + [:dataType="f16";retType="vec4%3Cf32%3E"] + + [:dataType="f16";retType="vec4%3Ci32%3E"] + + [:dataType="f16";retType="vec4%3Cu32%3E"] + + [:dataType="f32";retType="bool"] + + [:dataType="f32";retType="f16"] + + [:dataType="f32";retType="f32"] + + [:dataType="f32";retType="i32"] + + [:dataType="f32";retType="u32"] + + [:dataType="f32";retType="vec2%3Cbool%3E"] + + [:dataType="f32";retType="vec2%3Cf16%3E"] + + [:dataType="f32";retType="vec2%3Cf32%3E"] + + [:dataType="f32";retType="vec2%3Ci32%3E"] + + [:dataType="f32";retType="vec2%3Cu32%3E"] + + [:dataType="f32";retType="vec3%3Cbool%3E"] + + [:dataType="f32";retType="vec3%3Cf16%3E"] + + [:dataType="f32";retType="vec3%3Cf32%3E"] + + [:dataType="f32";retType="vec3%3Ci32%3E"] + + [:dataType="f32";retType="vec3%3Cu32%3E"] + + [:dataType="f32";retType="vec4%3Cbool%3E"] + + [:dataType="f32";retType="vec4%3Cf16%3E"] + + [:dataType="f32";retType="vec4%3Cf32%3E"] + + [:dataType="f32";retType="vec4%3Ci32%3E"] + + [:dataType="f32";retType="vec4%3Cu32%3E"] + + [:dataType="i32";retType="bool"] + + [:dataType="i32";retType="f16"] + + [:dataType="i32";retType="f32"] + + [:dataType="i32";retType="i32"] + + [:dataType="i32";retType="u32"] + + [:dataType="i32";retType="vec2%3Cbool%3E"] + + [:dataType="i32";retType="vec2%3Cf16%3E"] + + [:dataType="i32";retType="vec2%3Cf32%3E"] + + [:dataType="i32";retType="vec2%3Ci32%3E"] + + [:dataType="i32";retType="vec2%3Cu32%3E"] + + [:dataType="i32";retType="vec3%3Cbool%3E"] + + [:dataType="i32";retType="vec3%3Cf16%3E"] + + [:dataType="i32";retType="vec3%3Cf32%3E"] + + [:dataType="i32";retType="vec3%3Ci32%3E"] + + [:dataType="i32";retType="vec3%3Cu32%3E"] + + [:dataType="i32";retType="vec4%3Cbool%3E"] + + [:dataType="i32";retType="vec4%3Cf16%3E"] + + [:dataType="i32";retType="vec4%3Cf32%3E"] + + [:dataType="i32";retType="vec4%3Ci32%3E"] + + [:dataType="i32";retType="vec4%3Cu32%3E"] + + [:dataType="u32";retType="bool"] + + [:dataType="u32";retType="f16"] + + [:dataType="u32";retType="f32"] + + [:dataType="u32";retType="i32"] + + [:dataType="u32";retType="u32"] + + [:dataType="u32";retType="vec2%3Cbool%3E"] + + [:dataType="u32";retType="vec2%3Cf16%3E"] + + [:dataType="u32";retType="vec2%3Cf32%3E"] + + [:dataType="u32";retType="vec2%3Ci32%3E"] + + [:dataType="u32";retType="vec2%3Cu32%3E"] + + [:dataType="u32";retType="vec3%3Cbool%3E"] + + [:dataType="u32";retType="vec3%3Cf16%3E"] + + [:dataType="u32";retType="vec3%3Cf32%3E"] + + [:dataType="u32";retType="vec3%3Ci32%3E"] + + [:dataType="u32";retType="vec3%3Cu32%3E"] + + [:dataType="u32";retType="vec4%3Cbool%3E"] + + [:dataType="u32";retType="vec4%3Cf16%3E"] + + [:dataType="u32";retType="vec4%3Cf32%3E"] + + [:dataType="u32";retType="vec4%3Ci32%3E"] + + [:dataType="u32";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="bool"] + + [:dataType="vec2%3Cbool%3E";retType="f16"] + + [:dataType="vec2%3Cbool%3E";retType="f32"] + + [:dataType="vec2%3Cbool%3E";retType="i32"] + + [:dataType="vec2%3Cbool%3E";retType="u32"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="bool"] + + [:dataType="vec2%3Cf16%3E";retType="f16"] + + [:dataType="vec2%3Cf16%3E";retType="f32"] + + [:dataType="vec2%3Cf16%3E";retType="i32"] + + [:dataType="vec2%3Cf16%3E";retType="u32"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="bool"] + + [:dataType="vec2%3Cf32%3E";retType="f16"] + + [:dataType="vec2%3Cf32%3E";retType="f32"] + + [:dataType="vec2%3Cf32%3E";retType="i32"] + + [:dataType="vec2%3Cf32%3E";retType="u32"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="bool"] + + [:dataType="vec2%3Ci32%3E";retType="f16"] + + [:dataType="vec2%3Ci32%3E";retType="f32"] + + [:dataType="vec2%3Ci32%3E";retType="i32"] + + [:dataType="vec2%3Ci32%3E";retType="u32"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="bool"] + + [:dataType="vec2%3Cu32%3E";retType="f16"] + + [:dataType="vec2%3Cu32%3E";retType="f32"] + + [:dataType="vec2%3Cu32%3E";retType="i32"] + + [:dataType="vec2%3Cu32%3E";retType="u32"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="bool"] + + [:dataType="vec3%3Cbool%3E";retType="f16"] + + [:dataType="vec3%3Cbool%3E";retType="f32"] + + [:dataType="vec3%3Cbool%3E";retType="i32"] + + [:dataType="vec3%3Cbool%3E";retType="u32"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="bool"] + + [:dataType="vec3%3Cf16%3E";retType="f16"] + + [:dataType="vec3%3Cf16%3E";retType="f32"] + + [:dataType="vec3%3Cf16%3E";retType="i32"] + + [:dataType="vec3%3Cf16%3E";retType="u32"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="bool"] + + [:dataType="vec3%3Cf32%3E";retType="f16"] + + [:dataType="vec3%3Cf32%3E";retType="f32"] + + [:dataType="vec3%3Cf32%3E";retType="i32"] + + [:dataType="vec3%3Cf32%3E";retType="u32"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="bool"] + + [:dataType="vec3%3Ci32%3E";retType="f16"] + + [:dataType="vec3%3Ci32%3E";retType="f32"] + + [:dataType="vec3%3Ci32%3E";retType="i32"] + + [:dataType="vec3%3Ci32%3E";retType="u32"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="bool"] + + [:dataType="vec3%3Cu32%3E";retType="f16"] + + [:dataType="vec3%3Cu32%3E";retType="f32"] + + [:dataType="vec3%3Cu32%3E";retType="i32"] + + [:dataType="vec3%3Cu32%3E";retType="u32"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="bool"] + + [:dataType="vec4%3Cbool%3E";retType="f16"] + + [:dataType="vec4%3Cbool%3E";retType="f32"] + + [:dataType="vec4%3Cbool%3E";retType="i32"] + + [:dataType="vec4%3Cbool%3E";retType="u32"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="bool"] + + [:dataType="vec4%3Cf16%3E";retType="f16"] + + [:dataType="vec4%3Cf16%3E";retType="f32"] + + [:dataType="vec4%3Cf16%3E";retType="i32"] + + [:dataType="vec4%3Cf16%3E";retType="u32"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="bool"] + + [:dataType="vec4%3Cf32%3E";retType="f16"] + + [:dataType="vec4%3Cf32%3E";retType="f32"] + + [:dataType="vec4%3Cf32%3E";retType="i32"] + + [:dataType="vec4%3Cf32%3E";retType="u32"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="bool"] + + [:dataType="vec4%3Ci32%3E";retType="f16"] + + [:dataType="vec4%3Ci32%3E";retType="f32"] + + [:dataType="vec4%3Ci32%3E";retType="i32"] + + [:dataType="vec4%3Ci32%3E";retType="u32"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="bool"] + + [:dataType="vec4%3Cu32%3E";retType="f16"] + + [:dataType="vec4%3Cu32%3E";retType="f32"] + + [:dataType="vec4%3Cu32%3E";retType="i32"] + + [:dataType="vec4%3Cu32%3E";retType="u32"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupBroadcastFirst:stage:*] + [:stage="compute"] + + [:stage="fragment"] + + [:stage="vertex"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:data_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:early_eval:*] + [:stage="constant"] + + [:stage="override"] + + [:stage="runtime"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:must_use:*] + [:must_use=false] + + [:must_use=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:requires_subgroups:*] + [:enable=false] + + [:enable=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:return_type:*] + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupElect:stage:*] + [:stage="compute"] + + [:stage="fragment"] + + [:stage="vertex"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:data_type:*] + [:type="abstract-float";op="subgroupMax"] + + [:type="abstract-float";op="subgroupMin"] + + [:type="abstract-int";op="subgroupMax"] + + [:type="abstract-int";op="subgroupMin"] + + [:type="bool";op="subgroupMax"] + + [:type="bool";op="subgroupMin"] + + [:type="f16";op="subgroupMax"] + + [:type="f16";op="subgroupMin"] + + [:type="f32";op="subgroupMax"] + + [:type="f32";op="subgroupMin"] + + [:type="i32";op="subgroupMax"] + + [:type="i32";op="subgroupMin"] + + [:type="u32";op="subgroupMax"] + + [:type="u32";op="subgroupMin"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupMax"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupMin"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupMax"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupMin"] + + [:type="vec2%3Cbool%3E";op="subgroupMax"] + + [:type="vec2%3Cbool%3E";op="subgroupMin"] + + [:type="vec2%3Cf16%3E";op="subgroupMax"] + + [:type="vec2%3Cf16%3E";op="subgroupMin"] + + [:type="vec2%3Cf32%3E";op="subgroupMax"] + + [:type="vec2%3Cf32%3E";op="subgroupMin"] + + [:type="vec2%3Ci32%3E";op="subgroupMax"] + + [:type="vec2%3Ci32%3E";op="subgroupMin"] + + [:type="vec2%3Cu32%3E";op="subgroupMax"] + + [:type="vec2%3Cu32%3E";op="subgroupMin"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupMax"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupMin"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupMax"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupMin"] + + [:type="vec3%3Cbool%3E";op="subgroupMax"] + + [:type="vec3%3Cbool%3E";op="subgroupMin"] + + [:type="vec3%3Cf16%3E";op="subgroupMax"] + + [:type="vec3%3Cf16%3E";op="subgroupMin"] + + [:type="vec3%3Cf32%3E";op="subgroupMax"] + + [:type="vec3%3Cf32%3E";op="subgroupMin"] + + [:type="vec3%3Ci32%3E";op="subgroupMax"] + + [:type="vec3%3Ci32%3E";op="subgroupMin"] + + [:type="vec3%3Cu32%3E";op="subgroupMax"] + + [:type="vec3%3Cu32%3E";op="subgroupMin"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupMax"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupMin"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupMax"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupMin"] + + [:type="vec4%3Cbool%3E";op="subgroupMax"] + + [:type="vec4%3Cbool%3E";op="subgroupMin"] + + [:type="vec4%3Cf16%3E";op="subgroupMax"] + + [:type="vec4%3Cf16%3E";op="subgroupMin"] + + [:type="vec4%3Cf32%3E";op="subgroupMax"] + + [:type="vec4%3Cf32%3E";op="subgroupMin"] + + [:type="vec4%3Ci32%3E";op="subgroupMax"] + + [:type="vec4%3Ci32%3E";op="subgroupMin"] + + [:type="vec4%3Cu32%3E";op="subgroupMax"] + + [:type="vec4%3Cu32%3E";op="subgroupMin"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:early_eval:*] + [:stage="constant";op="subgroupMax"] + + [:stage="constant";op="subgroupMin"] + + [:stage="override";op="subgroupMax"] + + [:stage="override";op="subgroupMin"] + + [:stage="runtime";op="subgroupMax"] + + [:stage="runtime";op="subgroupMin"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:must_use:*] + [:must_use=false;op="subgroupMax"] + + [:must_use=false;op="subgroupMin"] + + [:must_use=true;op="subgroupMax"] + + [:must_use=true;op="subgroupMin"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:requires_subgroups:*] + [:enable=false;op="subgroupMax"] + + [:enable=false;op="subgroupMin"] + + [:enable=true;op="subgroupMax"] + + [:enable=true;op="subgroupMin"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:requires_subgroups_f16:*] + [:enable=false;op="subgroupMax"] + + [:enable=false;op="subgroupMin"] + + [:enable=true;op="subgroupMax"] + + [:enable=true;op="subgroupMin"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:return_type:*] + [:retType="bool";op="subgroupMax";paramType="abstract-float"] + + [:retType="bool";op="subgroupMax";paramType="abstract-int"] + + [:retType="bool";op="subgroupMax";paramType="bool"] + + [:retType="bool";op="subgroupMax";paramType="f16"] + + [:retType="bool";op="subgroupMax";paramType="f32"] + + [:retType="bool";op="subgroupMax";paramType="i32"] + + [:retType="bool";op="subgroupMax";paramType="u32"] + + [:retType="bool";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="subgroupMin";paramType="abstract-float"] + + [:retType="bool";op="subgroupMin";paramType="abstract-int"] + + [:retType="bool";op="subgroupMin";paramType="bool"] + + [:retType="bool";op="subgroupMin";paramType="f16"] + + [:retType="bool";op="subgroupMin";paramType="f32"] + + [:retType="bool";op="subgroupMin";paramType="i32"] + + [:retType="bool";op="subgroupMin";paramType="u32"] + + [:retType="bool";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupMax";paramType="abstract-float"] + + [:retType="f16";op="subgroupMax";paramType="abstract-int"] + + [:retType="f16";op="subgroupMax";paramType="bool"] + + [:retType="f16";op="subgroupMax";paramType="f16"] + + [:retType="f16";op="subgroupMax";paramType="f32"] + + [:retType="f16";op="subgroupMax";paramType="i32"] + + [:retType="f16";op="subgroupMax";paramType="u32"] + + [:retType="f16";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupMin";paramType="abstract-float"] + + [:retType="f16";op="subgroupMin";paramType="abstract-int"] + + [:retType="f16";op="subgroupMin";paramType="bool"] + + [:retType="f16";op="subgroupMin";paramType="f16"] + + [:retType="f16";op="subgroupMin";paramType="f32"] + + [:retType="f16";op="subgroupMin";paramType="i32"] + + [:retType="f16";op="subgroupMin";paramType="u32"] + + [:retType="f16";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupMax";paramType="abstract-float"] + + [:retType="f32";op="subgroupMax";paramType="abstract-int"] + + [:retType="f32";op="subgroupMax";paramType="bool"] + + [:retType="f32";op="subgroupMax";paramType="f16"] + + [:retType="f32";op="subgroupMax";paramType="f32"] + + [:retType="f32";op="subgroupMax";paramType="i32"] + + [:retType="f32";op="subgroupMax";paramType="u32"] + + [:retType="f32";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupMin";paramType="abstract-float"] + + [:retType="f32";op="subgroupMin";paramType="abstract-int"] + + [:retType="f32";op="subgroupMin";paramType="bool"] + + [:retType="f32";op="subgroupMin";paramType="f16"] + + [:retType="f32";op="subgroupMin";paramType="f32"] + + [:retType="f32";op="subgroupMin";paramType="i32"] + + [:retType="f32";op="subgroupMin";paramType="u32"] + + [:retType="f32";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupMax";paramType="abstract-float"] + + [:retType="i32";op="subgroupMax";paramType="abstract-int"] + + [:retType="i32";op="subgroupMax";paramType="bool"] + + [:retType="i32";op="subgroupMax";paramType="f16"] + + [:retType="i32";op="subgroupMax";paramType="f32"] + + [:retType="i32";op="subgroupMax";paramType="i32"] + + [:retType="i32";op="subgroupMax";paramType="u32"] + + [:retType="i32";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupMin";paramType="abstract-float"] + + [:retType="i32";op="subgroupMin";paramType="abstract-int"] + + [:retType="i32";op="subgroupMin";paramType="bool"] + + [:retType="i32";op="subgroupMin";paramType="f16"] + + [:retType="i32";op="subgroupMin";paramType="f32"] + + [:retType="i32";op="subgroupMin";paramType="i32"] + + [:retType="i32";op="subgroupMin";paramType="u32"] + + [:retType="i32";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupMax";paramType="abstract-float"] + + [:retType="u32";op="subgroupMax";paramType="abstract-int"] + + [:retType="u32";op="subgroupMax";paramType="bool"] + + [:retType="u32";op="subgroupMax";paramType="f16"] + + [:retType="u32";op="subgroupMax";paramType="f32"] + + [:retType="u32";op="subgroupMax";paramType="i32"] + + [:retType="u32";op="subgroupMax";paramType="u32"] + + [:retType="u32";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupMin";paramType="abstract-float"] + + [:retType="u32";op="subgroupMin";paramType="abstract-int"] + + [:retType="u32";op="subgroupMin";paramType="bool"] + + [:retType="u32";op="subgroupMin";paramType="f16"] + + [:retType="u32";op="subgroupMin";paramType="f32"] + + [:retType="u32";op="subgroupMin";paramType="i32"] + + [:retType="u32";op="subgroupMin";paramType="u32"] + + [:retType="u32";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMax";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupMin";paramType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMinMax:stage:*] + [:stage="compute";op="subgroupMax"] + + [:stage="compute";op="subgroupMin"] + + [:stage="fragment";op="subgroupMax"] + + [:stage="fragment";op="subgroupMin"] + + [:stage="vertex";op="subgroupMax"] + + [:stage="vertex";op="subgroupMin"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:data_type:*] + [:type="abstract-float"] + + [:type="abstract-int"] + + [:type="bool"] + + [:type="f16"] + + [:type="f32"] + + [:type="i32"] + + [:type="u32"] + + [:type="vec2%3Cabstract-float%3E"] + + [:type="vec2%3Cabstract-int%3E"] + + [:type="vec2%3Cbool%3E"] + + [:type="vec2%3Cf16%3E"] + + [:type="vec2%3Cf32%3E"] + + [:type="vec2%3Ci32%3E"] + + [:type="vec2%3Cu32%3E"] + + [:type="vec3%3Cabstract-float%3E"] + + [:type="vec3%3Cabstract-int%3E"] + + [:type="vec3%3Cbool%3E"] + + [:type="vec3%3Cf16%3E"] + + [:type="vec3%3Cf32%3E"] + + [:type="vec3%3Ci32%3E"] + + [:type="vec3%3Cu32%3E"] + + [:type="vec4%3Cabstract-float%3E"] + + [:type="vec4%3Cabstract-int%3E"] + + [:type="vec4%3Cbool%3E"] + + [:type="vec4%3Cf16%3E"] + + [:type="vec4%3Cf32%3E"] + + [:type="vec4%3Ci32%3E"] + + [:type="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:early_eval:*] + [:stage="constant"] + + [:stage="override"] + + [:stage="runtime"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:invalid_types:*] + [:case="array_f32"] + + [:case="array_u32"] + + [:case="frexp_ret"] + + [:case="ptr_func"] + + [:case="ptr_priv"] + + [:case="struct_s"] + + [:case="struct_t"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:must_use:*] + [:must_use=false] + + [:must_use=true] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:return_type:*] + [:dataType="bool";retType="bool"] + + [:dataType="bool";retType="f16"] + + [:dataType="bool";retType="f32"] + + [:dataType="bool";retType="i32"] + + [:dataType="bool";retType="u32"] + + [:dataType="bool";retType="vec2%3Cbool%3E"] + + [:dataType="bool";retType="vec2%3Cf16%3E"] + + [:dataType="bool";retType="vec2%3Cf32%3E"] + + [:dataType="bool";retType="vec2%3Ci32%3E"] + + [:dataType="bool";retType="vec2%3Cu32%3E"] + + [:dataType="bool";retType="vec3%3Cbool%3E"] + + [:dataType="bool";retType="vec3%3Cf16%3E"] + + [:dataType="bool";retType="vec3%3Cf32%3E"] + + [:dataType="bool";retType="vec3%3Ci32%3E"] + + [:dataType="bool";retType="vec3%3Cu32%3E"] + + [:dataType="bool";retType="vec4%3Cbool%3E"] + + [:dataType="bool";retType="vec4%3Cf16%3E"] + + [:dataType="bool";retType="vec4%3Cf32%3E"] + + [:dataType="bool";retType="vec4%3Ci32%3E"] + + [:dataType="bool";retType="vec4%3Cu32%3E"] + + [:dataType="f16";retType="bool"] + + [:dataType="f16";retType="f16"] + + [:dataType="f16";retType="f32"] + + [:dataType="f16";retType="i32"] + + [:dataType="f16";retType="u32"] + + [:dataType="f16";retType="vec2%3Cbool%3E"] + + [:dataType="f16";retType="vec2%3Cf16%3E"] + + [:dataType="f16";retType="vec2%3Cf32%3E"] + + [:dataType="f16";retType="vec2%3Ci32%3E"] + + [:dataType="f16";retType="vec2%3Cu32%3E"] + + [:dataType="f16";retType="vec3%3Cbool%3E"] + + [:dataType="f16";retType="vec3%3Cf16%3E"] + + [:dataType="f16";retType="vec3%3Cf32%3E"] + + [:dataType="f16";retType="vec3%3Ci32%3E"] + + [:dataType="f16";retType="vec3%3Cu32%3E"] + + [:dataType="f16";retType="vec4%3Cbool%3E"] + + [:dataType="f16";retType="vec4%3Cf16%3E"] + + [:dataType="f16";retType="vec4%3Cf32%3E"] + + [:dataType="f16";retType="vec4%3Ci32%3E"] + + [:dataType="f16";retType="vec4%3Cu32%3E"] + + [:dataType="f32";retType="bool"] + + [:dataType="f32";retType="f16"] + + [:dataType="f32";retType="f32"] + + [:dataType="f32";retType="i32"] + + [:dataType="f32";retType="u32"] + + [:dataType="f32";retType="vec2%3Cbool%3E"] + + [:dataType="f32";retType="vec2%3Cf16%3E"] + + [:dataType="f32";retType="vec2%3Cf32%3E"] + + [:dataType="f32";retType="vec2%3Ci32%3E"] + + [:dataType="f32";retType="vec2%3Cu32%3E"] + + [:dataType="f32";retType="vec3%3Cbool%3E"] + + [:dataType="f32";retType="vec3%3Cf16%3E"] + + [:dataType="f32";retType="vec3%3Cf32%3E"] + + [:dataType="f32";retType="vec3%3Ci32%3E"] + + [:dataType="f32";retType="vec3%3Cu32%3E"] + + [:dataType="f32";retType="vec4%3Cbool%3E"] + + [:dataType="f32";retType="vec4%3Cf16%3E"] + + [:dataType="f32";retType="vec4%3Cf32%3E"] + + [:dataType="f32";retType="vec4%3Ci32%3E"] + + [:dataType="f32";retType="vec4%3Cu32%3E"] + + [:dataType="i32";retType="bool"] + + [:dataType="i32";retType="f16"] + + [:dataType="i32";retType="f32"] + + [:dataType="i32";retType="i32"] + + [:dataType="i32";retType="u32"] + + [:dataType="i32";retType="vec2%3Cbool%3E"] + + [:dataType="i32";retType="vec2%3Cf16%3E"] + + [:dataType="i32";retType="vec2%3Cf32%3E"] + + [:dataType="i32";retType="vec2%3Ci32%3E"] + + [:dataType="i32";retType="vec2%3Cu32%3E"] + + [:dataType="i32";retType="vec3%3Cbool%3E"] + + [:dataType="i32";retType="vec3%3Cf16%3E"] + + [:dataType="i32";retType="vec3%3Cf32%3E"] + + [:dataType="i32";retType="vec3%3Ci32%3E"] + + [:dataType="i32";retType="vec3%3Cu32%3E"] + + [:dataType="i32";retType="vec4%3Cbool%3E"] + + [:dataType="i32";retType="vec4%3Cf16%3E"] + + [:dataType="i32";retType="vec4%3Cf32%3E"] + + [:dataType="i32";retType="vec4%3Ci32%3E"] + + [:dataType="i32";retType="vec4%3Cu32%3E"] + + [:dataType="u32";retType="bool"] + + [:dataType="u32";retType="f16"] + + [:dataType="u32";retType="f32"] + + [:dataType="u32";retType="i32"] + + [:dataType="u32";retType="u32"] + + [:dataType="u32";retType="vec2%3Cbool%3E"] + + [:dataType="u32";retType="vec2%3Cf16%3E"] + + [:dataType="u32";retType="vec2%3Cf32%3E"] + + [:dataType="u32";retType="vec2%3Ci32%3E"] + + [:dataType="u32";retType="vec2%3Cu32%3E"] + + [:dataType="u32";retType="vec3%3Cbool%3E"] + + [:dataType="u32";retType="vec3%3Cf16%3E"] + + [:dataType="u32";retType="vec3%3Cf32%3E"] + + [:dataType="u32";retType="vec3%3Ci32%3E"] + + [:dataType="u32";retType="vec3%3Cu32%3E"] + + [:dataType="u32";retType="vec4%3Cbool%3E"] + + [:dataType="u32";retType="vec4%3Cf16%3E"] + + [:dataType="u32";retType="vec4%3Cf32%3E"] + + [:dataType="u32";retType="vec4%3Ci32%3E"] + + [:dataType="u32";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="bool"] + + [:dataType="vec2%3Cbool%3E";retType="f16"] + + [:dataType="vec2%3Cbool%3E";retType="f32"] + + [:dataType="vec2%3Cbool%3E";retType="i32"] + + [:dataType="vec2%3Cbool%3E";retType="u32"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="bool"] + + [:dataType="vec2%3Cf16%3E";retType="f16"] + + [:dataType="vec2%3Cf16%3E";retType="f32"] + + [:dataType="vec2%3Cf16%3E";retType="i32"] + + [:dataType="vec2%3Cf16%3E";retType="u32"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="bool"] + + [:dataType="vec2%3Cf32%3E";retType="f16"] + + [:dataType="vec2%3Cf32%3E";retType="f32"] + + [:dataType="vec2%3Cf32%3E";retType="i32"] + + [:dataType="vec2%3Cf32%3E";retType="u32"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="bool"] + + [:dataType="vec2%3Ci32%3E";retType="f16"] + + [:dataType="vec2%3Ci32%3E";retType="f32"] + + [:dataType="vec2%3Ci32%3E";retType="i32"] + + [:dataType="vec2%3Ci32%3E";retType="u32"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="bool"] + + [:dataType="vec2%3Cu32%3E";retType="f16"] + + [:dataType="vec2%3Cu32%3E";retType="f32"] + + [:dataType="vec2%3Cu32%3E";retType="i32"] + + [:dataType="vec2%3Cu32%3E";retType="u32"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec2%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="bool"] + + [:dataType="vec3%3Cbool%3E";retType="f16"] + + [:dataType="vec3%3Cbool%3E";retType="f32"] + + [:dataType="vec3%3Cbool%3E";retType="i32"] + + [:dataType="vec3%3Cbool%3E";retType="u32"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="bool"] + + [:dataType="vec3%3Cf16%3E";retType="f16"] + + [:dataType="vec3%3Cf16%3E";retType="f32"] + + [:dataType="vec3%3Cf16%3E";retType="i32"] + + [:dataType="vec3%3Cf16%3E";retType="u32"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="bool"] + + [:dataType="vec3%3Cf32%3E";retType="f16"] + + [:dataType="vec3%3Cf32%3E";retType="f32"] + + [:dataType="vec3%3Cf32%3E";retType="i32"] + + [:dataType="vec3%3Cf32%3E";retType="u32"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="bool"] + + [:dataType="vec3%3Ci32%3E";retType="f16"] + + [:dataType="vec3%3Ci32%3E";retType="f32"] + + [:dataType="vec3%3Ci32%3E";retType="i32"] + + [:dataType="vec3%3Ci32%3E";retType="u32"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="bool"] + + [:dataType="vec3%3Cu32%3E";retType="f16"] + + [:dataType="vec3%3Cu32%3E";retType="f32"] + + [:dataType="vec3%3Cu32%3E";retType="i32"] + + [:dataType="vec3%3Cu32%3E";retType="u32"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec3%3Cu32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="bool"] + + [:dataType="vec4%3Cbool%3E";retType="f16"] + + [:dataType="vec4%3Cbool%3E";retType="f32"] + + [:dataType="vec4%3Cbool%3E";retType="i32"] + + [:dataType="vec4%3Cbool%3E";retType="u32"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cbool%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="bool"] + + [:dataType="vec4%3Cf16%3E";retType="f16"] + + [:dataType="vec4%3Cf16%3E";retType="f32"] + + [:dataType="vec4%3Cf16%3E";retType="i32"] + + [:dataType="vec4%3Cf16%3E";retType="u32"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf16%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="bool"] + + [:dataType="vec4%3Cf32%3E";retType="f16"] + + [:dataType="vec4%3Cf32%3E";retType="f32"] + + [:dataType="vec4%3Cf32%3E";retType="i32"] + + [:dataType="vec4%3Cf32%3E";retType="u32"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cf32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="bool"] + + [:dataType="vec4%3Ci32%3E";retType="f16"] + + [:dataType="vec4%3Ci32%3E";retType="f32"] + + [:dataType="vec4%3Ci32%3E";retType="i32"] + + [:dataType="vec4%3Ci32%3E";retType="u32"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Ci32%3E";retType="vec4%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="bool"] + + [:dataType="vec4%3Cu32%3E";retType="f16"] + + [:dataType="vec4%3Cu32%3E";retType="f32"] + + [:dataType="vec4%3Cu32%3E";retType="i32"] + + [:dataType="vec4%3Cu32%3E";retType="u32"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec2%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec3%3Cu32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cbool%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf16%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cf32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Ci32%3E"] + + [:dataType="vec4%3Cu32%3E";retType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupMul:stage:*] + [:stage="compute"] + + [:stage="fragment"] + + [:stage="vertex"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:data_type:*] + [:type="abstract-float";op="subgroupShuffle"] + + [:type="abstract-float";op="subgroupShuffleDown"] + + [:type="abstract-float";op="subgroupShuffleUp"] + + [:type="abstract-float";op="subgroupShuffleXor"] + + [:type="abstract-int";op="subgroupShuffle"] + + [:type="abstract-int";op="subgroupShuffleDown"] + + [:type="abstract-int";op="subgroupShuffleUp"] + + [:type="abstract-int";op="subgroupShuffleXor"] + + [:type="bool";op="subgroupShuffle"] + + [:type="bool";op="subgroupShuffleDown"] + + [:type="bool";op="subgroupShuffleUp"] + + [:type="bool";op="subgroupShuffleXor"] + + [:type="f16";op="subgroupShuffle"] + + [:type="f16";op="subgroupShuffleDown"] + + [:type="f16";op="subgroupShuffleUp"] + + [:type="f16";op="subgroupShuffleXor"] + + [:type="f32";op="subgroupShuffle"] + + [:type="f32";op="subgroupShuffleDown"] + + [:type="f32";op="subgroupShuffleUp"] + + [:type="f32";op="subgroupShuffleXor"] + + [:type="i32";op="subgroupShuffle"] + + [:type="i32";op="subgroupShuffleDown"] + + [:type="i32";op="subgroupShuffleUp"] + + [:type="i32";op="subgroupShuffleXor"] + + [:type="u32";op="subgroupShuffle"] + + [:type="u32";op="subgroupShuffleDown"] + + [:type="u32";op="subgroupShuffleUp"] + + [:type="u32";op="subgroupShuffleXor"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffle"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffle"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffle"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffle"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffle"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffle"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffle"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffle"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffle"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffle"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffle"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffle"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffle"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffle"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffle"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffle"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffle"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffle"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffle"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffle"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffle"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffleXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:early_eval:*] + [:stage="constant";op="subgroupShuffle"] + + [:stage="constant";op="subgroupShuffleDown"] + + [:stage="constant";op="subgroupShuffleUp"] + + [:stage="constant";op="subgroupShuffleXor"] + + [:stage="override";op="subgroupShuffle"] + + [:stage="override";op="subgroupShuffleDown"] + + [:stage="override";op="subgroupShuffleUp"] + + [:stage="override";op="subgroupShuffleXor"] + + [:stage="runtime";op="subgroupShuffle"] + + [:stage="runtime";op="subgroupShuffleDown"] + + [:stage="runtime";op="subgroupShuffleUp"] + + [:stage="runtime";op="subgroupShuffleXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:must_use:*] + [:must_use=false;op="subgroupShuffle"] + + [:must_use=false;op="subgroupShuffleDown"] + + [:must_use=false;op="subgroupShuffleUp"] + + [:must_use=false;op="subgroupShuffleXor"] + + [:must_use=true;op="subgroupShuffle"] + + [:must_use=true;op="subgroupShuffleDown"] + + [:must_use=true;op="subgroupShuffleUp"] + + [:must_use=true;op="subgroupShuffleXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:param2_type:*] + [:type="abstract-float";op="subgroupShuffle"] + + [:type="abstract-float";op="subgroupShuffleDown"] + + [:type="abstract-float";op="subgroupShuffleUp"] + + [:type="abstract-float";op="subgroupShuffleXor"] + + [:type="abstract-int";op="subgroupShuffle"] + + [:type="abstract-int";op="subgroupShuffleDown"] + + [:type="abstract-int";op="subgroupShuffleUp"] + + [:type="abstract-int";op="subgroupShuffleXor"] + + [:type="bool";op="subgroupShuffle"] + + [:type="bool";op="subgroupShuffleDown"] + + [:type="bool";op="subgroupShuffleUp"] + + [:type="bool";op="subgroupShuffleXor"] + + [:type="f16";op="subgroupShuffle"] + + [:type="f16";op="subgroupShuffleDown"] + + [:type="f16";op="subgroupShuffleUp"] + + [:type="f16";op="subgroupShuffleXor"] + + [:type="f32";op="subgroupShuffle"] + + [:type="f32";op="subgroupShuffleDown"] + + [:type="f32";op="subgroupShuffleUp"] + + [:type="f32";op="subgroupShuffleXor"] + + [:type="i32";op="subgroupShuffle"] + + [:type="i32";op="subgroupShuffleDown"] + + [:type="i32";op="subgroupShuffleUp"] + + [:type="i32";op="subgroupShuffleXor"] + + [:type="u32";op="subgroupShuffle"] + + [:type="u32";op="subgroupShuffleDown"] + + [:type="u32";op="subgroupShuffleUp"] + + [:type="u32";op="subgroupShuffleXor"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffle"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cabstract-float%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffle"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cabstract-int%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffle"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cbool%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffle"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cf16%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffle"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cf32%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffle"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Ci32%3E";op="subgroupShuffleXor"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffle"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffleDown"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffleUp"] + + [:type="vec2%3Cu32%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffle"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cabstract-float%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffle"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cabstract-int%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffle"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cbool%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffle"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cf16%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffle"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cf32%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffle"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Ci32%3E";op="subgroupShuffleXor"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffle"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffleDown"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffleUp"] + + [:type="vec3%3Cu32%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffle"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cabstract-float%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffle"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cabstract-int%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffle"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cbool%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffle"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cf16%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffle"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cf32%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffle"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Ci32%3E";op="subgroupShuffleXor"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffle"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffleDown"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffleUp"] + + [:type="vec4%3Cu32%3E";op="subgroupShuffleXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:requires_subgroups:*] + [:enable=false;op="subgroupShuffle"] + + [:enable=false;op="subgroupShuffleDown"] + + [:enable=false;op="subgroupShuffleUp"] + + [:enable=false;op="subgroupShuffleXor"] + + [:enable=true;op="subgroupShuffle"] + + [:enable=true;op="subgroupShuffleDown"] + + [:enable=true;op="subgroupShuffleUp"] + + [:enable=true;op="subgroupShuffleXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:requires_subgroups_f16:*] + [:enable=false;op="subgroupShuffle"] + + [:enable=false;op="subgroupShuffleDown"] + + [:enable=false;op="subgroupShuffleUp"] + + [:enable=false;op="subgroupShuffleXor"] + + [:enable=true;op="subgroupShuffle"] + + [:enable=true;op="subgroupShuffleDown"] + + [:enable=true;op="subgroupShuffleUp"] + + [:enable=true;op="subgroupShuffleXor"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:return_type:*] + [:retType="bool";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="bool";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="bool";op="subgroupShuffle";paramType="bool"] + + [:retType="bool";op="subgroupShuffle";paramType="f16"] + + [:retType="bool";op="subgroupShuffle";paramType="f32"] + + [:retType="bool";op="subgroupShuffle";paramType="i32"] + + [:retType="bool";op="subgroupShuffle";paramType="u32"] + + [:retType="bool";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="bool";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="bool";op="subgroupShuffleDown";paramType="bool"] + + [:retType="bool";op="subgroupShuffleDown";paramType="f16"] + + [:retType="bool";op="subgroupShuffleDown";paramType="f32"] + + [:retType="bool";op="subgroupShuffleDown";paramType="i32"] + + [:retType="bool";op="subgroupShuffleDown";paramType="u32"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="bool";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="bool";op="subgroupShuffleUp";paramType="bool"] + + [:retType="bool";op="subgroupShuffleUp";paramType="f16"] + + [:retType="bool";op="subgroupShuffleUp";paramType="f32"] + + [:retType="bool";op="subgroupShuffleUp";paramType="i32"] + + [:retType="bool";op="subgroupShuffleUp";paramType="u32"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="bool";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="bool";op="subgroupShuffleXor";paramType="bool"] + + [:retType="bool";op="subgroupShuffleXor";paramType="f16"] + + [:retType="bool";op="subgroupShuffleXor";paramType="f32"] + + [:retType="bool";op="subgroupShuffleXor";paramType="i32"] + + [:retType="bool";op="subgroupShuffleXor";paramType="u32"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="bool";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="f16";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="f16";op="subgroupShuffle";paramType="bool"] + + [:retType="f16";op="subgroupShuffle";paramType="f16"] + + [:retType="f16";op="subgroupShuffle";paramType="f32"] + + [:retType="f16";op="subgroupShuffle";paramType="i32"] + + [:retType="f16";op="subgroupShuffle";paramType="u32"] + + [:retType="f16";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="f16";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="f16";op="subgroupShuffleDown";paramType="bool"] + + [:retType="f16";op="subgroupShuffleDown";paramType="f16"] + + [:retType="f16";op="subgroupShuffleDown";paramType="f32"] + + [:retType="f16";op="subgroupShuffleDown";paramType="i32"] + + [:retType="f16";op="subgroupShuffleDown";paramType="u32"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="f16";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="f16";op="subgroupShuffleUp";paramType="bool"] + + [:retType="f16";op="subgroupShuffleUp";paramType="f16"] + + [:retType="f16";op="subgroupShuffleUp";paramType="f32"] + + [:retType="f16";op="subgroupShuffleUp";paramType="i32"] + + [:retType="f16";op="subgroupShuffleUp";paramType="u32"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="f16";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="f16";op="subgroupShuffleXor";paramType="bool"] + + [:retType="f16";op="subgroupShuffleXor";paramType="f16"] + + [:retType="f16";op="subgroupShuffleXor";paramType="f32"] + + [:retType="f16";op="subgroupShuffleXor";paramType="i32"] + + [:retType="f16";op="subgroupShuffleXor";paramType="u32"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="f16";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="f32";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="f32";op="subgroupShuffle";paramType="bool"] + + [:retType="f32";op="subgroupShuffle";paramType="f16"] + + [:retType="f32";op="subgroupShuffle";paramType="f32"] + + [:retType="f32";op="subgroupShuffle";paramType="i32"] + + [:retType="f32";op="subgroupShuffle";paramType="u32"] + + [:retType="f32";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="f32";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="f32";op="subgroupShuffleDown";paramType="bool"] + + [:retType="f32";op="subgroupShuffleDown";paramType="f16"] + + [:retType="f32";op="subgroupShuffleDown";paramType="f32"] + + [:retType="f32";op="subgroupShuffleDown";paramType="i32"] + + [:retType="f32";op="subgroupShuffleDown";paramType="u32"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="f32";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="f32";op="subgroupShuffleUp";paramType="bool"] + + [:retType="f32";op="subgroupShuffleUp";paramType="f16"] + + [:retType="f32";op="subgroupShuffleUp";paramType="f32"] + + [:retType="f32";op="subgroupShuffleUp";paramType="i32"] + + [:retType="f32";op="subgroupShuffleUp";paramType="u32"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="f32";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="f32";op="subgroupShuffleXor";paramType="bool"] + + [:retType="f32";op="subgroupShuffleXor";paramType="f16"] + + [:retType="f32";op="subgroupShuffleXor";paramType="f32"] + + [:retType="f32";op="subgroupShuffleXor";paramType="i32"] + + [:retType="f32";op="subgroupShuffleXor";paramType="u32"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="f32";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="i32";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="i32";op="subgroupShuffle";paramType="bool"] + + [:retType="i32";op="subgroupShuffle";paramType="f16"] + + [:retType="i32";op="subgroupShuffle";paramType="f32"] + + [:retType="i32";op="subgroupShuffle";paramType="i32"] + + [:retType="i32";op="subgroupShuffle";paramType="u32"] + + [:retType="i32";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="i32";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="i32";op="subgroupShuffleDown";paramType="bool"] + + [:retType="i32";op="subgroupShuffleDown";paramType="f16"] + + [:retType="i32";op="subgroupShuffleDown";paramType="f32"] + + [:retType="i32";op="subgroupShuffleDown";paramType="i32"] + + [:retType="i32";op="subgroupShuffleDown";paramType="u32"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="i32";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="i32";op="subgroupShuffleUp";paramType="bool"] + + [:retType="i32";op="subgroupShuffleUp";paramType="f16"] + + [:retType="i32";op="subgroupShuffleUp";paramType="f32"] + + [:retType="i32";op="subgroupShuffleUp";paramType="i32"] + + [:retType="i32";op="subgroupShuffleUp";paramType="u32"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="i32";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="i32";op="subgroupShuffleXor";paramType="bool"] + + [:retType="i32";op="subgroupShuffleXor";paramType="f16"] + + [:retType="i32";op="subgroupShuffleXor";paramType="f32"] + + [:retType="i32";op="subgroupShuffleXor";paramType="i32"] + + [:retType="i32";op="subgroupShuffleXor";paramType="u32"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="i32";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="u32";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="u32";op="subgroupShuffle";paramType="bool"] + + [:retType="u32";op="subgroupShuffle";paramType="f16"] + + [:retType="u32";op="subgroupShuffle";paramType="f32"] + + [:retType="u32";op="subgroupShuffle";paramType="i32"] + + [:retType="u32";op="subgroupShuffle";paramType="u32"] + + [:retType="u32";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="u32";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="u32";op="subgroupShuffleDown";paramType="bool"] + + [:retType="u32";op="subgroupShuffleDown";paramType="f16"] + + [:retType="u32";op="subgroupShuffleDown";paramType="f32"] + + [:retType="u32";op="subgroupShuffleDown";paramType="i32"] + + [:retType="u32";op="subgroupShuffleDown";paramType="u32"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="u32";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="u32";op="subgroupShuffleUp";paramType="bool"] + + [:retType="u32";op="subgroupShuffleUp";paramType="f16"] + + [:retType="u32";op="subgroupShuffleUp";paramType="f32"] + + [:retType="u32";op="subgroupShuffleUp";paramType="i32"] + + [:retType="u32";op="subgroupShuffleUp";paramType="u32"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="u32";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="u32";op="subgroupShuffleXor";paramType="bool"] + + [:retType="u32";op="subgroupShuffleXor";paramType="f16"] + + [:retType="u32";op="subgroupShuffleXor";paramType="f32"] + + [:retType="u32";op="subgroupShuffleXor";paramType="i32"] + + [:retType="u32";op="subgroupShuffleXor";paramType="u32"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="u32";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec2%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec3%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cbool%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf16%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cf32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Ci32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffle";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleDown";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleUp";paramType="vec4%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="abstract-float"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="abstract-int"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="bool"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="f16"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="f32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="i32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="u32"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec2%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec3%3Cu32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-float%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cabstract-int%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cbool%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf16%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cf32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Ci32%3E"] + + [:retType="vec4%3Cu32%3E";op="subgroupShuffleXor";paramType="vec4%3Cu32%3E"] + + +[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,subgroupShuffle:stage:*] + [:stage="compute";op="subgroupShuffle"] + + [:stage="compute";op="subgroupShuffleDown"] + + [:stage="compute";op="subgroupShuffleUp"] + + [:stage="compute";op="subgroupShuffleXor"] + + [:stage="fragment";op="subgroupShuffle"] + + [:stage="fragment";op="subgroupShuffleDown"] + + [:stage="fragment";op="subgroupShuffleUp"] + + [:stage="fragment";op="subgroupShuffleXor"] + + [:stage="vertex";op="subgroupShuffle"] + + [:stage="vertex";op="subgroupShuffleDown"] + + [:stage="vertex";op="subgroupShuffleUp"] + + [:stage="vertex";op="subgroupShuffleXor"] + + [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,tan:args:*] [:arg="bad_0args"] @@ -126504,6 +491968,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureDimensions:level_argument,non_storage:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:textureType="texture_1d";levelType="abstract-float"] expected: if os == "linux" and not debug: FAIL @@ -128226,6 +493692,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureDimensions:return_type,storage:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:returnType="abstract-float";textureType="texture_storage_1d"] [:returnType="abstract-float";textureType="texture_storage_2d"] @@ -136178,6 +501646,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureLoad:texture_type,storage:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:testTextureType="texture_1d%3Cf32%3E"] [:testTextureType="texture_1d%3Cu32%3E"] @@ -136596,6 +502066,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureNumLevels:return_type:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:returnType="abstract-float";textureType="texture_1d"] [:returnType="abstract-float";textureType="texture_2d"] @@ -142666,6 +508138,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureSampleCompare:offset_argument:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:textureType="texture_depth_2d";offsetType="abstract-float"] [:textureType="texture_depth_2d";offsetType="abstract-int"] @@ -143324,6 +508798,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureSampleCompareLevel:coords_argument:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:textureType="texture_depth_2d";coordType="abstract-float"] [:textureType="texture_depth_2d";coordType="abstract-int"] @@ -143574,6 +509050,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureSampleCompareLevel:depth_ref_argument:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:textureType="texture_depth_2d";depthRefType="abstract-float"] [:textureType="texture_depth_2d";depthRefType="abstract-int"] @@ -144956,6 +510434,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureSampleGrad:ddY_argument:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:textureType="texture_2d%3Cf32%3E";ddyType="abstract-float"] [:textureType="texture_2d%3Cf32%3E";ddyType="abstract-int"] @@ -146852,6 +512332,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureSampleLevel:level_argument:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:textureType="texture_2d%3Cf32%3E";levelType="abstract-float"] [:textureType="texture_2d%3Cf32%3E";levelType="abstract-int"] @@ -147460,6 +512942,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureSampleLevel:offset_argument:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:textureType="texture_2d%3Cf32%3E";offsetType="abstract-float"] [:textureType="texture_2d%3Cf32%3E";offsetType="abstract-int"] @@ -148646,6 +514130,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,textureStore:texture_type,storage:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:testTextureType="texture_1d%3Cf32%3E"] [:testTextureType="texture_1d%3Cu32%3E"] @@ -150656,6 +516142,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,value_constructor:matrix_elementwise:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:type1="abstract-float";type2="abstract-float"] [:type1="abstract-float";type2="bool"] @@ -151050,6 +516538,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,value_constructor:vector_copy:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:decl_type="abstract-float";value_type="abstract-float"] [:decl_type="abstract-float";value_type="abstract-int"] @@ -151158,6 +516648,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,value_constructor:vector_elementwise:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:type="abstract-float";ele_type="abstract-float"] [:type="abstract-float";ele_type="abstract-int"] @@ -151314,6 +516806,8 @@ [cts.https.html?q=webgpu:shader,validation,expression,call,builtin,value_constructor:vector_mixed:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:type="abstract-float";ele_type="abstract-float"] [:type="abstract-float";ele_type="abstract-int"] @@ -157795,6 +523289,16 @@ [:type="vec4%3Cu32%3E"] +[cts.https.html?q=webgpu:shader,validation,extension,clip_distances:use_clip_distances_requires_extension_enabled:*] + [:requireExtension=false;enableExtension=false] + + [:requireExtension=false;enableExtension=true] + + [:requireExtension=true;enableExtension=false] + + [:requireExtension=true;enableExtension=true] + + [cts.https.html?q=webgpu:shader,validation,extension,dual_source_blending:blend_src_same_type:*] [:blendSrc0Type="f16";blendSrc1Type="f16"] @@ -158797,6 +524301,22 @@ [:address_space="workgroup";aliased=true] +[cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:swizzles:*] + [:address_space="private";aliased=false] + + [:address_space="private";aliased=true] + expected: + if os == "linux" and not debug: FAIL + + [:address_space="storage";aliased=false] + + [:address_space="storage";aliased=true] + + [:address_space="workgroup";aliased=false] + + [:address_space="workgroup";aliased=true] + + [cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_atomic_pointers:*] [:builtin_a="atomicAdd";builtin_b="atomicLoad";address_space="storage";aliased=false] @@ -161796,6 +527316,14 @@ [:case="requires_before"] + [:case="subgroups"] + + [:case="subgroups_f16_fail"] + + [:case="subgroups_f16_pass1"] + + [:case="subgroups_f16_pass2"] + [:case="unknown"] @@ -162136,6 +527664,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -162732,6 +528268,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -163328,6 +528872,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -163924,6 +529476,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -164184,6 +529744,8 @@ [cts.https.html?q=webgpu:shader,validation,parse,identifiers:function_param_name:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:ident="%CE%94%CE%AD%CE%BB%CF%84%CE%B1"] [:ident="%D0%9A%D1%8B%D0%B7%D1%8B%D0%BB"] @@ -164520,6 +530082,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -165116,6 +530686,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -165712,6 +531290,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -166308,6 +531894,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -166908,6 +532502,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -167504,6 +533106,14 @@ [:ident="nointerpolation"] + [:ident="non_coherent"] + expected: + if os == "linux" and not debug: FAIL + + [:ident="noncoherent"] + expected: + if os == "linux" and not debug: FAIL + [:ident="noperspective"] [:ident="null"] @@ -169606,148 +535216,784 @@ [cts.https.html?q=webgpu:shader,validation,shader_io,builtins:reuse_builtin_name:*] + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use="struct";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use="struct";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use="struct";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use="struct";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use="struct";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use="struct";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use="struct";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="alias";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="alias";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="function";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="function";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="function-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="function-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="module-var";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="module-var";enable_extension=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="struct";enable_extension=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use="struct";enable_extension=true] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="alias"] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="alias";enable_extension=false] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="function"] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="function";enable_extension=false] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="function-var"] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="function-var";enable_extension=false] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="module-var"] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="module-var";enable_extension=false] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="struct"] + [:name="frag_depth";stage="fragment";io="out";type="f32";use="struct";enable_extension=false] + [:name="front_facing";stage="fragment";io="in";type="bool";use="alias"] + [:name="front_facing";stage="fragment";io="in";type="bool";use="alias";enable_extension=false] + [:name="front_facing";stage="fragment";io="in";type="bool";use="function"] + [:name="front_facing";stage="fragment";io="in";type="bool";use="function";enable_extension=false] + [:name="front_facing";stage="fragment";io="in";type="bool";use="function-var"] + [:name="front_facing";stage="fragment";io="in";type="bool";use="function-var";enable_extension=false] + [:name="front_facing";stage="fragment";io="in";type="bool";use="module-var"] + [:name="front_facing";stage="fragment";io="in";type="bool";use="module-var";enable_extension=false] + [:name="front_facing";stage="fragment";io="in";type="bool";use="struct"] + [:name="front_facing";stage="fragment";io="in";type="bool";use="struct";enable_extension=false] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias"] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias";enable_extension=false] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function"] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function";enable_extension=false] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var"] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var";enable_extension=false] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var"] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var";enable_extension=false] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct"] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct";enable_extension=false] + [:name="instance_index";stage="vertex";io="in";type="u32";use="alias"] + [:name="instance_index";stage="vertex";io="in";type="u32";use="alias";enable_extension=false] + [:name="instance_index";stage="vertex";io="in";type="u32";use="function"] + [:name="instance_index";stage="vertex";io="in";type="u32";use="function";enable_extension=false] + [:name="instance_index";stage="vertex";io="in";type="u32";use="function-var"] + [:name="instance_index";stage="vertex";io="in";type="u32";use="function-var";enable_extension=false] + [:name="instance_index";stage="vertex";io="in";type="u32";use="module-var"] + [:name="instance_index";stage="vertex";io="in";type="u32";use="module-var";enable_extension=false] + [:name="instance_index";stage="vertex";io="in";type="u32";use="struct"] + [:name="instance_index";stage="vertex";io="in";type="u32";use="struct";enable_extension=false] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias"] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias";enable_extension=false] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function"] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function";enable_extension=false] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var"] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var";enable_extension=false] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var"] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var";enable_extension=false] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct"] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct";enable_extension=false] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="alias"] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="alias";enable_extension=false] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="function"] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="function";enable_extension=false] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="function-var"] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="function-var";enable_extension=false] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="module-var"] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="module-var";enable_extension=false] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="struct"] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use="struct";enable_extension=false] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias"] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias";enable_extension=false] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="function"] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="function";enable_extension=false] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var"] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var";enable_extension=false] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var"] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var";enable_extension=false] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct"] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct";enable_extension=false] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="alias"] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="alias";enable_extension=false] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="function"] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="function";enable_extension=false] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="function-var"] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="function-var";enable_extension=false] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="module-var"] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="module-var";enable_extension=false] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="struct"] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use="struct";enable_extension=false] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="alias"] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="alias";enable_extension=false] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="function"] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="function";enable_extension=false] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="function-var"] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="function-var";enable_extension=false] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="module-var"] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="module-var";enable_extension=false] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="struct"] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use="struct";enable_extension=false] + [:name="sample_index";stage="fragment";io="in";type="u32";use="alias"] + [:name="sample_index";stage="fragment";io="in";type="u32";use="alias";enable_extension=false] + [:name="sample_index";stage="fragment";io="in";type="u32";use="function"] + [:name="sample_index";stage="fragment";io="in";type="u32";use="function";enable_extension=false] + [:name="sample_index";stage="fragment";io="in";type="u32";use="function-var"] + [:name="sample_index";stage="fragment";io="in";type="u32";use="function-var";enable_extension=false] + [:name="sample_index";stage="fragment";io="in";type="u32";use="module-var"] + [:name="sample_index";stage="fragment";io="in";type="u32";use="module-var";enable_extension=false] + [:name="sample_index";stage="fragment";io="in";type="u32";use="struct"] + [:name="sample_index";stage="fragment";io="in";type="u32";use="struct";enable_extension=false] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="alias"] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="alias";enable_extension=false] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="function"] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="function";enable_extension=false] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="function-var"] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="function-var";enable_extension=false] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="module-var"] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="module-var";enable_extension=false] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="struct"] + [:name="sample_mask";stage="fragment";io="in";type="u32";use="struct";enable_extension=false] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="alias"] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="alias";enable_extension=false] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="function"] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="function";enable_extension=false] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="function-var"] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="function-var";enable_extension=false] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="module-var"] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="module-var";enable_extension=false] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="struct"] + [:name="sample_mask";stage="fragment";io="out";type="u32";use="struct";enable_extension=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="alias";enable_extension=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="alias";enable_extension=true] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="function";enable_extension=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="function";enable_extension=true] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="function-var";enable_extension=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="function-var";enable_extension=true] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="module-var";enable_extension=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="module-var";enable_extension=true] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="struct";enable_extension=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use="struct";enable_extension=true] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="alias";enable_extension=false] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="alias";enable_extension=true] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="function";enable_extension=false] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="function";enable_extension=true] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="function-var";enable_extension=false] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="function-var";enable_extension=true] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="module-var";enable_extension=false] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="module-var";enable_extension=true] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="struct";enable_extension=false] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use="struct";enable_extension=true] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="alias";enable_extension=false] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="alias";enable_extension=true] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="function";enable_extension=false] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="function";enable_extension=true] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="function-var";enable_extension=false] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="function-var";enable_extension=true] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="module-var";enable_extension=false] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="module-var";enable_extension=true] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="struct";enable_extension=false] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use="struct";enable_extension=true] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="alias";enable_extension=false] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="alias";enable_extension=true] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="function";enable_extension=false] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="function";enable_extension=true] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="function-var";enable_extension=false] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="function-var";enable_extension=true] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="module-var";enable_extension=false] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="module-var";enable_extension=true] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="struct";enable_extension=false] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use="struct";enable_extension=true] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="alias"] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="alias";enable_extension=false] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="function"] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="function";enable_extension=false] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="function-var"] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="function-var";enable_extension=false] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="module-var"] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="module-var";enable_extension=false] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="struct"] + [:name="vertex_index";stage="vertex";io="in";type="u32";use="struct";enable_extension=false] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias"] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="alias";enable_extension=false] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function"] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function";enable_extension=false] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var"] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="function-var";enable_extension=false] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var"] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="module-var";enable_extension=false] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct"] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use="struct";enable_extension=false] + [cts.https.html?q=webgpu:shader,validation,shader_io,builtins:stage_inout:*] + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="compute";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="compute";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true;target_stage="vertex";target_io="out"] + [:name="frag_depth";stage="fragment";io="out";type="f32";use_struct=false;target_stage="";target_io="in"] [:name="frag_depth";stage="fragment";io="out";type="f32";use_struct=false;target_stage="";target_io="out"] @@ -170132,6 +536378,134 @@ [:name="sample_mask";stage="fragment";io="out";type="u32";use_struct=true;target_stage="vertex";target_io="out"] + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="";target_io="out"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="compute";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="compute";target_io="out"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="";target_io="out"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="compute";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="compute";target_io="out"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="compute";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="compute";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="compute";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="compute";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="compute";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="compute";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="compute";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="compute";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="compute";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="compute";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="fragment";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false;target_stage="vertex";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="compute";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="compute";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="fragment";target_io="out"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="in"] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true;target_stage="vertex";target_io="out"] + [:name="vertex_index";stage="vertex";io="in";type="u32";use_struct=false;target_stage="";target_io="in"] [:name="vertex_index";stage="vertex";io="in";type="u32";use_struct=false;target_stage="";target_io="out"] @@ -170198,34 +536572,138 @@ [cts.https.html?q=webgpu:shader,validation,shader_io,builtins:type:*] + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true] + [:name="frag_depth";stage="fragment";io="out";type="f32"] + [:name="frag_depth";stage="fragment";io="out";type="f32";use_struct=false] + + [:name="frag_depth";stage="fragment";io="out";type="f32";use_struct=true] + [:name="front_facing";stage="fragment";io="in";type="bool"] + [:name="front_facing";stage="fragment";io="in";type="bool";use_struct=false] + + [:name="front_facing";stage="fragment";io="in";type="bool";use_struct=true] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E"] + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=false] + + [:name="global_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=true] + [:name="instance_index";stage="vertex";io="in";type="u32"] + [:name="instance_index";stage="vertex";io="in";type="u32";use_struct=false] + + [:name="instance_index";stage="vertex";io="in";type="u32";use_struct=true] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E"] + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=false] + + [:name="local_invocation_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=true] + [:name="local_invocation_index";stage="compute";io="in";type="u32"] + [:name="local_invocation_index";stage="compute";io="in";type="u32";use_struct=false] + + [:name="local_invocation_index";stage="compute";io="in";type="u32";use_struct=true] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E"] + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=false] + + [:name="num_workgroups";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=true] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E"] + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use_struct=false] + + [:name="position";stage="fragment";io="in";type="vec4%3Cf32%3E";use_struct=true] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E"] + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use_struct=false] + + [:name="position";stage="vertex";io="out";type="vec4%3Cf32%3E";use_struct=true] + [:name="sample_index";stage="fragment";io="in";type="u32"] + [:name="sample_index";stage="fragment";io="in";type="u32";use_struct=false] + + [:name="sample_index";stage="fragment";io="in";type="u32";use_struct=true] + [:name="sample_mask";stage="fragment";io="in";type="u32"] + [:name="sample_mask";stage="fragment";io="in";type="u32";use_struct=false] + + [:name="sample_mask";stage="fragment";io="in";type="u32";use_struct=true] + [:name="sample_mask";stage="fragment";io="out";type="u32"] + [:name="sample_mask";stage="fragment";io="out";type="u32";use_struct=false] + + [:name="sample_mask";stage="fragment";io="out";type="u32";use_struct=true] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true] + [:name="vertex_index";stage="vertex";io="in";type="u32"] + [:name="vertex_index";stage="vertex";io="in";type="u32";use_struct=false] + + [:name="vertex_index";stage="vertex";io="in";type="u32";use_struct=true] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E"] + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=false] + + [:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=true] + [cts.https.html?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_param:*] [:target_stage=""] @@ -172200,6 +538678,8 @@ [cts.https.html?q=webgpu:shader,validation,shader_io,interpolate:type_and_sampling:*] + expected: + if os == "linux" and not debug: [OK, TIMEOUT] [:stage="fragment";io="in";use_struct=false;type="";sampling=""] [:stage="fragment";io="in";use_struct=false;type="";sampling="center"] @@ -173394,6 +539874,38 @@ [cts.https.html?q=webgpu:shader,validation,shader_io,invariant:valid_only_with_vertex_position_builtin:*] + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,1%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,2%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,3%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,4%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,5%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,6%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,7%3E";use_struct=true] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=false] + + [:name="clip_distances";stage="vertex";io="out";type="array%3Cf32,8%3E";use_struct=true] + [:name="frag_depth";stage="fragment";io="out";type="f32";use_struct=false] [:name="frag_depth";stage="fragment";io="out";type="f32";use_struct=true] @@ -173442,6 +539954,22 @@ [:name="sample_mask";stage="fragment";io="out";type="u32";use_struct=true] + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=false] + + [:name="subgroup_invocation_id";stage="compute";io="in";type="u32";use_struct=true] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=false] + + [:name="subgroup_invocation_id";stage="fragment";io="in";type="u32";use_struct=true] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=false] + + [:name="subgroup_size";stage="compute";io="in";type="u32";use_struct=true] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=false] + + [:name="subgroup_size";stage="fragment";io="in";type="u32";use_struct=true] + [:name="vertex_index";stage="vertex";io="in";type="u32";use_struct=false] [:name="vertex_index";stage="vertex";io="in";type="u32";use_struct=true] @@ -175761,6 +542289,10 @@ [:test="var_break_continuing_inc"] +[cts.https.html?q=webgpu:shader,validation,statement,phony:module_scope:*] + [:] + + [cts.https.html?q=webgpu:shader,validation,statement,phony:parse:*] [:test="block"] @@ -180498,6 +547030,10 @@ [:builtin="num_workgroups";type="vec3%3Cu32%3E";uniform=true] + [:builtin="subgroup_invocation_id";type="u32";uniform=false] + + [:builtin="subgroup_size";type="u32";uniform=true] + [:builtin="workgroup_id";type="vec3%3Cu32%3E";uniform=true] @@ -180518,6 +547054,10 @@ expected: if os == "linux" and not debug: FAIL + [:builtin="subgroup_invocation_id";type="u32"] + + [:builtin="subgroup_size";type="u32"] + [cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:function_pointer_parameters:*] [:case="nonuniform_conditional_call_assign_uniform"] @@ -181500,6 +548040,10 @@ [:case="contents_rhs_pointer_deref2"] + [:case="contents_rhs_pointer_swizzle_non_uniform"] + + [:case="contents_rhs_pointer_swizzle_uniform"] + [:case="contents_scalar_alias_nonuniform1"] expected: if os == "linux" and not debug: FAIL @@ -181831,6 +548375,8 @@ [:canvasType="offscreen"] [:canvasType="onscreen"] + expected: + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:web_platform,canvas,configure:defaults:*] @@ -181845,6 +548391,8 @@ [:canvasType="offscreen"] [:canvasType="onscreen"] + expected: + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:web_platform,canvas,configure:format:*] @@ -182095,34 +548643,64 @@ [:canvasType="onscreen";format="astc-8x8-unorm-srgb"] [:canvasType="onscreen";format="bc1-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc1-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc2-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc2-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc3-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc3-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc4-r-snorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc4-r-unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc5-rg-snorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc5-rg-unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc6h-rgb-float"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc6h-rgb-ufloat"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc7-rgba-unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bc7-rgba-unorm-srgb"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bgra8unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bgra8unorm-srgb"] expected: @@ -182197,6 +548775,8 @@ if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="r8snorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="r8uint"] expected: @@ -182207,6 +548787,8 @@ if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rg11b10ufloat"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rg16float"] expected: @@ -182237,6 +548819,8 @@ if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rg8snorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rg8uint"] expected: @@ -182255,6 +548839,8 @@ if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgb9e5ufloat"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba16float"] expected: @@ -182285,12 +548871,16 @@ if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba8snorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba8uint"] expected: if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba8unorm"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba8unorm-srgb"] expected: @@ -182361,12 +548951,18 @@ [:canvasType="offscreen";format="rgba8unorm";viewFormatFeature="texture-compression-etc2"] [:canvasType="onscreen";format="bgra8unorm";viewFormatFeature="_undef_"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bgra8unorm";viewFormatFeature="depth32float-stencil8"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bgra8unorm";viewFormatFeature="texture-compression-astc"] [:canvasType="onscreen";format="bgra8unorm";viewFormatFeature="texture-compression-bc"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="bgra8unorm";viewFormatFeature="texture-compression-etc2"] @@ -182375,20 +548971,30 @@ if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba16float";viewFormatFeature="depth32float-stencil8"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba16float";viewFormatFeature="texture-compression-astc"] [:canvasType="onscreen";format="rgba16float";viewFormatFeature="texture-compression-bc"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba16float";viewFormatFeature="texture-compression-etc2"] [:canvasType="onscreen";format="rgba8unorm";viewFormatFeature="_undef_"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba8unorm";viewFormatFeature="depth32float-stencil8"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba8unorm";viewFormatFeature="texture-compression-astc"] [:canvasType="onscreen";format="rgba8unorm";viewFormatFeature="texture-compression-bc"] + expected: + if os == "linux" and not debug: FAIL [:canvasType="onscreen";format="rgba8unorm";viewFormatFeature="texture-compression-etc2"] @@ -184859,6 +551465,12 @@ if os == "linux" and not debug: SKIP +[cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,cameraCapture:*] + [:dstColorSpace="display-p3"] + + [:dstColorSpace="srgb"] + + [cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,compute:*] disabled: true expected: @@ -184889,7 +551501,7 @@ [cts.https.html?q=webgpu:web_platform,worker,worker:dedicated_worker:*] expected: - if os == "linux" and not debug: ERROR + if os == "linux" and not debug: [TIMEOUT, ERROR] [:] expected: if os == "linux" and not debug: TIMEOUT diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_bgra8unorm.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_bgra8unorm.https.html.ini index a5eab3d8b6b..4919300ef34 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_bgra8unorm.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_bgra8unorm.https.html.ini @@ -1,2 +1,6 @@ [canvas_colorspace_bgra8unorm.https.html] - expected: TIMEOUT + expected: + if os == "win": TIMEOUT + if os == "linux" and debug: TIMEOUT + if os == "linux" and not debug: FAIL + if os == "mac": TIMEOUT diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba16float.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba16float.https.html.ini index 95d0719fd6f..4849298b244 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba16float.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba16float.https.html.ini @@ -1,3 +1,3 @@ [canvas_colorspace_rgba16float.https.html] expected: - if os == "linux" and not debug: TIMEOUT + if os == "linux" and not debug: FAIL diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba8unorm.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba8unorm.https.html.ini index b50b053d482..0514a190bb4 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba8unorm.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_colorspace_rgba8unorm.https.html.ini @@ -1,2 +1,6 @@ [canvas_colorspace_rgba8unorm.https.html] - expected: TIMEOUT + expected: + if os == "win": TIMEOUT + if os == "linux" and debug: TIMEOUT + if os == "linux" and not debug: FAIL + if os == "mac": TIMEOUT diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html.ini index 12888843fe8..7a10a5aab39 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html.ini @@ -1,2 +1,6 @@ [canvas_complex_bgra8unorm_copy.https.html] - expected: TIMEOUT + expected: + if os == "win": TIMEOUT + if os == "linux" and debug: TIMEOUT + if os == "linux" and not debug: FAIL + if os == "mac": TIMEOUT diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html.ini index 9d227bd4b22..ff7a9278d6d 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html.ini @@ -1,2 +1,6 @@ [canvas_complex_bgra8unorm_draw.https.html] - expected: TIMEOUT + expected: + if os == "win": TIMEOUT + if os == "linux" and debug: TIMEOUT + if os == "linux" and not debug: FAIL + if os == "mac": TIMEOUT diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_copy.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_copy.https.html.ini index a74b8034a45..c4d3cd57d02 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_copy.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_copy.https.html.ini @@ -1,3 +1,3 @@ [canvas_complex_rgba16float_copy.https.html] expected: - if os == "linux" and not debug: TIMEOUT + if os == "linux" and not debug: FAIL diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_draw.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_draw.https.html.ini index 2454f43c393..4b6c252c4ab 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_draw.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba16float_draw.https.html.ini @@ -1,3 +1,3 @@ [canvas_complex_rgba16float_draw.https.html] expected: - if os == "linux" and not debug: TIMEOUT + if os == "linux" and not debug: FAIL diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html.ini index a7770959ae4..0e582065c37 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html.ini @@ -1,2 +1,6 @@ [canvas_complex_rgba8unorm_copy.https.html] - expected: TIMEOUT + expected: + if os == "win": TIMEOUT + if os == "linux" and debug: TIMEOUT + if os == "linux" and not debug: FAIL + if os == "mac": TIMEOUT diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html.ini index a18787d8038..aad3457d0ba 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html.ini @@ -1,2 +1,6 @@ [canvas_complex_rgba8unorm_draw.https.html] - expected: TIMEOUT + expected: + if os == "win": TIMEOUT + if os == "linux" and debug: TIMEOUT + if os == "linux" and not debug: FAIL + if os == "mac": TIMEOUT diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html.ini index 3a56987d61d..214752c8ffc 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html.ini @@ -1,3 +1,3 @@ [canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html] expected: - if os == "linux" and not debug: PASS + if os == "linux" and not debug: [PASS, FAIL] diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html.ini index db825da0175..75c738ae1f6 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html.ini @@ -1,3 +1,3 @@ [canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html] expected: - if os == "linux" and not debug: PASS + if os == "linux" and not debug: [PASS, FAIL] diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html.ini index 4e3391e6669..34ca7bdbd92 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html.ini @@ -1,3 +1,3 @@ [canvas_composite_alpha_rgba8unorm_opaque_copy.https.html] expected: - if os == "linux" and not debug: PASS + if os == "linux" and not debug: [PASS, FAIL] diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html.ini index 87632985610..b507806e922 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html.ini @@ -1,3 +1,3 @@ [canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html] expected: - if os == "linux" and not debug: PASS + if os == "linux" and not debug: [PASS, FAIL] diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html.ini index 7c5b6119847..962631ac692 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html.ini @@ -1,3 +1,3 @@ [canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html] expected: - if os == "linux" and not debug: PASS + if os == "linux" and not debug: [CRASH, PASS] diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/resize_observer.https.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/resize_observer.https.html.ini index 259fb223468..5a66398ad6c 100644 --- a/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/resize_observer.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web_platform/reftests/resize_observer.https.html.ini @@ -1,2 +1,6 @@ [resize_observer.https.html] - expected: TIMEOUT + expected: + if os == "win": TIMEOUT + if os == "linux" and debug: TIMEOUT + if os == "linux" and not debug: PASS + if os == "mac": TIMEOUT diff --git a/tests/wpt/webgpu/tests/checkout_commit.txt b/tests/wpt/webgpu/tests/checkout_commit.txt index a52cebd18ee..11bf5df5b1b 100644 --- a/tests/wpt/webgpu/tests/checkout_commit.txt +++ b/tests/wpt/webgpu/tests/checkout_commit.txt @@ -1 +1 @@ -50b6e7a7435e8d1a973cbf67347938ce05188df0 +d473d09475bffec9569fe5c45834bb6aaad44818 diff --git a/tests/wpt/webgpu/tests/webgpu/common/framework/test_config.js b/tests/wpt/webgpu/tests/webgpu/common/framework/test_config.js index 5d8a59217f7..6aaf08d3fee 100644 --- a/tests/wpt/webgpu/tests/webgpu/common/framework/test_config.js +++ b/tests/wpt/webgpu/tests/webgpu/common/framework/test_config.js @@ -25,6 +25,18 @@ + + + + + + + + + + + + @@ -40,7 +52,8 @@ export const globalTestConfig = { enableDebugLogs: false, - maxSubcasesInFlight: 500, + maxSubcasesInFlight: 100, + subcasesBetweenAttemptingGC: 5000, testHeartbeatCallback: () => {}, noRaceWithRejectOnTimeout: false, unrollConstEvalLoops: false, diff --git a/tests/wpt/webgpu/tests/webgpu/common/internal/test_group.js b/tests/wpt/webgpu/tests/webgpu/common/internal/test_group.js index 27721946672..a49d1b1435a 100644 --- a/tests/wpt/webgpu/tests/webgpu/common/internal/test_group.js +++ b/tests/wpt/webgpu/tests/webgpu/common/internal/test_group.js @@ -31,6 +31,7 @@ import { stringifyPublicParamsUniquely } from '../internal/query/stringify_params.js'; import { validQueryPart } from '../internal/query/validQueryPart.js'; +import { attemptGarbageCollection } from '../util/collect_garbage.js'; import { assert, unreachable } from '../util/util.js'; @@ -620,7 +621,7 @@ class RunCaseSpecific { const subcasePrefix = 'subcase: ' + stringifyPublicParams(subParams); const subRec = new Proxy(rec, { get: (target, k) => { - const prop = TestCaseRecorder.prototype[k]; + const prop = rec[k] ?? TestCaseRecorder.prototype[k]; if (typeof prop === 'function') { testHeartbeatCallback(); return function (...args) { @@ -696,6 +697,7 @@ class RunCaseSpecific { subRec.threw(ex); } }). + finally(attemptGarbageCollectionIfDue). finally(subcaseFinishedCallback); allPreviousSubcasesFinalizedPromise = allPreviousSubcasesFinalizedPromise.then( @@ -711,13 +713,17 @@ class RunCaseSpecific { rec.skipped(new SkipTestCase('all subcases were skipped')); } } else { - await this.runTest( - rec, - sharedState, - this.params, - /* throwSkip */false, - getExpectedStatus(selfQuery) - ); + try { + await this.runTest( + rec, + sharedState, + this.params, + /* throwSkip */false, + getExpectedStatus(selfQuery) + ); + } finally { + await attemptGarbageCollectionIfDue(); + } } } finally { testHeartbeatCallback(); @@ -742,4 +748,29 @@ class RunCaseSpecific { logToWebSocket(JSON.stringify(msg)); } } -} \ No newline at end of file +} + + + + + + + + + + + + +/** Every `subcasesBetweenAttemptingGC` calls to this function will `attemptGarbageCollection()`. */ +const attemptGarbageCollectionIfDue = (() => { + // This state is global because garbage is global. + let subcasesSinceLastGC = 0; + + return async function attemptGarbageCollectionIfDue() { + subcasesSinceLastGC++; + if (subcasesSinceLastGC >= globalTestConfig.subcasesBetweenAttemptingGC) { + subcasesSinceLastGC = 0; + return attemptGarbageCollection(); + } + }; +})(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/common/internal/version.js b/tests/wpt/webgpu/tests/webgpu/common/internal/version.js index 8b224ed0153..48413f3e882 100644 --- a/tests/wpt/webgpu/tests/webgpu/common/internal/version.js +++ b/tests/wpt/webgpu/tests/webgpu/common/internal/version.js @@ -1,3 +1,3 @@ // AUTO-GENERATED - DO NOT EDIT. See tools/gen_version. -export const version = '50b6e7a7435e8d1a973cbf67347938ce05188df0'; +export const version = 'd473d09475bffec9569fe5c45834bb6aaad44818'; diff --git a/tests/wpt/webgpu/tests/webgpu/common/util/navigator_gpu.js b/tests/wpt/webgpu/tests/webgpu/common/util/navigator_gpu.js index a6cb742a18f..b666304d070 100644 --- a/tests/wpt/webgpu/tests/webgpu/common/util/navigator_gpu.js +++ b/tests/wpt/webgpu/tests/webgpu/common/util/navigator_gpu.js @@ -68,12 +68,11 @@ export function getGPU(recorder) { { const promise = oldFn.call(this, { ...defaultRequestAdapterOptions, ...options }); if (recorder) { - void promise.then(async (adapter) => { + void promise.then((adapter) => { if (adapter) { - // MAINTENANCE_TODO: Remove requestAdapterInfo when info is implemented. - const info = adapter.info || (await adapter.requestAdapterInfo()); - const infoString = `Adapter: ${info.vendor} / ${info.architecture} / ${info.device}`; - recorder.debug(new ErrorWithExtra(infoString, () => ({ adapterInfo: info }))); + const adapterInfo = adapter.info; + const infoString = `Adapter: ${adapterInfo.vendor} / ${adapterInfo.architecture} / ${adapterInfo.device}`; + recorder.debug(new ErrorWithExtra(infoString, () => ({ adapterInfo }))); } }); } diff --git a/tests/wpt/webgpu/tests/webgpu/cts.https.html b/tests/wpt/webgpu/tests/webgpu/cts.https.html index 3c5b8f7c309..4bbc0d55e67 100644 --- a/tests/wpt/webgpu/tests/webgpu/cts.https.html +++ b/tests/wpt/webgpu/tests/webgpu/cts.https.html @@ -306,6 +306,8 @@ + + @@ -346,7 +348,6 @@ - @@ -467,6 +468,7 @@ + @@ -749,6 +751,7 @@ + @@ -760,6 +763,8 @@ + + @@ -767,8 +772,8 @@ - - + + @@ -834,6 +839,7 @@ + @@ -900,12 +906,14 @@ + + + + + + + - - - - - @@ -950,6 +958,7 @@ + @@ -1508,6 +1517,16 @@ + + + + + + + + + + @@ -1562,6 +1581,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1582,8 +1630,8 @@ - - + + @@ -1591,7 +1639,10 @@ - + + + + @@ -1601,7 +1652,6 @@ - @@ -1609,6 +1659,7 @@ + @@ -1617,8 +1668,6 @@ - - @@ -1693,6 +1742,7 @@ + @@ -1873,6 +1923,8 @@ + + @@ -1880,16 +1932,21 @@ + + + + + @@ -1925,6 +1982,7 @@ + @@ -2024,6 +2082,11 @@ + + + + + @@ -2245,6 +2308,22 @@ + + + + + + + + + + + + + + + + @@ -2297,6 +2376,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2506,6 +2652,7 @@ + @@ -2523,6 +2670,7 @@ + @@ -2741,6 +2889,7 @@ + @@ -2870,6 +3019,7 @@ + diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/hashes.json b/tests/wpt/webgpu/tests/webgpu/resources/cache/hashes.json index e0459422560..e2224325944 100644 --- a/tests/wpt/webgpu/tests/webgpu/resources/cache/hashes.json +++ b/tests/wpt/webgpu/tests/webgpu/resources/cache/hashes.json @@ -1,112 +1,112 @@ { - "webgpu/shader/execution/binary/af_addition.bin": "338b5b67", - "webgpu/shader/execution/binary/af_logical.bin": "3b2aceb8", - "webgpu/shader/execution/binary/af_division.bin": "a77dc4c0", - "webgpu/shader/execution/binary/af_matrix_addition.bin": "136a7fbb", - "webgpu/shader/execution/binary/af_matrix_subtraction.bin": "90f2c731", - "webgpu/shader/execution/binary/af_multiplication.bin": "35ba40b9", - "webgpu/shader/execution/binary/af_remainder.bin": "41582f85", - "webgpu/shader/execution/binary/af_subtraction.bin": "a41420b2", - "webgpu/shader/execution/binary/f16_addition.bin": "ef10ca66", - "webgpu/shader/execution/binary/f16_logical.bin": "4bf24ca5", - "webgpu/shader/execution/binary/f16_division.bin": "f826b6ba", - "webgpu/shader/execution/binary/f16_matrix_addition.bin": "a910ddb0", - "webgpu/shader/execution/binary/f16_matrix_matrix_multiplication.bin": "9458671c", - "webgpu/shader/execution/binary/f16_matrix_scalar_multiplication.bin": "36be05d3", - "webgpu/shader/execution/binary/f16_matrix_subtraction.bin": "8aa6a88a", - "webgpu/shader/execution/binary/f16_matrix_vector_multiplication.bin": "38282a11", - "webgpu/shader/execution/binary/f16_multiplication.bin": "62f91819", - "webgpu/shader/execution/binary/f16_remainder.bin": "f829bb65", - "webgpu/shader/execution/binary/f16_subtraction.bin": "82d4e231", - "webgpu/shader/execution/binary/f32_addition.bin": "9b0a0c50", - "webgpu/shader/execution/binary/f32_logical.bin": "b75af25a", - "webgpu/shader/execution/binary/f32_division.bin": "f6d7832f", - "webgpu/shader/execution/binary/f32_matrix_addition.bin": "3317c75b", - "webgpu/shader/execution/binary/f32_matrix_matrix_multiplication.bin": "c6f990c8", - "webgpu/shader/execution/binary/f32_matrix_scalar_multiplication.bin": "b091a702", - "webgpu/shader/execution/binary/f32_matrix_subtraction.bin": "2d12a16b", - "webgpu/shader/execution/binary/f32_matrix_vector_multiplication.bin": "e1217524", - "webgpu/shader/execution/binary/f32_multiplication.bin": "19774fb3", - "webgpu/shader/execution/binary/f32_remainder.bin": "fd94bb9a", - "webgpu/shader/execution/binary/f32_subtraction.bin": "dba7cd7a", - "webgpu/shader/execution/binary/i32_arithmetic.bin": "e3b317e1", - "webgpu/shader/execution/binary/i32_comparison.bin": "63fa9be8", - "webgpu/shader/execution/binary/u32_arithmetic.bin": "e8b4008c", - "webgpu/shader/execution/binary/u32_comparison.bin": "d472fd61", - "webgpu/shader/execution/abs.bin": "631d932d", - "webgpu/shader/execution/acos.bin": "afcafcb1", - "webgpu/shader/execution/acosh.bin": "4b30eb95", - "webgpu/shader/execution/asin.bin": "c850c13d", - "webgpu/shader/execution/asinh.bin": "66a6acc0", - "webgpu/shader/execution/atan.bin": "2aabbb53", - "webgpu/shader/execution/atan2.bin": "82dd926a", - "webgpu/shader/execution/atanh.bin": "b98c937c", - "webgpu/shader/execution/bitcast.bin": "5daaee1b", - "webgpu/shader/execution/ceil.bin": "d0c32cf4", - "webgpu/shader/execution/clamp.bin": "4d1fc26a", - "webgpu/shader/execution/cos.bin": "dc837ae2", - "webgpu/shader/execution/cosh.bin": "d9e90580", - "webgpu/shader/execution/cross.bin": "ce7979f", - "webgpu/shader/execution/degrees.bin": "1436a196", - "webgpu/shader/execution/determinant.bin": "f36f1fa1", - "webgpu/shader/execution/distance.bin": "5103f8bd", - "webgpu/shader/execution/dot.bin": "4514172c", - "webgpu/shader/execution/exp.bin": "f41150bd", - "webgpu/shader/execution/exp2.bin": "19c494e", - "webgpu/shader/execution/faceForward.bin": "27b6e4a7", - "webgpu/shader/execution/floor.bin": "5bb5098b", - "webgpu/shader/execution/fma.bin": "daace9a4", - "webgpu/shader/execution/fract.bin": "be5f0334", - "webgpu/shader/execution/frexp.bin": "c9efaf7c", - "webgpu/shader/execution/inverseSqrt.bin": "8a50b907", - "webgpu/shader/execution/ldexp.bin": "cb4cea21", - "webgpu/shader/execution/length.bin": "a1b9fbeb", - "webgpu/shader/execution/log.bin": "9f2eb7c3", - "webgpu/shader/execution/log2.bin": "9ee7d861", - "webgpu/shader/execution/max.bin": "11e4608e", - "webgpu/shader/execution/min.bin": "7a084c44", - "webgpu/shader/execution/mix.bin": "7b892a4f", - "webgpu/shader/execution/modf.bin": "b3bf26d7", - "webgpu/shader/execution/normalize.bin": "18eba01d", - "webgpu/shader/execution/pack2x16float.bin": "82df446e", - "webgpu/shader/execution/pow.bin": "d3a05344", - "webgpu/shader/execution/quantizeToF16.bin": "7793770e", - "webgpu/shader/execution/radians.bin": "582c1f6b", - "webgpu/shader/execution/reflect.bin": "9161d6e5", - "webgpu/shader/execution/refract.bin": "817b59aa", - "webgpu/shader/execution/round.bin": "cb881aa2", - "webgpu/shader/execution/saturate.bin": "3716605e", - "webgpu/shader/execution/sign.bin": "549ac92f", - "webgpu/shader/execution/sin.bin": "5ec5bcb7", - "webgpu/shader/execution/sinh.bin": "62f6b736", - "webgpu/shader/execution/smoothstep.bin": "aa97768", - "webgpu/shader/execution/sqrt.bin": "d0a134ce", - "webgpu/shader/execution/step.bin": "b8035bb9", - "webgpu/shader/execution/tan.bin": "b34366cd", - "webgpu/shader/execution/tanh.bin": "8f5edddc", - "webgpu/shader/execution/transpose.bin": "1aa2de65", - "webgpu/shader/execution/trunc.bin": "cf43e3f7", - "webgpu/shader/execution/unpack2x16float.bin": "57ea7c02", - "webgpu/shader/execution/unpack2x16snorm.bin": "17fd3f86", - "webgpu/shader/execution/unpack2x16unorm.bin": "fc68bc4b", - "webgpu/shader/execution/unpack4x8snorm.bin": "fef504c1", - "webgpu/shader/execution/unpack4x8unorm.bin": "e8d8de93", - "webgpu/shader/execution/unary/af_arithmetic.bin": "14c0612a", - "webgpu/shader/execution/unary/af_assignment.bin": "3ad4afc", - "webgpu/shader/execution/unary/bool_conversion.bin": "15f7f3fb", - "webgpu/shader/execution/unary/f16_arithmetic.bin": "4a20db6d", - "webgpu/shader/execution/unary/f16_conversion.bin": "31f72f5a", - "webgpu/shader/execution/unary/f32_arithmetic.bin": "f1c311cb", - "webgpu/shader/execution/unary/f32_conversion.bin": "7539cdb3", - "webgpu/shader/execution/unary/i32_arithmetic.bin": "de945eec", - "webgpu/shader/execution/unary/i32_conversion.bin": "1728a03e", - "webgpu/shader/execution/unary/u32_conversion.bin": "9e6ca0ce", - "webgpu/shader/execution/unary/ai_assignment.bin": "1fd685a2", - "webgpu/shader/execution/binary/ai_arithmetic.bin": "90e651f4", - "webgpu/shader/execution/unary/ai_arithmetic.bin": "ba31d178", - "webgpu/shader/execution/binary/af_matrix_matrix_multiplication.bin": "bc8b52ef", - "webgpu/shader/execution/binary/af_matrix_scalar_multiplication.bin": "54edf6a2", - "webgpu/shader/execution/binary/af_matrix_vector_multiplication.bin": "43b036b1", - "webgpu/shader/execution/derivatives.bin": "65c15fc3", - "webgpu/shader/execution/fwidth.bin": "cc91c875" + "webgpu/shader/execution/binary/af_addition.bin": "d0c1b760", + "webgpu/shader/execution/binary/af_logical.bin": "ca60ce77", + "webgpu/shader/execution/binary/af_division.bin": "47ae1ca1", + "webgpu/shader/execution/binary/af_matrix_addition.bin": "afaf9bae", + "webgpu/shader/execution/binary/af_matrix_subtraction.bin": "42433bf3", + "webgpu/shader/execution/binary/af_multiplication.bin": "babfc501", + "webgpu/shader/execution/binary/af_remainder.bin": "19995293", + "webgpu/shader/execution/binary/af_subtraction.bin": "62f090b9", + "webgpu/shader/execution/binary/f16_addition.bin": "540ae334", + "webgpu/shader/execution/binary/f16_logical.bin": "c1f09c30", + "webgpu/shader/execution/binary/f16_division.bin": "b4eabc05", + "webgpu/shader/execution/binary/f16_matrix_addition.bin": "6b9113b", + "webgpu/shader/execution/binary/f16_matrix_matrix_multiplication.bin": "a7362ff1", + "webgpu/shader/execution/binary/f16_matrix_scalar_multiplication.bin": "4ac4e5bb", + "webgpu/shader/execution/binary/f16_matrix_subtraction.bin": "93d4d43a", + "webgpu/shader/execution/binary/f16_matrix_vector_multiplication.bin": "beed89d5", + "webgpu/shader/execution/binary/f16_multiplication.bin": "6b5f0d51", + "webgpu/shader/execution/binary/f16_remainder.bin": "a1f499b3", + "webgpu/shader/execution/binary/f16_subtraction.bin": "61a571d5", + "webgpu/shader/execution/binary/f32_addition.bin": "fa6cc596", + "webgpu/shader/execution/binary/f32_logical.bin": "2b155b60", + "webgpu/shader/execution/binary/f32_division.bin": "243c9ce6", + "webgpu/shader/execution/binary/f32_matrix_addition.bin": "d3bc6ed6", + "webgpu/shader/execution/binary/f32_matrix_matrix_multiplication.bin": "2a4c1527", + "webgpu/shader/execution/binary/f32_matrix_scalar_multiplication.bin": "d695442", + "webgpu/shader/execution/binary/f32_matrix_subtraction.bin": "b306b19", + "webgpu/shader/execution/binary/f32_matrix_vector_multiplication.bin": "aac6cbfd", + "webgpu/shader/execution/binary/f32_multiplication.bin": "a21303f5", + "webgpu/shader/execution/binary/f32_remainder.bin": "79e462a1", + "webgpu/shader/execution/binary/f32_subtraction.bin": "4e6bbf38", + "webgpu/shader/execution/binary/i32_arithmetic.bin": "167760cc", + "webgpu/shader/execution/binary/i32_comparison.bin": "6a9f856a", + "webgpu/shader/execution/binary/u32_arithmetic.bin": "ac424b44", + "webgpu/shader/execution/binary/u32_comparison.bin": "a9e71302", + "webgpu/shader/execution/abs.bin": "a42729c4", + "webgpu/shader/execution/acos.bin": "664a5662", + "webgpu/shader/execution/acosh.bin": "d3fb8eb0", + "webgpu/shader/execution/asin.bin": "5a4f5b9e", + "webgpu/shader/execution/asinh.bin": "3ce3fe4d", + "webgpu/shader/execution/atan.bin": "759d432", + "webgpu/shader/execution/atan2.bin": "95008607", + "webgpu/shader/execution/atanh.bin": "569bd1b6", + "webgpu/shader/execution/bitcast.bin": "4329e501", + "webgpu/shader/execution/ceil.bin": "55cc76e5", + "webgpu/shader/execution/clamp.bin": "d580a273", + "webgpu/shader/execution/cos.bin": "3107bc4b", + "webgpu/shader/execution/cosh.bin": "d36c86cc", + "webgpu/shader/execution/cross.bin": "e48c39ba", + "webgpu/shader/execution/degrees.bin": "f74b63d2", + "webgpu/shader/execution/determinant.bin": "f07e1160", + "webgpu/shader/execution/distance.bin": "93156a89", + "webgpu/shader/execution/dot.bin": "4e2fe407", + "webgpu/shader/execution/exp.bin": "3b269b18", + "webgpu/shader/execution/exp2.bin": "7aeeeaf6", + "webgpu/shader/execution/faceForward.bin": "451ffbd8", + "webgpu/shader/execution/floor.bin": "37131d74", + "webgpu/shader/execution/fma.bin": "30111350", + "webgpu/shader/execution/fract.bin": "5ef13392", + "webgpu/shader/execution/frexp.bin": "da764bc0", + "webgpu/shader/execution/inverseSqrt.bin": "6ff34703", + "webgpu/shader/execution/ldexp.bin": "5016cec9", + "webgpu/shader/execution/length.bin": "f236d2e7", + "webgpu/shader/execution/log.bin": "1c54f128", + "webgpu/shader/execution/log2.bin": "e44e2370", + "webgpu/shader/execution/max.bin": "eb4c1901", + "webgpu/shader/execution/min.bin": "f8c70a2b", + "webgpu/shader/execution/mix.bin": "df3b3f62", + "webgpu/shader/execution/modf.bin": "b600b26f", + "webgpu/shader/execution/normalize.bin": "7af3a3d2", + "webgpu/shader/execution/pack2x16float.bin": "7c67b10e", + "webgpu/shader/execution/pow.bin": "ee37f4ba", + "webgpu/shader/execution/quantizeToF16.bin": "a7a65754", + "webgpu/shader/execution/radians.bin": "51d423b9", + "webgpu/shader/execution/reflect.bin": "3ba4eda6", + "webgpu/shader/execution/refract.bin": "13fc4914", + "webgpu/shader/execution/round.bin": "9155b88b", + "webgpu/shader/execution/saturate.bin": "73cecf71", + "webgpu/shader/execution/sign.bin": "68d61a83", + "webgpu/shader/execution/sin.bin": "44219876", + "webgpu/shader/execution/sinh.bin": "158d261d", + "webgpu/shader/execution/smoothstep.bin": "7129c56b", + "webgpu/shader/execution/sqrt.bin": "9aaaf8aa", + "webgpu/shader/execution/step.bin": "85858027", + "webgpu/shader/execution/tan.bin": "dbbda634", + "webgpu/shader/execution/tanh.bin": "8c540d5c", + "webgpu/shader/execution/transpose.bin": "a676fc9a", + "webgpu/shader/execution/trunc.bin": "35ab398d", + "webgpu/shader/execution/unpack2x16float.bin": "eb9294c9", + "webgpu/shader/execution/unpack2x16snorm.bin": "7208eb73", + "webgpu/shader/execution/unpack2x16unorm.bin": "20d9669b", + "webgpu/shader/execution/unpack4x8snorm.bin": "c77e1a72", + "webgpu/shader/execution/unpack4x8unorm.bin": "d80caf66", + "webgpu/shader/execution/unary/af_arithmetic.bin": "963c3185", + "webgpu/shader/execution/unary/af_assignment.bin": "9e8a3b3f", + "webgpu/shader/execution/unary/bool_conversion.bin": "eee7a40c", + "webgpu/shader/execution/unary/f16_arithmetic.bin": "aaea9f75", + "webgpu/shader/execution/unary/f16_conversion.bin": "5b26998a", + "webgpu/shader/execution/unary/f32_arithmetic.bin": "65dfc2ac", + "webgpu/shader/execution/unary/f32_conversion.bin": "cd874be3", + "webgpu/shader/execution/unary/i32_arithmetic.bin": "af4c0e43", + "webgpu/shader/execution/unary/i32_conversion.bin": "5b6e4d9", + "webgpu/shader/execution/unary/u32_conversion.bin": "229649a6", + "webgpu/shader/execution/unary/ai_assignment.bin": "8efcf261", + "webgpu/shader/execution/binary/ai_arithmetic.bin": "a57ee284", + "webgpu/shader/execution/unary/ai_arithmetic.bin": "948016b6", + "webgpu/shader/execution/binary/af_matrix_matrix_multiplication.bin": "52c24212", + "webgpu/shader/execution/binary/af_matrix_scalar_multiplication.bin": "256556e1", + "webgpu/shader/execution/binary/af_matrix_vector_multiplication.bin": "38085521", + "webgpu/shader/execution/derivatives.bin": "f38a38ff", + "webgpu/shader/execution/fwidth.bin": "4e9fc55d" } \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/abs.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/abs.bin index 4cba9b72dff4e34c6a8b77120479331d2a28ab39..373fef8f3b32a895ce51271214d51283b251177c 100644 GIT binary patch delta 1743 zcmYk+e`Hl*0Eh8&m&33_r!xkyBs&yyXmsRB!44xf*{qB|F0o;g&3MC^ zQX4keEs3~{8!-h>ZA65@`+OWxH>el-%Ovpd?9FS2Q$0^DicA8#v9Ean+ z89Pnpz=^BfHf&1n75=^ZS9{uejM(HCG_vxu*M?0tJFnmCvtg6XLia%brU{$>dK{2Z zZ%OHZFT^IBU&}8CZP;WpJ2Nq4!=}`PooGPC%Vv{d)vh~fR N4LfOJ@2>qv{{qs!ZaM$} delta 440 zcmWN@eMH=G00wYZ-)q}hYUffr<-W~Pan`ac9p{uwIw@I`qZg;$ajMfCDY=m}C712j zGewSyY>lHkOG-&;ODQ>)97m0c^kT^(+1T^>>$4bCEe2H)w?>5eGm~+WB85dgr^Xs{ zFj)BzA;zyc)S!n+8|g~LYbKnQnvNHYV{}G~$IPkDnt?O56#e5rGx41<=-c&}VwOWm zIS4RL!-N4&=61U18O+S6aodP==J^*_9xjCxI|X+I*kZil4<^hoqA;%zeav)pwFpg& z&D>x{DU(>ZDuIsaw!F9CI#~+cO12fdOw=}S!z@#?UR{m>=G=a4hl?59?5%{AF*>vk zWHD;~0`&hgVVP>rUZ9RsVmj@3T;AUdZNhit}U!tTD+03Jsy=L60 zr1<>H$;ak2rQ2+Nnbye?qI^q7NgV1~7HsVA6m@1}+in9(%jjvtuu|Nnm& zquw7Zq8dIS5X?9s>JkEG ijLCPTH5eyvW|gTI98E#UDG^Hw(jYbkZN6?$Xa)e#CyOm5IoX5^YIAgs*D3l?0%&np0C zcura(H2H(JGNb6^1|eleaj>AgRJIhDv3m}a?BoQXto-B;g363alLPb>nN?1zfF<>o zC#X-ppry>H3FIm>>VO4V^wssjjD;Kb8G;z~b|zsatPBhcj3CVTpW(*;6ZSXdPul;7 ziZL)TFx=ku)(lzAe4v^IXllwWTP=~*w0}Qg-yx1_j>sMv8)P+!$BtXtCp|lkV%bK! zEq2I?x<1dc?-QPlqQ>{2x8r070dYp>$p(BPEbYgt+$IYExt?I|fzvC!CqLj9XY>Pe ze_gl{FnI%z8w}%JyY+i0qXa)c~?BId` diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/acosh.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/acosh.bin index d48659f3c3253de69bc0425496474d9cbd8dd18b..82a3857ebdc6f08a1bf9eabe5a7be391ded976e9 100644 GIT binary patch delta 1640 zcmZ4ShH=AN#tnC*SQhUyW}YN0!Qxi?oE1dBvYyQWqI-Y&af4`solJZn`bzmWfyn~0 zlFVjV!jlW6B$>a;ih;!UZN4Z0q7#c+r9m{Sp`{#%Uh)2o0*Llrw?G+0zt0I#n`|H> z$*j$x3F4c*+N}+uZ?4GK1JO0<%7!3XLG8LRh(7$J%M3)PFSfG;(OgNNtU>fzg=Ka? zx<2rJq$4W>0|OHfGcx{Xuulti@Bm_D_J5EZ5Q7wbnak^fto|6+Lx*!f3{nqcBdebt zbI=W0{kktYj@y73q#nqw2Xl}$SWB0BB5RmuoZ+|(h(Q`)Y-IKKZff`-tN)rj$?*>m zgVe*=$m*MB-0?%Gum8_r=eWVq4TwP+U~FU!|Ns9-((s=_q-dj~3=o6V!`P_m>-`ZH z{AXDDcbnrHAO@+2vEl0LfkCPoJ|PfU!#Blqj{krdqyff;YXGW0A?gx>tlrN5jiVb7 zgFOIcBdgE3@;wY$eZ&_Qr+6R+sjr7|kTvj6ULA?7p;k`BsRf8Z8enW>^_v6ZW02Jc za4I{612ITFjE$^5Oh7mus$LV4=opNg+<_RR!5+#+*6{P(u|!a!o!eWL0-_y!^wL4} zW3ES;lMO^AnNLp50r9muJo7>HIk&%slQ&36GP7>wdMnO{+pv2e4c;(Vdei~vvkpja5q2%y4_ju}A$S4P;(Z6@mg03@ZL%>V!Z delta 1443 zcmdn+mT|=!#tnC*Smrc|GfxthV6kLf&pP>nxHKaNh*!jQj|)We_m=X4=r#Pj0+SPf zvO*x4Zkkj2ta7~&mik_%uxl1LF!>_WcAa63xbi= zAHVU)@f;9?)Wg_t_4U9YHNM6khOA*z?|;XgKn&6VW5YE7)nAC1AAzji+?~(K4v0bO zVQggexwp-tk=65UlyMRTVvu?d7zbGcXWY41WDS=%wViGOF-QZ9jjVpzgVY32nsQG5 zn>6`>ury=pT=V#7U}sQ8U>=LVB{fq9$Yh=0wH$LZb;4o;X3#Fya!bIhhG{^JFtw2LKGYcXLJAR%tMU)zDH7%vkaMjRKhAy>5XrnDIU*L~Zg1aYbfr z4o$Ft*{j{!AV&So75RFs3=9m6Ak6rm;o*h89Um_AS^S5JF)%SO)TApLBCA<+zHf)Y zB~&#EYS)dC)yU88+p&qQAH|%*PrA&I)y!3DtKVT-KOIF;`eHjvWJOO)-&wq4ZMH;q z5LePCYh*QH>L0A{&;4SJtY)pkGCO273l&z{t#MdshpZ;>K2xOQWCK1CmM?R8UBHa# zF$dki3~T99PcY-&O${F~qiMz+KQQC}|Nk&Xy+2q)HGD!Km~leXB?QdKx$->>%;2BA zIugv-92g%1W`qd{$AcL^&mBtyGv@YIrGOa@K6>e3#$&EWnP5iy$*DPDhE|7XKA3UN z?QbENQOLTn1k4aQl2Q(4>}Zmx0yCl=&(wezlkZ4tFizggDpM~wn(z>bd_WQ&FEB@? TF&HwKF~l?EF>HQjkYok`GzcrR delta 1009 zcmbPnj`74f#tk-NEOVN~nJ0e`RA8}WUC#<;Tx)mZnB1VF%*ZuaKv69n3cUDCXSW_SOtp&9_(e^*h4W%tcXDZrN&y ztf-31*>cm{6_&^j64@hTgRF*czO+s7Em<36H5=`=*dePiQQTqY=(xiUS&i>OCU3{d z4g%tg&XW!JL|EF7Rk=+T0CGLS+ykdqdQX19FV5%(=Ki{HBVh6dAU7DyHNM6kHn{=F zjR13VZ<|F=4ghjv!Q5pJQWGXC0J%wE?)|4zQYU}l6KBi-b0uFN&YFAx$jt?FgFbx9 zpF9D`Edq0UzABbZP5^St!Q7+20;+%vamE@Dck%^k4aO;(e@fR2j;5zUke+yf86}Ou Rkim>0o*|E6^EQJdGXV4Z2ND1P diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/asinh.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/asinh.bin index b370c53b01790680ef0699cdb15d91ffd91e6147..120654f685c26ee098d8ad0585f1b19efb297c24 100644 GIT binary patch delta 1113 zcmbOby&!r+04K}hea6g_6<8El+-je*f*G%@XLEoVy}$gp!3=|)OnhL*mGW%@U`DxF zmN1wh{Z&>B%-Fa2q6C4vLT33ub_6_n3aKnff0lm{{v}SY^C$dMz4gniPu9qa z)+#KsLsm2=e6igvAVyXbct6q+SxxSwV25%bMppA>F0Tu+nv+})9WDYfvYP2J^#|RM z6|MWCmwFVX8ZqW}N@qbL$7+UO_)#HecO{gDk?`gfb-8X!hiqZ&RT5LwMP#dD7TfEZcL2~n4j zdSpd*{%;)JfEZa(&XwjNmaOYp!HjF|ZXA;xSd|&Mz+C>`QeH4)4L`2{nBh5T ziO}Q?EXs_cU~bd&%i>^$yi~Rnn6Y~flPr*-%qS1$eqCs&1ZGT9IjI6>=q*oBpIpGL zz;asihbEYjv8G=K%wW-1*9S8eZro=GV$|E2gqg51FfcHJFynt9sj&6$|MjLI7D$YN ziGktvwzp=;YR>;ZZ+8Dbr#Z5ka?4grWHoC~w^%Ma-D-)fMr4nS4YHd5+hpo(iVn!w zAS>Evx5W-w5!3b!c1}Qytj71CwEtj{q=6(B}dGcC9v7+KBn8;=~%0Wq=~<7@0;$Z9tA{&(C7#K>wc zM9h!KK~`k$&gWzY#K?+rZ<|FUtKr)y<0J~i$Z9y_&c!0Dxx}gMbPI@))hv6EnlO0* zp9qU{^4}ydS3TAIx}P)Kvs#^n6t;1v4}% ec9w$~M}GxWff-4)FKR%H%{}}bJewtCIs^f{XWM)L diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/atan.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/atan.bin index 6ab0ba106a9efbaf739a2351bbf72f8fc08b5ceb..e81af87e15e049d19f261b085c98b54208b60df4 100644 GIT binary patch delta 2355 zcmeIy?`u*~9LMpi?t)Bmk|n}r?uI38hD?kLB51-8hQl?G$w(NEktBvK3}F~I2E!o; zF^L9ZToA&D#zGj2k)vG0K@7G8F`_}gRx%P~5e@3r4#htE3wq*%1MhQqaUPxX6|xc` zD_Mvt_*~HoE2+=fLa{yn3l6y>_PL!)tB-JxBn9U4vDmXV{W8#D5{ zJ0nMv+V?2Xr0O1Ck!l}QAnJW0RU+zrAXWCROOw9in_=mqnD{-evRRE{n!JFX+*@?+JQ$QP87lguMnd4ZqjWhi# z@1C{EyAg5qWg{By^|F!MUpAtt ypdUv`oLC)?kyx72PLjCfd>KE8!ujL3T0^Ndln%dTYbdpb65IBFhf?(Pxt`w*U?Rr= delta 2417 zcmeIy|4S2b9LMq7+{jkrWH=7T#+4kb$#9Iu;9%V$i@}gY62?H3VF)9UVz?HfTnt1A zV>F||nB+o~Vy2QPp{&G`&GkhPRy49822n^6j6|^2J_Nq}5Bgz096UK5d_KQ?-tWl? z+2n+5e&B?Z2s1TGilStdPgbT90j4GqWopX*{!wy@;+1nsG<@lilGn~D(d0*6wP^Ao zS8YD#sznn}?WoWM_CH9ffNn>Hh`tq6Bcg|cYI-85Mw6n|b!bxMlXWRpU5CaUozkFj zho>~|`%@Y;#d^u1MO0Kcv_;OLMHG&0Gibu2+e~<7n?b|s`gCYmRiBP+>eHcFNyrUo zR>tIp6)7b*Ao8+t7Lk{ZvtCP_MN>*z8_|?*TN_IY)Ez6;4p79wa zM9nduv3c2NM3gh_nb71K_Dnf`&xFRGikQ*(6A`n2HDX4iuox|96s*yr5RH-rQF0+| zMU+gYt;w~t6^&r?*wCEgJT~FH$A+e`v};H6etOql*x0qB3GpMml9CQz{x#DGA99cI zi0W7Mjw1&>)H@2BdIy>XVNpP{Da;DF?pXoNg|*feG{1kP#WM3$EdRZqj9z8TzB)fU z5v?z0#OH4_A|5olG3Y|`<{%?(8L~$V=hnEm%X3bkIZMWARQei6Ot) zPom-5`ehPJ{hj?JF8=s=g~a#3%>aq9(&-?HGuNMlNW9o@A0*K;{AH*Tk8PS8)tyz{ US%*_w-C5P0^`Gyo0nXg?2RA4n6#xJL diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/atanh.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/atanh.bin index e6a190b35df52250397c14343e8ef4a651cb1b93..a7fee794094dc4e42ce23c4ce84a588ca1d7597f 100644 GIT binary patch delta 915 zcmeycgz>-<#tkz3EQ|LUGfx)aQebhbea;GIyt1Cn0cQ06^5X_G40bZ{ff-lIw+Vn5 z&C1M3=E7Q%=jNjZ`kthzr5*xs2Bqi z1H<7bU1rE?_WUn4yY_#!8M2!6#dem+YE;$jEG5nDEs@o5C4I6+R^t@^$Ir7tyQ$#=W;D&X z;|FAjG5rTo;*9=aQPuDXfndf7QI`-fBj?KZFffCE^6E%1V{>49444rnARG^7{5*Fo z5zLs|Ta^N4IQZzLgBg#x9%WAA5M@3&H3!Vs>hR15GtRmFEd(V@Wz1#3r51%T-S50stZ60fztp delta 917 zcmX@Ggz>`?#tkz3EOVN~nI|{MDl@W9HsDrf6EtY}xt(M4YME1zo zAgd|dEn{huv0ugpScWo=r?%*kQ)HzP75vwo?HOrhJm>kBIZX-b^vmt!CcO`bFq^JfZPNy z*E#ub(&Pth;*6MEKX0OXc}xf&Ha%O@)U sxm93pQtgWxAVYleW)W4!g3UKY@_9y63Q`g#GNot`n^HEHtDMvY08nb~3jhEB diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/bitcast.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/bitcast.bin index ead299d5e78fe9ee3c9f1954e1afa2f76714258b..e743a092553e897f77d4826fafa162220d4fddde 100644 GIT binary patch delta 20489 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 delta 18030 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 Qqn1Z4f3SMflCNL-H@M@zQ~&?~ diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/ceil.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/ceil.bin index 9b93ed416f64cab3ab59dd75114fb225c8abef95..02cf23324cdfc85bcf444ab1a6691ec4acbcde96 100644 GIT binary patch delta 1115 zcmY+CafFj`9EX3m_Hs7Yopxo+Wz3ywOlOQ4voT{jJ7X@V({(xKGR{sjX7e&qVoWE+ z88Ky~l#vqClyi|OMvmN35$jk|QsnLZeE;dQKc1iG^YeILFK?|}D?j>Xw>H}TLz{2y zZfm^!MHA_Vwnjy&f0A~Q)6Xo2MS6uN6C#DcC5MRX=hQKgcI%x}WM$)uOGKLu9v5j2 z4%{MV9^UbY46^ANksIF8lOlosbFav5bKNIW%6Mi)+%xa}A}>E*4~S$M;h>1^;`flq z1NXf!L{IH6Mm43>2pBQU^FkEBaHlLv{iu({hME^+F=fKdt))(Us5#$>D-&))u6%-< zh%2ur%p<|k-tLJxj<5kYmD?YZ++YK448s^|um$=s!_f74evo-FFHkgnwwB@s8}Q3^ zj>gj5U;}QlyCaMO+d&2fVbxXEdc rFKbHw|L5ZZa5VX9wZIR;2HZTYIE&n118&Ym-;}t)21e`dk+0r=7N8QQ delta 1086 zcmY+CZA4^Y7>3_!Mqg4!Nh!0thDzx}i6O%nh9hO{kV#5PjB=DAWi(DAky0u}A}M8w z%C1-?Wt9>cmMl?`NJ)uEtUCAer@J55jid0r^{ zCNkkTa)=bKH0OyN7rYdR1Xst3L@XtFB_azOJ7prSin3c18!cU|9sqF18%1MMwg$XX@8d=a8!O8U&jqL;3gWF z4{(DGxY5rl8@R#N4fAl6*mTm!5jNmv`LeB<8*IRhr}cjeH`suii|eU2gCjfuj{1T{ zL2j@CH(7Uo+PT37+-&L%IycxRhR)IV$EQw?umLv@q2UlW*npdn=daz|U;}RQdw=&> hRsF}Gj|aff{;My{AHoLQv_x+DxWP90xoEpDdw-;uddxvLpm;shVuS{3=~7Q@8t&cH@WCeDG~JoxYJm<>yFl^%dlUGM#6W<&dAA=!Y4-BF(0pWNI3847TbH@^~iO=n= zO2H=X;G>t0P5d#}qfBh#?I)+^)MJy->hR3RCVtNCZy`4ELe`BX*u+JSq?BV5-_ayd a1r-+nCOSk=M?0R`d|5_SeDfFMJ5m4~h?ye* delta 446 zcmX>xm+`_}#tk0gEOVN~nI|_0D>JfAb`Vrxxz_H+0cI3&-Qxl?_BdEl*Gf zGfr#%&;&Cw*7WND8On_MVD7?=`wYPhJCiVz$s7DcCL0Lyu-xAE)(p-mw`{e9b42#Y z*i7Capun=xZj0UI9w5W_pts}X1yUj`ubdw{Pgal-WjEtK^CQ5F+}mc+ULJAR%tMU)zDH7%vkaMjRKhAy>5XrnDIU*L~Zf|W<_Rg z4ox7fz+(1lw>Fq@b49)$m{F6iY&bc9SwT=i?Yc250|Nsi2s8d?_%-<>lQ7HSCtYTf z19%h!(-+%WVo29>C4I6+7JbCfVE+<`|3eL8U}9ictFX)tS&h({HhU=`MphGeKhhCd z%|rbY9*PDhJdo9Vnak^fP{Z&a=+KGrtSr-G4!TVY5Mi;FF7*V__ik$Vfaslu-2N7V=t9r*jrakse delta 601 zcmeAu*-^3~f|F%VlQ{F_39QPDtdk2^6j-jcyK#USMO^o|CO;5VX5^g&loSAqc}`j) z1ZF%Hu@Rjd0F)F5a+MjSz=FHyFv)@$5%RO-!Hlm94VA!*Nh&8*CLa(`V9{Hipg#El zvjWR$%^#YR4Fr@Kb--K}eRX{>W8ubqhLZz;3hYe6OeQbjS7tN=k_s&4maUdxhR7Zn zo5=^56j(OeZLym?2gvX}=2 z0;4!%0Ejm&xFC4)0w6C8#JdnNKVotLkQWW&amJmCo$LVQC4hL&$$yh33jlekAYM&| zPR7Is;*41!&bHj>+=&~+8S_D$_eEVr6C1=COF7tK%Au77d1e7@((@@ oMz76^{GZu|evpfUf}E9sfq@Z(8UHiPTc_%AYn|%mbjgJZ06ciK8vp8~$lE2>cu6KL!-HY+zIULS8|EJEtt~0Q^ zb9hY0P?RHw#bU8-v8}8!v&gA}vTpvza$vC(wI4WW%Ht=vl@uCtY#SHNj+G{7Ckl<> zXNof#CzXtG<*H<^h$06ZToFaMnfVe5&2)7iA5H7A4nZ4*rdnDoK-1Qx_G+il2){DE zUWoP=x$KUh5Dl58ywQm74+oApa4Deh?X#Eh0q2 zzS9At6q@9FHv-Tcojo6%PN7-Wr3ItO2$zRwC^Q$sxFHOpsfo{FFDXP)^I#YnbBs}J zq0r14OT}m`hIGkC3QdhRK!T=L=^o7}-I-`aqTrb*M9j4Z(s~Nb@Vh1{n!Vj8Wq}kL zZHHWjM$j1==SiXA<$a3fu$b*P-{aRSxfg|~OLR+)gKiF7O1Mp-Q7>o`&=_|fPP|K@ z`O@x^h^C@tO;JTz>H6!Rp6xTclJ!u5C`Q<&jH7T+tguRnCcY$7b&x_cKf6zbW;|q9 z>Li7x;p&?dn_;%T`^lP7^$QA-)oNWwTV_H0UcE^DZJ1QN*n+t5$RdR%D5FJwP2v2UMoXb_yV$8g^R2Zt>j#C#q|VOTFwDlO zw_-`kUZoJF^99*BsLAM<_8L zT10zzKE?hN4tmR5DncVVKBn7Cp*i#PvJQ>O`*dk9g(kF7S-NEy+nL{cBD%bfLNu;e zE89Xg(>JtK*-xP<>CRY3H!#vW7NK}{=>%d`ParW&G_F5{0$L9#ZdqN delta 3421 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 Ve&*|EfqoY1XVI<)DvP_X{ePH`Xu1FZ diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/floor.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/floor.bin index b5341907f8ef6b83c9287d647356708752703d39..a199d0db9ff03b4237e3bd369f1c86a41424d726 100644 GIT binary patch delta 1115 zcmY+Ce?)6x9Eab!J7npHeu?QCDcw6#Vq{EX#*}KLq)3S=Bc+TqCnF`s+)0s$bVbTC zQXt&f7hQ$i>=Fwa7%UyjH|sd0r=Scr)u139h*7MXY^~E|CrUcQ-^2 z{OR;)N~sKxVVGyD2f%QrGL?E-%JHT(lQ~{x!p(g5fiJBww=&_zWgGKzQ)3&`{pR84 z=<=efi6d;lO?2URGdI|P8^bWt8f<|+%rJDlg&$;IvHuVQZ-H`sui z(AocXZm>hTd2p1MSnuQr8*q~f^mKEB4Y+B~FYMt48*uY-^0Qax2p52(rPz2sH`sui zhNkKuH`suiYwOhjH`pfn07uhDb0Lnf0XJV~{6pMe18z=yZ^PVR18#=3tx-+sAAdeB k07peX`osJnY{1P>i_@% delta 1086 zcmY+CaYUSP9EX41?rghBbDFc1s~op1owLM|v-5JiQqqx2N}A)8S2=QXIxjIXWvLW7 zlBPsdN~B~{jfup_h!y9UCCiA3srU2!XP^FfzMjv|-`paelHL-L?X0a#B<7j% zh+NMFDn-VYekB8lY>)gpGk&o45!wi^%$)wb4(oNiv$iKK$>f+EE` zrS&3fp^Xs4Z2a61b||F^K*6nbUxxt)N@&Hcabq^tkh=gClIf&BA%SiyLgfjrQhWH#gXTo3s36+~f!k zfTO`gb%Gmgz|HfEy&i6`0XLgQyTJ{%g=uiqa`mT=BW%FU@8tU=H`suik?V>9ZmdMxarRP9OMSuVtw9q`SK2SkP0~f diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/fract.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/fract.bin index 7f09e8f60b2345471731a82825a290785015d9bd..bb80e873625f44098a594566f057d091ffa7d43c 100644 GIT binary patch delta 1170 zcmY+@e?+5k90&04Ru3uF(obfYn@c~)CPv08GN!CX%3P$xl#xM}H?lmRg$6*iLm zxGAGjp2>TS4K~8&!L^#j1{+~B|LV(OliGR?j*RU4#ym#Y2%EF;u89pc!Y1q-EM$X? zurVieO9>-$!cu}TI*9!(V}p&b=^dFiv%yB#XpZ`FHnR29kx?}MXk~P8(Hj6b`RXQUa5Jt|2pEYc-5jN-1p;|WB2%CwZ&A|pc72UzeTJf)r5jMi+ z@NUk@1{+}$+;G>k!A96*_dU5ZrGNhOaX=VtTQ}YOB5Z_>|0>YL#+0x$AZ(u3a+}$x z^|%{JcF||H-2KawhSaiKrNS?Ana8~8#@?WmJ?+OX&nsIa?V2@nYURQgxi0-;OyXfP zw8`~r*MeWlNpW+Bl+fA#PAU13t$>u6zo%PDr>U?<%FF3-uavd<@qQ_dt+hcZx7jxX tQf7WHg``x^dWWQ(dftYm3~N6|r4$|Yho$UIm5rlhd~5m>yDIhOzXL$4`*HvP delta 1189 zcmY+@UqnM;9LDkY)Q;82D$A6zYNH}eN{rdch)FY*j6_PLOhigICy{PS*@;Lb(jTHy zA|)k7x)~)A71>RRL?p7#^NOA>zVmyIkL_k>EwmQes?E|C#_Xx85JEvpQedOx?=z7i zgh$;}*PnB8k@Vav%yAe9C>|tY_JiVgN2j=HrNN6@xdtKn0GM3Mr=NoDvQ}*BQ`PD zg^LX~VpFl&QKB)z1H|aE?6ZswHe%DWFR4MAMqDWoR8H1Gsi`KVZ_E2%ntrDV$>&$*c@N3H^AsEYQCvGR2S02 zYN6>XejCxBmB xku&$@v{xQ`(YB~On%>^~^%=8M8IW`Gqi9ebrNjF}@;LhnkHpN*od^X)b!Hc|neC~6;U&nJbgR2>Q+@0l2FI4RW z$cC}a%}oG=(C`-*d)%B3+|6N6n8$xL?_y7ykIrK*`<^)!f11ypHpl%J3fMDd&yW3k z*mG(J7837@`5<8zdScf-?0K`Rvibmf!90`s=4CIM8|Utqu$Ro4Xp4`XG~X)EIm}L( z{psiB>}9cousqXW!3QgLVJK2k$zC&ieebK-U(JhaH~j33IWk>S&0aUVd%p+R8|GQ> zgBmtb{^9V)_8>b8=;P2|zCN|Po)6r7K)%!YBE-%!2Rv6A*oEem2$IOXvS10?pxi!C_ zi(O~lNWSV}pD<625B9N7n(LY>BJ9)he0qV;?oa3W;EY`uUAi4*cbLn@8v5DY=49yi z0Q;PI!1d%Z`=Ytq(26wzgjC!w)(8-2#To$uEqf~hq!_|-K_fuuiMhlY0RpX9BS4tRM8z5b zLgSoQtPvp4iZucRTCqle;7eAFbU#FOQEmcaCQ&gQ*O@9LTfhrpgWi z6u{kFE(d_%&3}6a3w;m!#)RyC`gFLG)nHeb} M6iVl;XssoW{rQ`*5+Szo3 zyd<_^YW7nZJw)}uRdKa~98t0OB?1JqY>5CN?in-w7Xigk!Uqxof?2jifG{8Ru_Xcovuud~AsGv^B?5#| zZ$4WhKrqXe2oR#ahUWhw;28KoBA^(C*b)JPS++!gV3sWrAgsncY>5EDEL$Q#$R>hp zi2%WDv%Mby$G`^?0YW0^VoL-FX4w(}LScUgTOvR(%a#Zb{6mv$i2z|M?PN;?2xe`5 zkO(LSKU*R|Fw2$*5W03OwnTuCu^eoP0KqI;j@UDYr9uGv-n_}|X0s=ofAwoTQ~NAH)Rmqj;@dQX+B zE^z(aRjKMT>9g;=Sj?8VlAughr1T1-%AJ_4qdgNxn&O&O?!_FJzMZnHzxT=Aj zGstmZI4KM?4DuXcC!B0)VrKw30@!g3eD~!YJb#-ZG!#1k zOSj!OT6jcQ-pBfTF tiS|KNpY{J6QuRan-Cnlclf6{sVIK2J!#^ delta 790 zcmeB}&h%j#(*_BS`Z-PF%&ZIy42&Sm$nYOTGcYkQShB8X#U_5O-HijAcoEk6BD#;x!pM8Q8=nUmwoGCcZ59LMofbzEOpaFn$q3m9NgTw*);RLNhu4F#_r}zr;HKThSSYKwe+}X0ejF@4Rc^@TcELv^~8z?k$iUw0OYR5Vuh(c4g z9BPh6TVKHoh4mE%$n%ld5>bx#RUwnYL1UU;85-q{E5Z>9jm9V07R_>GrtpnIJrK3ee|APB zx*!*p)8z&xq^rdh4HN4iEX6n&nEBLjH#7%NnhTy3o>l2?D(4aPn=R>jDMUVVkKNG( z_r2Az6q@n&bPqJgW&OGk3Qca3s}~yeM6)hvqM0{9&Tg;05m|k?tTUx>(BMpo51P?1 zrEZu)lho$ti^lGina+|zBR%z1Az}D`|NKUirl-{uqC3vF{BTgKO~sQ23QgGiXco=X zj$QsU6q@f%7J+CACx`vDl%CFCyLzkFtTs-kL{v8A!d|Cvkis!bg(h#?3ATVj^KN{% z8cpIGEt^82$*-FXT{Qvg_r9yAgYBUZ>Gk?Gv~CJ!JK0jo(D1dI{UR5BXJkbfo_e-s zh&@js99LMqF=B}4oiN>I%*c|` zB9<{*#1wsVj9 z`f7yc>Ub3|s>Z9fA=8Rn6GVkQWnwOcgW63^_M%z3Q6kP!XhN%-&Cu9s^2PlWnrRE( z#}bj+AzjR-5Ea*cwnDQwoFL9pXzXn=Y|tDmi4bimG%xBUc4*>``-_o0eIQcW-?K-w z(B&!4P-vDLy&Tar2Rn)nC^XehLr!R}%$kdrC^Sb}l3jR2XYNbIC<@WA+lm_+rgL8S z-7znqNo%ikM>GFnRQN%mG4ycpK+`wTEp$zE^V?8k=W8!S+2(hJGztg#dB=OB(T=Hw z6$;H{&o4Qeq36DWNTJD7lq#eQ|L@7~y=*8vr4U)XwDrM3Z{OGSzoO7|`gQxEF@IG0 z#+X7AA%wGN!p0l}PE%U?{k2z5_nQ3-{2qu%GCB|-qi~SsT|o$%#04An0)@sY)GQQD z#zZWuqR{jYw}$Hszxm#?N)3CGLX;TEM&h8>1I=s)g=TeRJPJ*De?NPhLUSi3CkBl? z;tT6bk>R(l{^;1wctj48Ro0clK_kkCN;KI;yE!$5CUa7rfF^j(nma|IktKafTsQps zsb>`A%I%{NJ^q%OjDxZ&Ch+{96f}EAf;dYG&D3;FDw??H815{!W_Y>>x_e)k z=AMQqY49AEO5q^uxq);v9?m(OoI=x+nUIObS$&;zr_e+%E@f{TUU%jiASEC9L1s-nV!YCY+ za&4v%O+<7X7aLuhr7$?u<=IePt>0w&O}6zfM!(7Qn+y*R{U*bsQ@_dn!%e24P4+BH IA(0sW1)y*5nE(I) diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/log2.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/log2.bin index 00641ce119cfa61735b37bac238921ad7c602bb8..f19d77f41097c6865b6f6297f8b54428149501a3 100644 GIT binary patch delta 3455 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 Xt7LVRtge#PRkFHC*8XSTuh2O^qGv0? literal 1791400 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 z_sQ9=c{F3TYaY#*?V3k3X1nImjM=VvG-I}F?lbD=+Emv(>YD1Bd)In@@F84tLJwSX zLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSX zLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJwSXLJzLHCG?;}LJwSXLJwSX zLJwSXLJwSX?@_PM&34Vh8IxUepHZ({JcMgb=z(ia=+Qbv^k{z`NA$ooC;YnLniG29 zniG29niG29niG29niG29niG29niG29niG29niG29niG29niG29niG29niG29niG29 zniG29niG29niG29niG29niG29niG29niG29niG29niG29niG29ntPAxKT=)usB5Zg z?p^EkpxLf@G-I}F9?h8TnnyEcyXMi1*{*psW43GVGe)l2GF-D|xMs_6&6eSsEyFci zhHJJA*K8TC*)m+SWw>U`aLtzCnk~aMTZU`44A*QKuGunNvt_tu%W%z>;hN86_uOkR z*K8TC*)m+SWw>U`aLtzCnk~aMTZU`44A*QKuGunNvt_tu%W%z>;hHVOHCu*jwhY&7 z8LrtfT(f1kX3KERmf@OvR=-cqcFm(1vt9FO#%$L-nlalok7mqv&7&E!U2~sNKi8(Z z=26#F*WA0-`-2bRniG29niG29niG29niG29niG29niG29niG29niG29niG29niG29 zniG29niG29niG29niG29niG29niG29niG29niG29niG29niG29niG29niG29niG29 zniG29niG0({V$;h9TIxrniG29niG29ntP9WeQvgE9?qETn){4;-Qpo!b3%{SVVBUO z{rMBo1J|7J^MPwl=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia z=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia=z(ia z=z(ia=z(kQJ*xjmbA%-=FyDVuDQ<` zxn|37&6eSsEyFcihHJJA*K8TC*)m+SWw>U`aLtzCnk~aMTZU`44A*QKuGunNvt_tu z%W%z>;hHVOHCu*jK9k*Zjo)0eWw>U`aLtzCnk~aMTZU`44A*QKuGunNvt_tu%W%z> z;hHVOHCu*jwhY&78LrtfT(f1kX3KERmf@N$!!=umYwlV7J~`Vpk7mqv&7&E!UGr$h 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�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�ekQ(g0@>vg%emgJgy z*Lr{OAzX7p4_tFX4_tFX4_tFX4_tFX4_tFX4_tFX4_tFX4_tFX4_tFX4_tFX4_tFX z4_tFX4_tFX4_tFXkJjOzC-i9N=D$ejfoo3a(VW9Rp$D!xp$D!xp$D!xp$D!xp$D!x zp$D!xp$D!xp$D!xp$D!xp$9fLp~tTDsMqHjYdc!s_BGqO{yUk92gdgvt#8}&W7pi@ z>&c9heanoKeTy@0`yOYsd36T&O8Sg?-J*8?a6e_eYfk8aYfk8aYfk8aYfk8aYfk8a zYfk8aYfk8aYfk8aYfk9V{-}-Ufoo3q`QSckLJvA5^uRSI^uRSI^uRSI^uRSI^uRSI z^uRSI^uRSI^uRSI^uRSI^uRSI^uRSI^uRSI^uRSI^uRSI^uRSI^uRSI^uRUu9@T%O zy5>>WRM*_Q)@wDhUGr$hY}Y)RG21ndX3TcYqZzYZ^JvCw*W71}T(f1kX3KERmf@N$ z!!=umYqkv6Y#FZEGF-D|xMs_6&6eSsEyFcihHJJA*K8TC*)m+SWw>U`aLtzCnk~aM zpULhyo0@C34A*QKuGunNvt_tu%W%z>;hHVOHCu*jwhY&78LrtfT(f1kX3KERmf@N$ z!!=umYqkv6Y#FZEGF-D|xMs_6%{{B%Cuh6n(Tv%yc{F3TYaY#*?V3k3X1nImjM=Wa z�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�ekQ(g0@>-B!SmzU(4d)In@@F84tLJwSXLJwSXLJwSX zLJwSXLJwSXLJwSXLJwSXLJwSXLXXzr-zM~E=YW5c&;!?;&;!?;&;!?;&;!?;&;!?; z&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?; z(4)EEV~=`$ZnkUg@AYIx8~!I(=l}lXKj!ai?lbCji#FmoY7JgQ(bfKTCdg2cFm(1vt9FO#%$L-nlalok7mqv&7&E!U2~r?a?O_Enk~aM zTZU`44A*QKuGunNvt_tu%W%z>;hHVOHCu*jwhY&78LrtfT(f1kX3KERmf@N$!!=um zYqkv6d?vf+v$nZr%W%z>;hHVOHCu*jwhY&78LrtfT(f1kX3KERmf@N$!!=umYqkv6 zY#FZEGF-D|xMs_6&6eSsEyFcihHJJA*W9!EeR8&I9?h8TnnyEcyXMi1*{*psW43D^ z&6w?)`;7XzHq|wcx?bLepPTKP z`+Gf^QOxn_ysM){{$pHopHZ({v=PU>eks?S&;!?;&;!?;&;!?;&;!?;&;!?;&;!?; z&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;!?;&;$RF(1Q*M zJ#ftlJ#ftlJ#ftlJ#ftlJ#ftlJ#ftlJ#ftlJ#ftlJ#ftlJ#fvvNA(}6u6fio)iw97 z^;*qr*F2gr+cl47%y!MA8M9sUXvS>UJeo1vHTM}K*K8TC*)m+SWw>U`aLtzCnk~aM zTZU`44A*QKuGunNvt_tu%W%z>;hHVOHCu*jwhY&78LrtfT(f1kX3KERXR>=f z4A*QKuGunNvt_tu%W%z>;hHVOHCu*jwhY&78LrtfT(f1kX3KERmf@N$!!=umYqkv6 zY#FZEGF-D|xMs_6%{{B%Cuh6n(Tv%yc{F3TYaY#*?V3k3X1nImjM=Wa�ekQ(g0@ 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 diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/pow.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/pow.bin index 4f5faf3293fafcc60f8104806edeb0faf6d62859..f66ec5ca2fbe4a39d1b57f47a9bdb053fc02c826 100644 GIT binary patch literal 1306768 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%0D5tU9 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

rs$Z_( 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

o~_c&asYj ztm7Q(ILA89v5s?UpBt@n!8+wV3(m>?v*&-dJjdgl+~0csTg#4fa^Ls-eant>a{u#r zbLBk{&dL2V=l$QZ^NIk}&>)9cGQKAe;L;qf^q zoRj-a3%{^%`uoQ@xt}??XeH<5{*|S_Ebnn}PVNihJq*st{jUA*FYj4!PVW01{OWQJ z3+Lp%%i$*%hv1ytPdM_t@}2|di6P-yi4XzSr@~kDu;1C--lixb!*G9p~i! z)03ZGoPcw3|L+$*tGoxmIk}&3>b=DQI4Ae}Uw-Z@roTSU$^A8_?ev=Ij&pLq?sccU ze!AnFy8q=lAKzHVHP-QrbsS?IzgWjD*71sUoMIiPSjQ>a=bf@}nLEWgPO*+ttm72x zIK?_nv5r%$;}q*S#X3&0j#I4T6ze#}I!>{UQ>^0@>o~{UQ>^0@>o~{UQ>^0@>o~WaZ2rTqsx|GR^Aujl-ysm{6%HQDY-9P zzOd{#CHDo(*DO0u$$iCzE6Q^;PRV_r3->8IPRaeA3+^e-!YR3*dcmn>$0@m|({M`e zE6!h0oW=W?+?Slcr0h5)_j}L#T5%9g$^9kg)$@8dCHHmD+o;@+Q*s}Tp1Jz;ISr@e z{{Dy0miJvaCHE!k+`7*6ew>o~f(@Qs9E4MHzvzkIE&qIRO78b>wpDQsPRV_4>#et$ z{`xp2_q}#Hp*RMoWd_t|rLKTgU0-zE=EraPa<$^G`dAFVI6l^#~s#jhjrXx9d}sA z9oBJ&b=+YccW9q?$8~$VJFMdl>$t-@?y!zKtm6*rxWhW`u#P*d;|}Y%!#eJ;jytU5 z4(qtXI_|KJJFMdl>$t-@?y!zKtm6*rxWhW`u#P*d;|}Y%!#eJ;jytU54(qtXI_|KJ zJFMdl>$t-@?y!zKtm6*rxWhW`u#P*d;|}Y%!#eJ;jytU54(qtXI_|KJJFMdl>$t-@ z?y!zKtm6*rxWhW`u#P*d;|}Y%!#eKJKJtz`?0Vc`9d}sA9oBJ&b=+YccUZ?A)^Ue* z++iJe)IK-*{KcQ&c=}v|J92;Z#jh?q?#O-Hi?=O1?#TW77k$5cP6c=5{!bVEQ`vDx z?uTANg!j@)lM?*qjxxFh!`owrrlaYyc#t+8== z|ARYn|L$5xK6?7+2Y2Lt>V}^yUmthme#<7mDCgX8NA8zyb8m48?#TU)-4>M3+2D@c z_nkd+cKZ9n9l0O#)PE`Gv~Wl6UpwrP<^2Wj$bJ7~&MNOGa7XT6J!#M9PJeyek^7rp za$h-TggbKo{;U7GoCCrgb^nVC@P>7qVI5ys#~0S|g>`&k9bZ_-7uNBGb$nqRUs%T% z*71dPd|@45SjQLE@r8AKVI5y+pZCSa`?)Wy;|uHf!aBaNjxVg^3+wp8I=--uFRbGW z>-fStzOarjtm6yo_`*8Au#PXR;|uHf!aBaNjxVg^3+wp8I=--uFRbGW>-fStzOarj ztm6yo_`*8Au#PXR;|uHf!aBaNjxVg^3+wp8I=--uFRbGW>-fStzOarjtm6yo_`*8A zu#PXR;|uHf!aBaNjxVg^3+wp8I=--uFRbGW>-fStzR*7MjxX$bd|@45SjQLE@r8AK zVI5ys#~0S|g>`&k9beQwH#+%}lgslRzQ}#kOExV#zR3MYD}GeY@8FBvZ(MO>+3`j0 zr>r=o?D!)0g)0`89be>r|9kH*pVPn>xxebYuPQsf$bG?k7nB`eMeYZjdscZbf-iDky6*Mmb3pha_rH7cm&!kXe3AQA zJ3V~o>GM0j$bHe`>laUVe3AP@5Bd8;raQjK{pjPbJAS(3i`*aa;@7=+y5ozw|K<4~ zS6Igr)^UV&9AO7j>!Fr%dRNjuL?)xe(+@nmmNps{`*URzv=Wj3rFOB-lgZ29Y^H8 z|E2qv9Y^H;qf35NoP#5Bf5#>7C_9eGeddyxvg3%{zrNz@`+CdQ zD?5(J{r(H?FAl*Gxu1CciNzr}BKP0M=V)+5?i;T6-tsvX9FhCNZ694eCxRn#|M-%F zmrnou;fUNPM{RWUbjK07|L&C6mCqsIh`Rs93HZS}ez1-otm6mk_`y1Uu#O+B;|J^b z!8(4hjvuV!2kZF3I)1Q@AFSgC>-fPsez1-otm6mk_`y1Uu#O+J&--EZ1KkhS@q=~z zU>!eL#}C%=gLV919Y0vd57zO6b^Kr*KUl{P*71XN{9qkFSjP|6@q=~zU>!eL#}C%= zgLV919Y0vd57zO6b^Kr*KUl{P*71XN{9qkFSjP|6@q=~zU>!eL#}C%=gLV919Y0vd z57zO6b^Kr*KUl{P*71XN{9qkFSjP|6@q=~zU>!eL#}C%=gLV919Y0vd57zO6b^Kr* zKWHC$#}9Trez1-otm6mk_`y1Uu#O+B;|J^b!8(4hjvs2D8*O{#wp&i0pYTKO-@fA8 zTTFNSkoyH!Tu^rWko(bB99?$&ko%*rcy!tEL+*E7epm4ge#rf-%g-u1e#m{<<;%*B zA97#q^3}?YA96qCvQvtW@I&tRU3y>f4SvY|_)Cv3JATOh%a?q)_ys@Ye&i)bmK{Ij z{;?GwD?Y&wx#xQv{E+(z?>(XT1wZ6IbMZ{^34X}^fQt?&KEV&UKVkV3ia+o}?rUAJ zR`CaZ$bG?ik16jt@I&s~Z2FAy&j&x`e&({*>^1%Kiyw0T)XBdqpL50!b^nVGaD#Q+ zU>!GD#|_qTgLT|s9XD9V4c2jkb=+VbH(19F)^US%++ZCySjP?4af5Z-U>!GD#|_qT zgLT|s9XD9V4ch13@S20&4c2jkb=+VbH(19F)^US%++ZCySjP?4af5Z-U>!GD#|_qT zgLT|s9XD9V4c2jkb=+VbH(19F)^US%++ZCySjP?4af5Z-U>!GD#|_qTgLT|s9XD9V z4c2jkb=+VbH(19F)^US%++ZCySjP?4af5Z-U>!GD#|_qTgLT|s9XD9V4c2jkb=+Vb zH(19F)^US%++ZCySjP?4af5Z-U>!GTA9=?Oc0F#ejvK7w2J5)NI&QFz8?567>$t%> zZm^CUYM&c@@#-&@pHqPwa)0;L?=CxT$o;shk1IQF$bIXpw=O$w$o)H4eW!f?A>5Gr z=~tazcHEHrBd&Tx*>OYe@4fQ9#YMOw_sNx$vg3x_@3`WQ;u_qL`-xYaSa#fy`>!tl zRdES!$ojw{d2xFPp`X-&kCM8*<z@5#|zf+f_1!L9WPkN3)b<1b-Z95FKD0l!hMIj7p&t2>v+LBUa*cAtm6gic)>be zu#Ok3;|1$@!8%^Bju))s1?zahI$p4j7p&t2>v+LBUa*cAtm6gic)>beu#Ok3;|1$@ z!8%^Bju))s1?zahI$p4j7p&t2>v+LBUa*cAtm6gic)>beu#Ok3;|1$@!8%^Bju))s z1?zahI$p4j7p&t2>v+LBUa*cAtm6gic)>beu#Ok3;|1$@!8%^hKJtzi?0URl9WPkN z3)b<1b-Z95FIdM5*71UMykH$K)IK-*<+Z;opI5~TxnFqgg=NPJxgUD%p=HMlxvz2U z8fC`|x!-!tt>x!B;Dy{@a?MN1ju&#@@R|+Fju&$O*Q@`vcm*%ye#X^jlpQbRzQff! zlpQbR{<*6@SG!Va{s$4|E_oiFXTRV#a!_SUda9FS3JG!cp>+XUH-A+ z4ZM*1=9h0?cD#`LpDz7V@djSV{r*etFW$flxu3J*oZ<<*kozYt{zUNvUda8l<);-- z;Dy{zJ$FU$Qd0={>?$ry{@q%@{U>z@5#|zf+f_1!L9WPkN3)b<1b-Z95 zFIdM5*71UMykH$KSjP+2@q%@{U>z@5#|zf+f_1!L9WPkN3)<(saQqSO1?zahI$p4j z7p&t2>v+LBUa*cAtm6gic)>beu#Ok3;|1$@!8%^Bju))s1?zahI$p4j7p&t2>v+LB zUa*cAtm6gic)>beu#Ok3;|1$@!8%^Bju))s1?zahI$p4j7p&t2>v+LBUa*cAtm6gi zc)>beu#Ok3;|1$@!8%^Bju))s1?zahI$p4j7p&t2>v+LBUa*cAtm6gic)>beu#OkB zkG$gryB;rC#|zf+f_1!L9WPkN3)b<1b-Z95FIdM5wa<;-bHjVe&#A@>xgUDNp=HMl zxvzV}x@E@;x!-&Jz2)3FUda9I>(4GbUdVm^#{icdFXX=A^&6HQFXVpfb+>LieO|;1 zxi7tLY1#2Y?jOANgT*^|A@`-%E-gD=$o-Soe6n~3FXX=Tnx$pO3%TEQ^+v zUj5Xv9jKL-#m)} zT=IhA4ZM*1X7AmsoSVW6x&QF|AC}Ke;Dy|Od)SN0&za->Lfxwutm6gic)>beu#Ok3 z;|1$@!8%^Bju))s1?zahI$p4j7p&t2>v+LBUa*cAtm6gic)>beu#Ok3;|1$@!8%^B zju*7gd*Lh3a4%TL3)b<1b-Z95FIdM5*71UMykH$KSjP+2@q%@{U>z@5#|zf+f_1!L z9WPkN3)b<1b-Z95FIdM5*71UMykH$KSjP+2@q%@{U>z@5#|zf+f_1!L9WPkN3)b<1 zb-Z95FIdM5*71UMykH$KSjP+2@q%@{U>z@5#|zf+f_1!L9WPkN3)b<1b-Z95FIdM5 z*71UMykH$KSjP+2@q%@{pnc>WFWB{X!8%^Bju))s1?zahI$p4j7p&t2>v+LBUZ{O; zwD9JI<@@mCh1^%adG)g6h1{>Z>AD@K&*OL@_rq>Ftn7Fp_n+SQ(;cSwu-2{+3`Z|>))_`+3`Z|AG!V`#VdFr_hYUshq7jpm9HJ>UT!3()BxMo4w@j~viSI-uY;Dy|G zylThd5xkK5JFj?W@djSV{jrxnw!GiK3%Nh%lIIjp;Dy{zU4CkL|9}^Af823DIAQwd z3oq2Ydcitgu#Ok3;|1$@!8%^Bju))s1?zahI$p4j7p&t2>v+LBUa*cAtm6gic)>be zu#Ok3;|1$@!8%^Bju))s1?zZ0`@9$SKFYmd9WPkN3)b<1b-Z95FIdM5*71UMykH$K zSjP+2@q%@{U>z@5#|zf+f_1!L9WPkN3)b<1b-Z95FIdM5*71UMykH$KSjP+2@q%@{ zU>z@5#|zf+f_1!L9WPkN3)b<1b-Z95FIdM5*71UMykH$KSjP+2@q%@{U>z@5#|zf+ zf_1!L9WPkN3)b<1b-Z95FIdM5*71UMykH$KSjP+2@q+e|cf4TN;|1$@!8%^Bju))s z1?zahI$p4j7p&t2>v*B|xzV$3ebz41=PA69`=f7tblLGj?w`BmbLIPA;)UGLyyeWY z-S-~9XH6}*u9^*3K%cD#`Lb8mib+3`Z|o8G)x+3`Z|SKoAX@eW?d zeUqCuDLY=s{arV{t9S-44{{!~1I7jl2&4R0(vUda8s*MGNo1TW-%)b&S|9WUg5 z_H}0$kKl#ePrCM`;t{-%`-`u6aq$LT$bF})cPie%3%PH3<(B0<7GB7Gt;^Rcp1=#a zUwQGBz@5#|zf+f_1!L9WPkN3)b<1b-Z95 zFIdM5*71UMykH$KSjP+2@q%@{U>z@5#|zf+f_1!L9WPkN3)<(s@PT983)b<1b-Z95 zFIdM5*71UMykH$KSjP+2@q%@{U>z@5#|zf+f_1!L9WPkN3)b<1b-Z95FIdM5*71UM zykH$KSjP+2@q%@{U>z@5#|zf+f_1!L9WPkN3)b<1b-Z95FIdM5*71UMykH$KSjP+2 z@q%@{U>z@5#|zf+f_1!L9WPkN3)b<1b-Z95FIdM5*71UMykH$KSjP+2@q%@{U>z@L zA9=?Mc0FFOju))s1?zahI$p4j7p&t2>v+LBUa*cAYM&de_Wsq%&(p#Sxqs%i&+ImR z-ogvHzx}qimmM$Ue$;J8l^rkSzR_(Pl^rkSe)s$C-gWxxgKV_~Hq?koz8&>`~r7;Dx&X#RE9OI-hg4juWio1nW4#I!>^T6RhI| z>o~zWPOy#>tm6dhIKetju#OX~;{@wC!8%T`juWio1nW4#I!>^T6RhI|>o~zWPS8H@ zgsqQrCs@Y`)^UP$oM0U%SjP$0ae{T6U>zq|#|hSPf_0o=9Vb}F3D$9fb(~-wCs@Y` z)^UP$oM0U%SjP$0ae{T6U>zq|#|hSPf_0o=9Vb}F3D$9fb(~-wCs@Y`)^UP$oM0U% zSjP$0ae{T6U>zq|#|hSPf_0o=9Vb}F3D$9fb(~-wCs@Y`)^UP$oM0U%SjP$0ae{T6 zU>zq|#|hSPf_0predHY{*!4KUI!>^T6RhI|>o~zWPOy#>tm6dhIKetjsC{m9;0F)f zbNU>P6LNpx0}t#m-El(hD?YHI>^LF!BR+6M*>OVde|-NRi&Jny?zg`G*0SS-+>d$x zF=fXIxv%;DHOr0@a{uUUA1zM73Avwi+eu}|3AsP^w#SwoC*=N?_r0Y!1}EhH&0D`& z9D);aKj78_%8nCqKl_%mi$ici?)hE@C*=Ojo1a-6f)jE-{HDW;LvTXwyWO~3aR^Sx z{m$#}ERMhlxj+26hnM#nI3f2-ufDW60w?5t_GM?6&qd&bx>qMy#|hSPf_0o=9Vb}F z3D$9fb(~-wCs@Y`)^UP$oM0U%SjP$0ae{T6U>zq|#|hSPf_0o=9Vb}F3D$9fb(~-w zCs@Y`+UK2c;j`Qc)^UP$oM0U%SjP$0ae{T6U>zq|#|hSPf_0o=9Vb}F3D$9fb(~-w zCs@Y`)^UP$oM0U%SjP$0ae{T6U>zq|#|hSPf_0o=9Vb}F3D$9fb(~-wCs@Y`)^UP$ zoM0U%SjP$0ae{T6U>zq|#|hSPf_0o=9Vb}F3D$9fb(~-wCs@Y`)^UP$oM0U%SjP$0 zae{T6U>zq|#|hSPf_0o=9VciXdB+KMJx;KW6RhI|>o~zWPOy#>tm6dhIKetju#OXI zpBvrz;X4;i9e@*Zf6Is8Qg)n>`(7X3tL!)-_tihVdf9P8?w|P3Cl*eBeVmZ{TR-&H zvg3r@mwaeR*>OVd4}S2$;vk%m``&$s=#I0Pr;e(G(fmK`VL{-5vr&*BuEkoymA{XuaEPRRXB|BtYD zkNbO||Nk#?J~ijVkn?fQW83w5U$c!lm6B5ug@lwGi=^nAilihl3>z~W#%6Xt*o<{j zB!}ogLd+qd9Li_E-QR!w-jBzw=k3uS{qwkcUu)N{=kxw}zTVfaP5Q0eA>0YhU!C}> z+!@>n&ac1wdbu;W6P)|sujfv1e)Jtj%N@a;;C$J!%gXx=+zHC{PN;J3gevDwsB-Rv zD(6n9a_)pG=T4|{?u07mPN;J3gevDwsB-RvD(6n9a_)pG=T4|{?u07mPN;J3gevDw zsB-RvD(6n9a_)pG=T4|{?u07mPN;J3gfd@pC#-RNeJ4~ocS4nOCsa9iLX~qTR5^D- zm2)RlId?*pb0<_ecS4nOCsa9iLX~qTR5^D-m2)RlId?*pb0<_ecS4nOCsa9iLX~qT zR5^D-m2)RlId?*pb0<_ecS4nOCsa9iLX~qTR5^D-m2)RlId?*pb0<_ecS4nOCsa9i zLX~qTR5^D-m2)RlId?*pb0<_ecS4nOCsa9iLX~qTR5^D-m2)RlId?*pb0<_ecS4nO zCsa9iLX~qTR5^D-m2)RlId?*pb0<_ecS4nOCsa9iLYa5fId?+!-*YEaId?*pb0<_e zcS4nOCsa9iLX~qTR5^D-m2)RlId_8Qi@Q#reR`|Y)43Cz512hbICp~c6=ts>oIAn! zU9;|LIv<}q!TCP3_7TpV;QW=DuXJ}_&z<1>!kHHe=T30G@yv~db0;{TKV!b!G298x z51(|DOJDxl_0koL@2h3gO%d&Ucu;gK+Ky=eJC|MeZ2x1n0k)`U|;JxD%YO zJauK^+zHNyPZ=(E3U`9@Gw(f9?hx(-=a)>rMD7so1m}-VdQ|QV?gZ!iP25lJ4DJNy zqb7`!?|b4-a6V$(2zkGOJ3+bL302OWQ03eSRnDDI<=hEX&Ye)@+zD0Aolxc6302OW zQ03eSRnDDI<=hEX&Ye)@+zD0Aolxc6302OWQ03eSRnDDI<=hEX&Ye)@+zD0Aolxc6 z302OWQ07bSgl~Voz7wjPJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$ zp~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C z6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80K zJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b) zxf80KJE6+C6RMm$q0GDLoI9cV@3|AIoI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG& zoI64D#a&m;y=ri$hjS-5A2xTGaP9=>@6CCyr}KL51m~0IOcu_a;QYinCkp3IaK7c7 zEroL@IRE|Z-^-oCo#6b^*_R6EPH;Ya_Hg0c3C>@h^|IVC+zHN)opr2m?gZxxXD*aG zg*(Cd&NFuw&Yj@=&KY;gox+{qe5DyH3Fl65{*CG1kUNAs!TF=p9+f+UJHh#gsUzgh z;7)LU&6I28&frdP{>ghkDR%~Ug7YKqIa1!w;7)MfZ{kjJM{p-Nf8_Q@Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C z6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@v%6!S4@b(w#JE6+C6RMm$ zp~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C z6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80K zJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b) zxf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf80KJE6+C6RMm$p~|@v%Dk)2xf81Y zo;#t+xf80KJE6+C6RMm$p~|@vs+>Ea%DEG&oI9b)xf3*B@^ez>4;Q4-=lskqy!TE7>juXzE;Qa5i|1Nh5cY^baW?v+n zJHh#XXZ=_16z&A)eP{I*&Yj@A|IGe!r*J1YZ)P-dhj1r2KYjY?a))pyIDdNT({g8U zCph=NKf;~h{Kk83lskeu!THG(PL}r@xD%A?olxc6302OWQ03eSRnDDI<=hEX&Ye)@ z+zD0Aolxc6302OWQ03eSRnDDI<=hEX&Ye)@+zD0Aolxc6302OWQ03eSRnDDI<=hEX z&Ye)@+zD0Aolxc631z`*XK*Jt|MAQp%bmfU;C#&)Ys#I$o#6cRX{XEk8QclZU%2-Lc|U?X!TASw ze;|MVfjdFD-U(IColxc6302OWQ03eSRnDDI<=hEX&Ye)@+zD0Aolxc6302OWQ03eS zRnDDI<=hEX&Ye)@+zD0Aolxc6302OWQ03eSRnDDI<=hEX&Ye)@+zD0AolxdW?u4gL zt?z^?=T4|{?u07mPN;J3gevDwsB-RvD(6n9a_)pG=T4|{?u07mPN;J3gevDwsB-Rv zD(6n9a_)pG=T4|{?u07mPN;J3gevDwsB-RvD(6n9a_)pG=T4|{?u07mPN;J3gevDw zsB-RvD(6n9a_)pG=T4|{?u07mPN;J3gevDwsB-RvD(6n9a_)pG=T4|{?u07mPN;J3 zgevDwsB-RvD(6n9a_)pG=T4|{?u07mPN;J3gevDwsB-RvD(6n9a_)pG=T4|{?u07m zPAK!PI_FNP{(J6(D(6n9a_)pG=T4|{?u07mPN;J3gevDwsB-RvD(6n9a_)mF=Psyn z?tv=j4ybbaf0fhwtDL@H<@9{b7k53h;32tF==shEEf^%6p6`6d{WIhaq31i_<^ElS z)AOB=nLkGE40^uvo#yW(oSyG|#Jmx5XVCMVuRm{n;q-jxTiv&n+!^$I=gZGsUhWKf zzVp6w`pO+a&v*XZtmouTpyxaP<&0m-9YD`_e&e(oZa(aH1 z)AOsGo?qqk{3@sCS2;bu%IW!4PS3A$dVZDD^UHim&p-IIy60CpJ-^E7`BhHOuX1{R zmDBU9oSt9h^!zHP=T|vBzsl+PRZh>Za(aH1)AOsGo?qqk{3@sCS2;bu%IW!4PS3A$ zdVZDD^Q)YmU*+`tDyQdHIX%D1>G@So&#!WNewEYntDK%+<@Ee2r{`BWJ-^E7`BhHO zuX1{RmDBU9oSt9h^!zHP=T|vBzsl+PRZh>Za(aH1)AOsGo?qqk{3@sCS2;bu%IW!4 zPS3A$dVZDD^Q)YmU*+`tDyQdHIX%D1>G@So&oA??I;ZDX|2;jw%IW!4PS3A$dVZDD z^Q)YmU*+`tDyQdHIX%D1>G@So&#!WNewEYntDK%+<@Ee2r{`BWJ-^E7`BhH8uX1{Q zmDA^|oE~50^!F;Kw`;z*YvTnQ%UwZlcYgT&hs)hSZ+HH^`QMYffZpzW{Jinf`|0h@ zU%2lD>HYL}=Nrx4NP0iL-TC>m&zJWH=FrfcZ?AHC zdzI7MtDN3m<@EL{r?*!*y}iom?Nv^1uX1{OnJ?+>^G>gOdzI7MtDN3m<@EL{r?*!* zy}iom?Nv^1uX1{OmDAg+oZepL^!6&Jw^up6y~^qBRZefOa(a7})7z_@-d^SO_9~~h zS2?}C%IWP@PH(SrdV7`A+pC=3Ugh-mDyO$sIlaBg>FrfcZ?AHCdzI7MtDN3m<@EL{ zr?*!*y}iom?Nv^1uX1{OmDAg+oZepL^!6&Jw^up6y~^qBRZefOa(a7})7z_@-d^SO z_9~~hS2?}C%IWP@PH(SrdV7`A+pC=3Ugh-mGViK$dVBTX)7z_@-d^SO_9~~hS2?}C z%IWP@PH(SrdV7`A+pC=3Ugh-mDyO$sIlaBg>FrfcZ?AHCdzI7MtDN3m<@EL{r?*!* zy}iom?Nv^1uX1{OmDAU&oSt6g^mEM@cRhUn!_x2R=gt?-Unu>ae(wBh^S&nio__B9 zvbmQ@f2W^2|HSN1NPnlFJ700yit^l@ey&{md6m=8tDJsb<@EC^r=M3j{k+QQ=T%NW zuX6f%mDA6woPJ*A^z$mGpI15kyvph4RZc&za{76d)6c7%eqQDD^D3vGS2_K>%IW7- zPCu`5`gxVp&&zyCKi}i5x}R4${k+QQ=T%NWuX6f%mDA6woPJ*A^z$mGpI15kyvph4 zRZc&za{76d)6c7%eqQDD^D3vGS2_K>%IW7-PCu`5`gxVp&#Rn%Ugh-jDyN@UIsLrK z>E~5WKd*B7d6m=8tDJsb<@EC^r=M3j{k+QQ=T%NWuX6f%mDA6woPJ*A^z$mGpI15k zyvph4RZc&za{76d)6c7%eqQDD^D3vGS2_K>%IW7-PCu`5`gxVp&#Rn%Ugh-jDyN@U zIsLrK>E~5WKQHsHI;Wpk|2_S@%IW7-PCu`5`gxVp&#Rn%Ugh-jDyN@UIsLrK>E~5W zKd*B7d6m=8tDJsb<@EC^r=M3j{k+QQ=T%NWuX6f%mDA6woPJ*A^z$mGpI15kyvph4 zRZc&za(a1{)5kSm+_lAmE#!GVecX9#eoOj1ecbu;bDx*KP9JxE(~O(sc{+Vux%TlY zr;k@TeZ0!)<5f-{uX6f$mD9(ooIYOV^zkaEk5@T;yvph0RZbtTa{73c)5oivK3?VY z@hYc}S2=yW%IV`(P9Lvw`goPo$E%z^Ugh-hDyNT^`I0_9_MEzpS2=yW%IV`(P9Lvw z`goPo$E%z^Ugh-hDyNTEIeom!>El&SAFp!yc$L$~tDHVw<@E6?r;k@TeZ0!)<5f-{ zuX6f$mD9(ooIYOV^zkaEk5@T;yvph0RZbtTa{73c)5oivK3?VY@hYc}S2=yW%IV`( zP9Lvw`goPo$E%z^Ugh-hDyNTEIeom!>El&SAFp!yc$L$~tDHVw<@E6?r;k@TeZ0!) z<5f-{uX6f$mD9(ooIYOV^zkaEk5@T;yvph0RZbr-^R7Clk5~UaeZ0!)<5f-{uX6f$ zmD9(ooIYOV^zkaEk5@T;yvph0RZbtTa{73c)5oivK3?VY@hYc}S2=yW%IV`(P9Lvw z`goPo$E%z^Ugh-hDyNTEIeom!>El&SAFp!yc$L$~tDGLL`Qomp7d$OJogVId$N4)- zPp5}FA2@rUJU6F@E7u-g<@E3>r-xTLJ-o{4;Z;r#uX1{LmD9tkoE~1~^zbUDhgUg0 zyvpg}RZb7Da(Z}`)5EKr9$w}2@G7T=S2;br%IV=%P7kkgdU%!7!>gPgUgh-gGGEfe zH$1oQ;Z;r#uX1{LmD9tkoE~1~^zbUDhgUg0yvpg}RZb7Da(Z}`)5EKr9$w}2@G7T= zS2;br%IV=%P7kkgdU%!7!>gPgUgh-gDyN56IX%3}>ETsQ53h21c$L$`tDGKQ<@E3> zr-xTLJ-o{4;Z;r#uX1{LmD9tkoE~1~^zbUDhgUg0yvpg}RZb7Da(Z}`)5EKr9$w}2 z@G7T=S2;br%IV=%P7kkgdU%!7!>gPgUgh-gDyN56IX%3}>ETsQ53h21c$L$`%e<@3 z>EYFXPYgPgUgh-gDyN56IX%3}>ETsQ53h21c$L$`tDGKQ<@E3>r-xTL zJ-o{4;Z;r#uX1{LmD9tkoE~1~^zbUDhgUg0yvpg}RZb7Da(Z}`)5EKr9$w}2@G7T= zS2_J#^Tl1yFL+-1IsM!D8FSB&=j8Nn<=Vfioc>+q^zSOCe^)vEyUOX`RZjn|a{70b z)4!{n{$1tt?<%K%S2_K=%IV)#PXDfQ`gfJnzpI@7UFG!eDyM%}IsLoJ>EBgO|E_ZS zca_t>tDOE_=1cnb55Hdb?<%K%S2_K=%IV)#PXDfQ`gfJnzpI@7UFG!eDyM%}IsLoJ z>EBgO|E_ZSca_t>tDOE_<@E0=r+-&D{kzKP-&Icku5$W!mD9hgoc>+q^zSOCe^)vE zyUOX`RZjn|a{70b)4!{n{$1tt?<%K%S2_K=%IV)#PXDfQ`gfJnzpI@7UFG!eDyM%} zIsLoJ>EBgO|E_ZSca_t>tDOE_<@E0=r+-&D{kzKP-&Icku5$W!mD9hgoc>+q^zSOC ze^)vEyUOX`W!_ci^zZ7wr+-&D{kzKP-&Icku5$W!mD9hgoc>+q^zSOCe^)vEyUOX` zRZjn|a{70b)4!{n{$1tt?<%K%S2_K=%IV)#PXDfQ`gfJnzpI@7UFG!eDyM%}IsLoJ z>EBgO|E_ZSca_t>tDOE_<@9dN7k8~ReIla5e>D^_%q<1g=M%}xsoZemK^zJIBcUL*RyUOX^RZj1&a(Z`_)4Qvj z-d*MN?kcBuS2?}A%IV!zPVcUAdUuu6yQ`euUFG!dDyMf>Ila5e>D^UM@2+xsca_t- ztDN3l<@D|Ila5e>D^UM@2+xs zca_t-tDN3l<@D|Ila5e>D^UM@2+xsca_t-tDN3l z<@D|Ila5e>D^UM@2+xsca_t-tDN3l<@D|Vb$zbu^IfNReWmN{u5*@TPp;Y3 z)%o`v+Fz&t>Gbl&U6W@`mY)OKz8~LH{;3(CTI%mNZ1|4y$EQ9n|E}1=!AqXQ8$W0M zIZNHAW8c=-pMUT9^7Dpxy>tILsO|65ve%z||Jm~QwfXV%jb{1;ryfpCoQ$-4t`C4e|;zPm4Ek*-=Fif zr>`ylE*-x==SR;vTE71H{W;%e&NlLMZ2A2;e{=4e^1dU#Kj%I3dgRZK-=Fh7^ZUr> zhyCdMmHDp-XHPmGegA0r{IM^cU%KGZr9OX8FVfH7^|xOy|GqY#Kj-^S*;oGkZ$5v{ z=TDz6pI<(I&d1FhC;#3DpFii{oc&Gt`sefK{2Oz=A)kLff6o2q8SwdYKK8z`^7YB* z&-sD#4wOG1K7Y=infHuvyyN_Y`6tMq5B_of{QT#I<00q1Kk$+B*Y1B!{(SM0^9vVT zxYVET$uH@j@809~-p==r^9SyEKz>d#f4&?;PR$`8xmIyx$3@e>mT6{&w>9MGtX)-u&}~ z(?^^?G5-nS^b+S=-@mnd{n1aHUwHq8!s#i_|8V~wgwt1?Z?j+<`TC`|IKOzo#lqle>vrsvLE^ScmB|{ zhves_@b&L}!Sn?(KYaZ=zk9~rGCzF%J0Cl9tn635{+*vW>r9z1zW$vzvm2QozW$w0 zm_0!_U;oZGowKRT7hnI*ubXq7aK8SX`_GZ*>)-iz=6*-!kFS5{@6CNrIA8zHPrC0U znNPm{oj-ry^TPT1cfQ@c?PUJ=`gi_?d0!CD*T3^o^F|5h>)-j~^Bxz@*T3_1=dUaC z$=AR0gXbSCoF4D|`}4mqoIdaT!TApgr`J1wXZ}0FnXhmEP3LRqEkn2L%n$v+`GXT4 zlzzs1IqyHIzw~3~%lSc*589*i@tH5@i|$<{^T~WU@0!{r{$jqI?=Wo#nNQ}+`EJv9 zllf%6oKKoQNjUT6{D>Jx$ow*2&i&`1GGETmo_V&+H}mDZ&#XQ&-^`cut7ly;ocVIz zcXnTyZ|2MS7iND!IP>NF_Sv@!XTF@jH~T%|%$M_?IX$u;m@nr)nDYbS%$M`W=R7W) z`EtJg-1TKYFkjA3nR|+G=F9nAbMF$)d^vx2?z_U7FXzMW8!r2W`Evf<`@Soj`C8+z zI$tl2dU3PP*FW>+eBm7nckFQH%lUG5FDLgO^W}We#6{vi=F9o0dqzn=WWJoQdhe<- zf6SNj$L@VhIP>NF)+x7&KbbG*hfY0I=9l?$zRR>-WPX`1=Wk4VLpby0{L|AvE%VEK zIlq7U{lb|q=Nr%1SmvAga(>B-ON29D&R?DJs&MAZ`2jNzkojl6oKK!PSvd3Me2rOa z$ow;3&c8P6Yr>f?=YO2_N8!wubKf7#m-A1~{-n%5^X1(CU3=!s`8~7mk=HX{&R?AU zqHyNR`I>Xql>NYbUH=!IuP@*D*_2r#A zocVHo_{76y{+KW42TVFZ{K$McKjfZ6WImZM=f_PxPW;JyIro0cd^x}8-g{(znJ?$N zPT5uFm-%vj*Oa@2GhfaJP8}%o&3rk(YwBIXnJ?$v)4FB8nJ?$Fr_C15d^ztsy|2tS z^X2^b>BkFazMPMoK2kXI<^0*{&kAS0oNqB>3z>iB%lWZ0jup;)IUh4)jBw`5`ExU# z6V7}&-(uz#vOkzF=O@oRSvd3M{HB>V31_~x|C7$wnj_cTxbyYTd^ta5>?zxHIP>NF z=i`4a^T&KSU+vD-Wd4{h=jTi~NBSr8<$T;-<77UWFXwOF{g(KX`EovX;#iqq=F7SF zTjtC8qDhNnzL_uQKe*=yGT+RX^X(>YC-cpGIe%jE6T+D<=X>6}r_49=<^1w{FBi^y zIe+%vXN5Cg&Uc)$qs%|^<^19)7Yk>;oIgC}Vd2b|^R1?CCHsN-a(?dAbA>Zs&gV~^ zFP!;uzR|ReWPdPU&QF<8w{dB5rXgfm}LpVIjnb?vAP zJM+VQIX`*K$y;?e^X2@F+uqo=! zgs;kcGGES*zw3CJPv*<{)^~3$^T~WU?=!KF%qR2Z{DO%W2xq>Wdp~BroF6yoIGJDO z%lX1d3xzXZ&WGGHMCP0Maz62%iNcvL=NnDlNamaQa(?CHD}^&(&flN>zHsKt`G9)| z$b2(j&d<2_4B^a|^IPt{ML6^2-1i6b<$S#<>&g5xU(P>1<>SJcFXxv|xl}mw<$T7J z8N!*beV)|$>gxLBs-5{@zMPL7J#zC7XTF@Te(UP;{E_)`zSeDP$^0>2&L0@}fIPov zzMMZY{t=l^=F9m%Z~v#fzr%bv|L~n3mic79oL_e5Wx|;+=Q~W;LFSkFaz16k6yeO5 z^S$rdTjrbja{lC9PYP$goF8@fQ8NF`mvi?w^W}Wl#9=c3%$M_vCtfU^`Evfq#7BfP zU(VN>w3f_2^X2@QNyi9hzMPMpG*&qC<^07-FA8VAocF({zw8g@%lUctoF|<5az6K- zxx$$*=c`O!MfL~t<@|uj2MA}r9(hdX>!<5I*tau3%$M`8-t^UvbU5?ne9FyJw&-x? z%lV`+lf-|_m-9o%9xDBl`Eow>wy83o%$M`)$6YV;$$U9KVf+a)pUju@6>eWa=9Bqy z{?zSH31_~X|KyIJh<}+c=Ud&mmCP^m<^0k+FBQ&wIe+HPXM{6f&WBGJF7wTNIUh4& zjBw`5`F|(;S2*+K{Diwskojl6oX@yxhH&P~dEdMH%6?$JoL_MF1;Uvx=fAuAcfy%3 z=NnJlMCPCQa(>XngM>3*&d-~8o^a;N`Rx;L7tVY+e{AAo!kMpQAJzFfaLY5~>zny< z{`SbX;oS%97 znKIwZm-BaTe^)s3<@{@Rd`;$``EtJKjzz+mFXw~q93=D2d^tbs&a;FwU(P4rIaxUK z<@~KX-xAJzIp1-@jxztum-90woFSa~a(?H8JB2e}&KFHsB%Jwj-tVq{vOkzF=e~dV zKFmcA>wNV&d&pNi{$c){U()Xa`S{GA^F6QIbED4dnLp>3-*EXR9nSnYpLf$d@gwu+ ze8A`d(odN`=f~W9jLa|d=ltqhu9o-rm_O&Ik2ziDoB4D8&X{+EGk?y<+&V_)pZRm% zjBRB8nLp=`j(t=(^XL5B+s>8wXa1ZoJ8oH-f9B8mk>idO&ipyQb=RjeAWv z^XGi%_@S~Nm_O&2jK4%U^XL4j@lOe7{+w@j`*yNFm_O&I-+sDq=Fj;9w?819`E$O; z9c##bVg8(d=8n$@Xa1Z|xMPBF=Fj;Xcf28-`8)SFI)9HHf79nX^TGT%-)gsOq`xwM z&JP=L)CQf`Gk?yfTt7wnDf8$2b2ofW=9BqzKIo=FGM~(!^OHxNEPiGFoDUg2MCORx)p4uJ zd^3N}hmIR6ocVKp*0{5TGk?w}jGG{w`E&m4xMzhkf6o2=E9TGn$H#wM_6PIl{DScp z20VLqK7b$I_HI-L1*{$~H*$nzKG)A<#Bu2{44dgjyl|BYBI z^UHiX|L1l86u&Z`&c}@$C;gZCbbjXzcglP-pUxNDxIo@NWImn0aMKGi|IDZJFOB+= z%s=z#e7Vuf$^0{)&MzB%nQ-RQd7qp6$ow;(&Tqc?X5q}I^UZGAO!fow>3qs9Q-m|0 z&Nmygnd}GV)A?~@juXy&I=^Gg9m1JU=ZnTH63%=&-~HCzWq&ZA&dzB8{F1Sk2xmT>KQi_a;moJ=)oxo&_7i`v=qJC>`F#Jp z3%=f&ALiHj_9tF;Vuv%o&R_rNSs&|g=GXZ-1GbX)CzxO7Pk%)3N9Nc0D=Qtha_8eS zzs|21aiz>R^Xt6tb$w;NnP2CpU4NSRoB4JA<&j^O`DcEeZ-2w~GXKo4^MyAo6wdrQ z|Iv*wMUlVZxbT=Vy*NQ#kYMe8iX$!uk7xn=aJ(edz2X&*{tu z^X+`$iCcc5!edYu^#hd^>;py0>M2FyGD> zUcXTG2lMUxizB}%`-Ay*{+E$|5zc%&KlFw}Wq&Z=&L6$uQQ^$D^Sy7}TlNd{?R@@? z^My0t&bx2wmi@wfJHP#=+l4dV&et2Yp6nOq+xfwx4i?UQJOAOR9|~u_o&R#wFNHJT z&KHkbES&jvK6La@*-y;3^YcfaFP!;yK6Ug|;mo)5e~`tHSaQ1`q6OXt_`ZxQ*`5hm7Lj2BtaDLpd zNy9oHpZ(zcH-pyd?r`>l^UZestURA)KR7>Tn`@=tupgX1w8`r7^~-*6K7Q@Z*XjKF z><8zUud@289nOAme&sc@*6(okgY#2Hd|CDn`@#7uBVHBGesKQNYkw;HhyCDuo9nib z{lk86KJB_`!r2ebkGlRS*-z{T=YPHaufo|6&WDX0Ci{u~;QU7;ePjA56)-YFhe-|!TItxE-zmn><8xu-FT32_Ji}0H;xp}esKQ$ zjn4~bKRDmzrd?z|vLBp(>!xoBXFoW<@22~N^YaS^&e#2L^!e|e-}(CF=NLFY_v|&K zAMo=GoNsd4$kRHn=jR$Y|I&{vFPKa(>c~9}Ven_LK9|x<_|+IQz-@n|tWr?_xhW-)W~q z*iX*CyxHyIC-#%`W~0kxzS&RCms#iIvftQG&i}L8IjeVmf9xmc zx2(APN*&IAa(>4(56k{zKRF*XVsF`R>?h|pjJQcS`^ot#*RCr2kNxEQAIRD4hM|{ITmF6V85ezUjzK zWk0f?oF6>$VBzd1=ieRqUE%B}=Tk>c70!Ng{_@C|g|nZWf8>Ub$bMx%IsfPl9~I8e zby+x9_tTT-ef8^|uP=VSi}O>@`H$=;e$I>YQD<~X|KaDoI6vjfzxZnLyqaZp8e_k)lYRF)#2<<=RZ8`p~E_y z{poz!Lv}i(!`YwC_y6bxAMJ4Vr}ORiKT!4~`_uVB`{>V4V1GKFF!=X_J0G9@>HMGF z>oy(E{&ar+USs6@XW5_5hwgr?y#K=fbpGv~Z7 zbUtJAx1^u5Kb;@F$prcOW`8=Lvf(uQ5x}DDt`_uWVYko#6`xl@<#{QB%q=i{&WjqG>!r}GU)Y$p4g{ptLO5l0JWe>(U5 z&;E4&^oT#o>)D^qH@kK-+3)O6=Of&;E42-F4f^pD+8< z`Ki~PDxCf4eByNzg|k1MFS>4#aDJ}WVY79A?snew=XL)4`1xMW|9j5)U+r*y&X@C( z&wBf;4(I26Ip5%ni_hqAe(sm^6;J!tX&uhb|8hS0)SfSOI6nu>d7o3hBKw!02j+b9 zFI*wdr|^gK`6ul2`Oe43AI{e}?o`>&_`~_h$KG*l=k@r*`GZHV@tF?CAI^6_>WfEp zIR0>c-4RdA{fs}H-*@QpvfuHC^TQAMzU+7W;r#y{JnP`jua7^RKXuUJgE}04IRDv_ zzaZA(_`~^khu<>1!|{jn75CX>pAN?#&VM}QM(Nl1!}(=BqkB59#~;o=-kiLYKb&7M z@XCRm*W(Z8WA>c7XNTht=cn)Sefj=U{NeoEU9Xhq5BS6RuXlQFr_RU6AI|sR@f`X7 z1N`CqYuk<8uJd~Q;rxTG2a2EYhx1*wJX@YW;}7RQ-t5kTa6WZ|HDy2I59hPi-DbVc?+<@C-)rsr*6wip;r#YK>x%#Ihx2Kx@32Pa_4vd2 zcUN6eo)6;>=hvDa@rUz=mOo&H&d0|e&WB&~9q}XnaDMYOzYvZ;oWFI=3gS2X;e4wR z{e{tBZ{7=X2b$sXZgFl?_ z^SN>Id=Y;*-{aWt%KpV4&R_n_&eEUphx1XNe(lqpUmt%s-{7cE9o6CZ!}-ofUUX!K z;}7S@AAXZOf50Ek#~k|fp`F*`59hx*LkB>i`uY16rvj6di^F_lyv|s1-_`~^y`(CwghvN_DpC9&hdH#z( zoKG4uNBn?4oG-KYhxhJ$eEi}3gVt(G`NR2ln`@Txhx3yLoj0iS@$rZA=LWnvpu_Qp z^MCC5f8rPX;e7Z0!~1t$k3XCb-TgCi-{24Dm+z{7KNNpB|MAZH{plHu+ZW{d75;Gk&8;VF-TD3F59ga~^%;5p5`Q>@$q4*7dIKN`!r{wtt{&4=>Mth6@@Q3raHW()U!ynEEu788< zfBfP6v~?d`xAXbIAI|Ty_b2d&^BHSyuvX{w_`~_OeJ<+L;rPS(Dr=lB{=^^7f417| z;?J%n{y1%#`r`*j+%NqWe>ne=?N9vS{IJ8Wk^YN6oUd`{fwEumhx6wT+3=H{-yi;P zzTqMJ%l^e5&hPm6b06=#9)CDL`{3JT|Kbnlmwjxyy#IwioFDVipUQs5AI`TuXn*PF z_`~^f2W~0*8-F-o|A5_Of8!75&+oUKJm0||&Mz5$tMq&P;ryz7@09(HKb&8_&mGeL z@rUzmhV3Q$AAdOSH?%dh^ZCag&bJ$~r}zPXIRE3|7v=dA{&0Rz&n)o+{&0S6>*iMH z*XRClKB<|zls}yJbbqwF^LqT@eB(j-{SWxV`S5|C7}$9|{&4>6UjLBiWB9}Q|VC+)wz!`TIL> zB!52&e>fkz(*xo!{Na2`zrXbB{QCIA`KTTLAb!Ii&iCHoYgjX#`E+V=t3-}uA%`ulD#9Dg`JXrB{gzvB<*2M;@5 z_B;M?e%a6)WxwMO=YJmZy6kuS;k;+a0mAWz^PepF2ByyZ;}7RQ7<`rZ0e?83)ANA% z0e?7Ovu6Y0_`~^$tuHO*59hyX9$U&E&KGt+yp%tjzdA^NzBc}FK4j1Va=+jY=a&w= zO8kO9oOcaeRXF}|zU+WLa{u5D=j-pagZK%5I6rOA3&l_P!})~%^Tbd1!}-SjcNUI6 zobSEIk>W4>;rzhej~9R859e3zHd*|IKb-%5*Ehsp_`~^tUG?X0;ScBM?{bUy4SzU4 zZ|70+{uTakK5M7Hi2v}1^AGxMDja_}|8&0##Eg+ z>j=jm&c8kUTG_Ao!}+qqHx`aRoR8UertDYz;e61(2Mfm^&hOvnFS38}hw~lw87>@u zIKOz<^|GJwhw~MNttT9RIRDPjpUD2kAI?`Ex`A-~;rxyv(`0|+59d8Y^yjDJ59bf> z{fz8){Na4Zy}O0u59gN;{+aB5{Na49!F`3}59b&6{808k{&3!>XMN%L!}*=9iQ)(R z;e1GIxNz60R8!!_`~_u1NIa@;Sc9O*=w};34b_WX|D~0;}7Q- z?Rkax3x7CYchBvG;}7RI^}kpAg+H9P`hP+={&4=-9{&)(;ScAV?$HRxAI^We`(5Hc z{Na3=-8T}BKb(Jaw`;_Y_`~^HyY&-}Kb&8`>s0Y4{&3#2>!*a{59hzx$3mwhx4 z_tmnW@rU!x_Ung3;3s51;}7R24L)5s{&2q5;Ejdj59jlHekJ=Ge>gv*=Un0V z!}+c~1BBxb=YMOxEc+dQIKR0yRyh7}ezM&c_`~_OtsUj{_`~_j%|FBseE*g6^O|o7 z#~;quYStHyKb+6*p0|`goFCbJtZ@9{e1-1Sh2szBlLyTdzu*t&Ck#4OIR0?H#h@L9 z;}7SL5B#(E2Y)!fYT%8+@rU!H2A&`se>mT0p#J?v{Nem}1D+Fq;ScAZ8*rv@{Neol zy;c>DKb+sZ*S+F5{Na4)Ui$N~@rU!b_FPV0k3XE>wC6f}D z_`~^w{q^U6;}7TG>pw#Li9ehl*#9%a@rU!(`fnl}e>k7L$CKh${4sih`r}U9ulU3H zH->y)_9Omq{>dT72*)4JcO0^paQxwXnIWqQ#~;q;@BOgsSN!4p?7c4%jz66D+k233 z{Neod!T*u{ia(s+Hh8jd{Neoc!RHFcAI^6hJV-eHaQ?5J4`l!159bSdek~k-IRAdn zkA>q8=STD$BOHG?-?C>%;rPS(KU?p}e#Rfpf6;naIR0=xqBT-D{&0R;>rCPJ!})%# z1BK%c=Nq*)6^=igztOxc`yYQeAHC!U>~x;L;Sc9WHOC0YAI>*wHWkkO;rx;A$Hfo$ z!}(9UuN96zoFCr(8R7WD`MTYk2*)4J|2F8ArTpQ1?4Sw4@rU!X2AwY)e>nH&clg8k zYJ=96*W(Z8&kkH9{=py4Ck&h+9Dg|f_Q1=9;}7RY5B!2~{Na43fdhr(59ccnTt_(m zaK3QB(F zhw}{wZy_9iIR9tQ`?CM=hx6a`JRux^IG@lnML7O&eo4<2!tsamFZP@v9Dg`Jpy%Vl z@rUzmdv+F%Kb)`HvzBoD;r!*+8?ry~hx6aGelHwLyPe#alq?{5|g#~;prYTv(w zKb(KDIZa-VKb#M2TEg*%^A9&`3&$VMpYMK2{D424PwSo|9Dg{!s{4B3+#k+Q?*58! z{Na39_kqIkhx1Lkw-Sy&od0{!2TS?G`QwBBEF6D0zkAR$;rPS(4+s5BIR0>c+Murr z#~;oQ8g!^|{NcRcp#H+~hx1hjts@+NIDc*6zr;WI!}+5FpAwEgoKG4!OE~^;{c?7)+S;}7Ti4Ln3R{+KmR{V{dPKY-QgU--lM$euC6@rU#8_54UU z{&0R~&w0Y}hx4O*ju(zUobPY@7k@bS=O_5XdEcHbi`# zd0IIBa6YY>DI9+|zrMLiIR0>ce)CP?_`~_J&GEwVhw~xLKEm;b^Ua%WgyRqAD>bVN z#~;pL?tV@7KmKt3+wMn&;}7SPyJrZ;AI`7tzCk$mhx2cBe@{66aDGDfslxGx^8>pN z5sp8c@76s~IR0?HUiYTL@rU!S?iGdO59fa$^!if%aQ^V1Cxqh<=Q9V*7mh!ij~+Bm zIR0>c*`S{a#~;qWI_R6i@rU!z4*G&{{NenggANmpKMokH{^--Qp6pNj;e45%6@}vu z=WpA7#UIZ9-g;f;8-F-|s`adJ{Nen!t;dAp59jk*3x(qk=l8az3&$VMeLv$5=hrX! z0c#z<;t%Inw5}44Kb&7|`x}2aKezP_c|HDcep>4c;rPS(ajnk_#~;p*XdNXSe>gv| zb+B;!;k>6cR5<={zDH|-aQxwX+tv=k@rQHw1O9NnR%=~(J^paMLThE=_`~`8&Hu^% z#2?O|Z~iVEe>i`*c~m(5a6Y@aPdNT?erq#cIR0>cWuyPTD*kZ(t>)YEdi>$s?;rf( z{HW$L@_PK?d|0!eaQxwX7yJGK{Na4#W;1y`{&2ohvzl=H;ryNM|H^*GAI|?~_ZR+f z{=4occPU}43_`~^^ZU5pA=O?wkD6hvK z&i(ld{&4=O*3t5M{Nel%>*x5x`2nqu$?Nfl^I`V=Mfk&ccdJKUk3XFIe#alq`?YqJ z*W(Z8Ter3ojz64#q_u@`{Na3qmj3(F_`~^{_WTKdIA683hJ1Yd;rv6b6@=pt=S!{+ z*`RmO;h2szBe{G%@jz63~-uyv0{&2pq`IT_|;e4k3{S^G+d_prxUXMSVk7{la zjz66LtQjF3e>nes^8?}d!}aaQxx?neOL>;}7SLb^k#){&4<_?uUfq59f2c7YN56pC7IM@coKEoS)n}Rpt|a zI6tAK|Gqr_aDHs-IC(w(aDG(lGs5wQ^TS%75{^Hdf4rstJ~jSuexU7V{Na4x)&cVI z@rU!hTf>Co59dv5uyFk0e6Q9Z;rPS(Zms^p@rQHY@A$*H_j~-|e9P80^6~M9^G#cu z3&$VMH*9Sz9Dg`px3z(A{NcP$Yi;59!@2tbe>h*UwTiqRe>h*ZwY+fr;rxT9OE~^; z{#NsEnQ#2zd{Oh7aQxx?x#k7o_`~@h8vXaz@rUz=o8Qap@rUz;%`b)H59f25dBX9B z^C`^?;rPS(9nIas@rUzU?E4Gwhx6;28|C%*!}(8|p9#kw&M$2)7mh!iU({SI9Dg`J zxA}%}{Neoc=4|2k!}&?gslxGx^UpRX2*)4Jk8D0I9Dg`JxcQ`T{Na3fbD(hi;k?xh z5sp8c_iqLY#~;r7HMZ1KaQT!})rx4dvIzAI{fqttT9RIRCKifBfNm^;REw zJ^pa+?@!+lAu~=cAijh2szB{{9vIaDH`j zt-Kz8IKQH~N;v*-{)6U6!tsam?>3hT#~;owY`!BLe>nI15Pvv7r#Vkvk3XEBZucYp zaDHm@6?r}W_~uCUhwo4P;e7j6KbcSb;oSQ#{&4R56@NJQevChyZ{FHUetrDm-1jg3 zaK1@vGkHD!aNgIx{}X>W_x_DPoUh;7NIpLPaPIvae>nI3jX#|G^Bw%*{KKua*EjS z|JN)docqK1`^^V3ANa%hzwP_C@Q3p^?S8=@&i(lq{&4-{1Jd`5LV?<^Lc4aK4)DZ~Woh zpYPxg=icw}hx3(e|Kktm-v9B3bKn2?!};>9mE`w_Kb-sf6Zpfq`vHGA_xl2WIA7c> zE5APeaNgS=&i`ZYuj3Er@7ecn;ScBT7yRM;?dBbsKm6g`?;HH#{2$Gm@_PK?-0vU! z;oP6U;ScBTC;Z|3`Q|10_3?*ue}0EQoIle%C$GmJ&i~vzD;$3~_xlTfICsC{59g0J zPszu}AI^W@JRux^IDf=`{tf zKb+4uf8r14_ciy+>+y&4+4g)Ce_V5o`osGz{&4R56Ms1O{fR#k#~;ppzv2()-kA!@2the>i`;c~@SKKb-sfH~7Q3`w4$If1`OzK0f|%?)MY^aQi`+c~xGIKb*hRydoTbIDgTe58@B!FPQ)EhjYK*@P~8%{t5iy-0wU5;ruVnU*-Ql z{&4R8#2?Q8*!)Fak3XD0WzRS9hjaHU{&4<;`4xXS_wNtEA6xxQ{o(r+e>nGki$4;_ zAI^Qh;*Z4fhjZV*_#<)r;oSE#{zx2uIQRXHKb$Xb-#>~!mgd^e@rQHY-}obO{Ndd9 zJN`%nI3k3SN}AI^RM{&4Poz#oZoe>m^$59c5B@`rQ({w@6B-2H+- zocr@J{NddFgFl?RfAEKMfBy!5ICnqc59fX#;ScBTC;Z|3&E{XS-|&ZX_ZR+f?*76b z&i($vAI{xx_`~^Y<~RJ|-0wI1;oSX)Kb-r0hd-RZWPZdS&i`(H#2?PxkNCs6`w@RQ zf8M@79e+4?f8r14eqZ8`Nmr^re81uk=e|GjN8m#~+E~ z59hw0@kiqLBXRuU-1j&BNF0A8jz66He#ak)ivl;ScBTKm3t6{&4Po#2?PxkNCs+KkWX)A4_w6eu+PvyFc-V zbN46yNF0AScfaC~!B?n1eE;GP=e|GjN8mjz65cU-3uc_~X}?t3Q1I;*Z4fN8iP9DgK^KN80uiQ|vN@rQHY-}obO{E;~RNF0A8jz1E|ABp1+=f3~(N8m^$kHqmu;`k$R{E;~RNF0A8jz1E|ABp3S#PLVs_#<)rkvRTH9DgK^KN80u ziQ|vN@kiqLBXRDJ#PLVs_`|vT34bJxKN80uiQ|vN@kihP;g7`eN8s$62~8jeo zz}wHS0&hRR3cUUND)9F6tH9gOuL5sBzcTJWUmAb-*SGWb^Q-Xs_VcU2+t058Z$G~Z zy#4$t@b>eoz}wHS0&hRR3cUUND)9F6tH9gOuL5sBzY4tl{3`JF^Q*wy&#wY+KfemR z{roEM_VcU2+t058Z$G~Zy#4$t@b>eoz}wHS0&hRR3cUUNDscR9mhs;HNF0A8jz1E| zABp3S#PLVs_#<)rkvRTH9DgK^KN80uiQ|vN@kiqLBXRtZIQ~c+ezu_ebLRBXRtZIQ~c+ zes$62~8jnI3i9Zs@ABp3S#PLVs z_#<)rkvRTH9DgK^KN80uiQ|u>R#ktz-+Zu?KN80uiQ^CF|7reDK0f|P9DgK^KN80u ziQ^CF?oa%YIQ~c+eEjz1E|ABp3S#PLVs z_#<)rkvRTH9DgK^Kb$YqT2Af*{E;~RNF0A8jz1E|ABp3SU$3tIc&B+^_B;27^LLy7 z2*)3ZW{aZcVvI#59j}C-W85N62~9T|J}SNug4#W|KX3s@rQHw8~#Wfe>iu4;g7`eN8nI3k3SN}ABp3S#PNr7-{1Hnar}`u z{zx2uB#u9v`~JlriQ|vN@kiqL!@2KI{E;~RNF0A8jz63)*IH5bH~vT*end~^QLh8;rxx}E#dfMY5ulw{NencjdJ|q{LSWH@_PK?{H^BS z!tqDq_`|vT6Mr~&f8vkC@rQHwC;o8m{=*;6-Ea6Kas1)j{f0lByT9;9;`qb4`wM?K zcmLoI=k6E$kvRTv?tZ}^&U^bKar}`u{&4R5AAcl{KN80u&V9e*kHqmu;`qb4?`Qmx zIQ~c+e>nI3i$4;_AI^P$;*Z4fN8itP;t%KUKm6g`{f9rC zyZ`WqbN3tmaPEG?AI{xh_`|vT3x7Cwf8h`3?kD`=-2H?m^$ z59hu8kvRTv?tZ`@iQ^CFzW?z@;`qb4?|1x>IR0?%`x}2a_x+4N62~9TegEQ*#PNr7 z->>*1as1)j_b2{H9Dg|X{fIvj#~;pDZmlN!7k@ZkrM0?n{E;~RaK3754S7BONF0AS zU#<0Fc|HC}9Dg`pz12rvk3X(iU;XiP^Jke~{Nemh%`?LBhx0!-&kDyM&Yx+X6OKQe zKifPn9Dg`}u6aQ?{&4<$^LOF+!}$x%OTzJobN3_uaQ>3{4}Um!|KShk?l=75-2H|> zocsNUKb*f|_Z$9j?*76b&fQP=!@2tje>ivl;1B2SAN=9m{enN7`~8AHoV#DRKb-gW z$I@KiAI2Zfd;7z=`vHGA_x+DQocn&qAI^Qh^{xhx0zI zwT0sk=WDjs5sp6+#~;quYOO1;#~;quZmlOAe>h*KwZ3rtvC2m3j|ZDy$bQ8i&VSzg zS~&i2{;TFU!tsamhnh!(;}7Q#H;)R(AI^W*JSH4}IDf2pQaJu_{zUV%aQxx?spe0@ z@rUz2nm_S}^S?BImDl4B=k7=R;rwsSi}HH>;oSX)Kb-shhd-SA{f0lByT9;g@ z73}#0{&4R58-F*v zZ6+LlIN!9jxp4g9{3ER`gyRqAo3*wQjz7M+vHD|tbEoVt{Na2;Gf6o9a6YNIS2+G~ zes42fIR0=xy_qc>e>k7j+$S7=IG@)n5RN~bFKB))9Dg|fdGjmb_`~_Ho8Jn@AI^W< z{7yLjaQnfE-FNuIx%&x!IQQp|_`|v1SNOxZ z`v-qG_xlHbIQRPne>nI1g!{vJZ+|#nI3k3XFIe#alq zeZS)m=f1!3hjZ`0_`|vHXZ+#Z`zii#?)w*iIN!kbFaB`u`xSpU-?;S=*>Cv6x$jT> z;e4~!mhyW1;e3nM*23|J^Q~Ij3dbMLw`pxJ9Dg|9uC=3Z{Na3u)=t9lhx2}|U4-Kg z=R3D{6OKQe@7mf!IR0?HTWe3@_~VUD)gKo$7s~#^AI|?@^F87C!}%r6Wy0}?^UIqn zgyRqAKW(lSjz64_Xs#EIKb+s#j24bRoR4X46OKQeyFc-V^Sl4Q&dvio$}(O55g`<% zh#&|YS$gk~GV@I;z4x|&AfTWWK?MXA6a;lC>LLUPkdV+r3!#S+SP<6+C|FiqcL7n9 zUDw|I&rLbseLn}+cm7S`tDBl}AKzaB>x%v-i0TD6imE zqWyh-zt8CKa}h9JNQF+LGUPjefUGUKL3J0l%EQop*;Md{5|>k z82q99yu5z{{!p%dfj^Y%^Aq?(`TzBYa(#UX{!p&3|G*#0_4OP0L%CkR!yn4^e1|`j z>+2WrhjKl?;Sc3Cy}Gpj@P~4}zJ))OHg;oU=Nrco zEZ5hU;1A8~^8@%pxnBRnAIkOohd-3->m%@oa=reBKa}h15AcWb7`c9iKa?kU$#g!z zAIkOm7XDDK*RSx0@?Ks)`ugyP@&Vpp;_!#^VctmM@Q3oz-WcNWhw}Tq2Z+NT%BOhK zh{GSsAM>6d4u2@0?L9*r{!l*Od!9J_q5K7J332#C`EoClIQ*e}wYQEq{GmL@+e#e% zP`<<4O&tDEzRx>I9R6ruoBh!#(1ZK{e<&Xk7)c!dP(D8J5OMfJ`SieS;_!#^=L1WK z!yn2s1M7&xAIf(G@`=MA%8v(LB@TZme<$!hari^|rN9@&;Sc4%25zMD6aG+MHh3Fx z_(OTEU_IjShw_+UfH?f2ymPQSari^|ox$P6;Sc2#gOiBEAIkOhN%%v#`U(C}uFsF) z59Rv$9Q>jD?cm?&{=py0_5Eq^hw>=-d<1O`S)H_$iIGvKa>{>l_Cy*C@&wXOdS4DUOiNgIQ*f!Styn`{GmJ)YE2ye z*jJbR@#pwu@&5gXKa_8Z&m#_hC_fVaGI97r`MdG|AP#>h|1$mu;_!#^;(;=Be#0Ni zYXlk)hd-2if!4&~59PfBe_(OR?;3#qUL%I45 z{!sp1;3vw%AIfhHR-p42{!rc|*n&9xp}cFbCvo^g`KaI+;_!#^r-So|!yn4m1ve6h zKa{Iq;1A^&;Sc5d`VIV{yp7j^&JXxQc^_{8 zari^|J>Gr9;Sc3gy~l{dAIkOohCh_A@K#YC{!qTv%OehdC_n5SCk}roKjXbe9R5&# z!TT3+_(S>6UST@F;1A`ugenq;Ka|%BH6#vyC=Z5Gh{GSsyN3D_hd-2$42>ZUe<+_8 znn@h~Q2uOaF>&}q`MS_n;_!#^1EHhD;Sc4fL+=xZKa~F~^bK+NL-~yfHzoLffIk{H zV1H!9t&j6L{Gq%c?j_>zhw=~NJ|Yf(DE}d@5cvWAP+mE{CUN*fd2DFq1g^p*&0c1%D`iC2*4R@Q3p613wdoKa}4QtU>2L{Gq&CuorRoL-`}Y8N}fa zd*szY+dW9_t0@e1kuf>(3YA59MRL@sx)@lt1Y`O&tDE zzRFuo9R5&#&^t;T{!sq5_W^PEL%Cl6!XL^jgzlj81^!ST6Y_||AIkfO?j#O>D1RvQ zC~^2h`I68o;_!#^d^tbi59RNNKB7GQp}cTHNje|l59M_dnh=LSly^<&M;!i8J}F^3 zari^|(u6GH@Q3na2`7oeAIkrg@B?x9LwUu-nu-4T4u2?bm)MIq{Goho;#A`BM`k1T z$ICHq#rR(z{!m^nwtB43;Sc2lVn-2&Ka{7(ZX^zWDE}<>N8<2@@(OX)$xrZy^3=F4 z#NiL+W8+5sy zhw>@GN60Vmhw>MLuMmenloyfDkAOdvH<9-*!XL`}%j-Yzhw|z2`Z)Zde2cf8&Tsfb z`8(dHLB} zly{T!75-2@D`5fU;Sc4<6V4EaKa}5;csreM@Q3nFiT#PgAIj4b*ARz4l)smFkvROJ zyj;>BlKk@#{!kuDYEK;gP<~g^IO6b!^5>G46Nf*P=O?{H9R5)LNz%8(;Sc3ilIth? z_aFXH-Y&TharmQLQ})O5mYZApdH6&5$1T4j4u2?b)GE}<&%+aoAIfXR#*n|@59JGE*Aj<6l>ZnTZTz7;HZGYs z{Gt4zxaq{<59OQUb`gg^lz$(0gYk#*P<$KW@Q3m_@e7E#v;}7Nf{tfs;d15e?`~ZI_-zwuBOg>)%{!p&3FTo$mXL@t!e1|`j@AnFb z!yn3{LnZ0_g+G*c4D}!me<)uZT237PQ2t5i3*zvH^5zLaI)C90;_!#^l1Y{5e1kufcTO5W9R5)LOwwZF@Q3oFNpBK|Ka`hF zu1e=4{Gq%@@-X7?hw{wiT;lMD@-LDLr}*b1{GmK4r3Z2NL;0$dJmT<&@*h*mr21bU z{!l(R^+DqBhw@ib&k~0}l$UK?yS4xI;g31Z*&jojPHF0M_(S=dO+O_Le<)9F_Qz&^ z9{y0itJw+S@Q3m?&4)Gj^YDlA7n`3Y4u2?ru*HHFejff%Ub@}r^Gh{GSsQxiJV`3!$3Ka=ne z;_!#^sfkb1`3!$3k4`E}=O_H3e0YwQRgFlo%x5%0FoKHF5Yu z`JUz{$bayM@|`VSC;!18%6qlEoBRcTC@>U{Gt3k`S}?9p?q%qLh=jzp}d3m1^!T;6zpL9q5L-a{0R6%`F3wF`2qe= zJ~VU>o&WHM^3n+v=zNDilt(3&r1KsAQ2wvPpNPXB%I73KPvFWR+PSD(Wl%0KH`t((u`59LR?{YV`C z7#qv}m|yK!H9rr3DF3Q@ObwsIAIh8698uHf@Q3p9wK~=EIsBo#W9>P$eGY#ppIPT< z9iPJ=%CqX8sOxk1L;3o8AJp?X{Gt5S`qAV^_(OTChJ(p}@Q3mWjarfa;1A`Y#&?qc z;1A^+n!HT@gFlqdYr2;F27f5u*z7p@3;t04e)Av6U+{Ry|G*#0SHy0i=ST2|@>Ov;;Sc4t+9uQa41Xw}*lr=6&+v!x>Ft-$`3rw2pW9(0oxkvh@& z59QfC|K8K*@Q3m*dsXZ0bNEB~C%y0J<8$~!`M>%!>g#j(L%G*)dOx4TAIit~&+hMY z_(OTpfawE#4u5)y8DHlM>E%4=1;zoO6K59P1j zUbB+V;Sc4zE0?R{bNEB~-T$-ge|!#qD8IMrk*Yq2Ka_v+ho5!XL`V)m}q>gg=yzt-FZ)2Y)Dkx8BY4{1E<7UcF%(@*Di2d}*UY_rKa>}1QxbqFf)tAIe8}o=@j9{Gt3uIe*~~<;A);rSld3P@di6O*&uU z59N3D%J1dxC;XwjUY~Jve!?Hh%k{gT&PVt|`Hud-(D?{|D9;%9<3RuW!yn2=49Xeg zbNEB~?L#IG@j3jVyur{(Lwyc^D4#p*+%TWRAIjex-f)D^;Sc2rBhyCu9R5&V|DMcy zd=7so|7ukC(LRSil+V8R^Lu?B74}CjkNt6a@fQ_*4u2@0w0I41_(S<~g`wxFw$a2!ALaTJA68NBBc| zmkOuo&kuhnUw!+<+x_nke<+_>O%4x{GohuwO!;l_(SkO*n-#_?6`J#HS(epF-L;14}x00XW59MbXe@D-+;1A`Sn!Q5)fj^W#*78|;{sVs~ z|4+<~vHtysKa_8YKSs|_;1A_Jy}Qiw59K!|R-@++c>bY$S@I_G1N@;pp>=n<{)a!5 z7j9RZ&VTqr`Q066)Ac$0p}bw^(R9AUAId-OT8plq;Sc3CdJLrV8~#wHLL1l=mHSgw9|1LwU1di|BlXKa^J-F@?@o_(OTm zyHDNi&ky{eywT{Tbbi7g%HO`P%NRcoe<&Y1?&EPjhd-3xI$_QPpTi%@3mynO=yUi( z`N&D1P4YSXq5QKccR%cNobSgH_aTbpLR^E1y#Nqso3B z=ezQiRSW&W=Q!V$m#f*D{DJdb`Sv=WlRt32D^G1Wn*4zCUHP!4)9CdxobSqe$j@hR zzAN7n_ez|9|8c%6pXDt#=ezO~NngOI-XDrE}^BLE#$`h9)636+b{7l+gbbjJ|Q$8k*UmwEx zro3!gWy<4xQyvx7x3K^C;(SxSqj-p(AK-jbo>(TgjGxE(raZdBopgTUd{e%>%7^s$ z;(SwnsYV?-A921Z|FvGd`u_LF`KCOj=}H`KG*R$3`7}j`L0VZQT>;`9ID#<>&gg=;!BgzA67;P;EMYaK0&@KK$ZvKacZG z`G=$Lrt<~ooAN#5L-+f6oNvmrC#BN)f%9QwDxVK8t$67UKacZ4`9munB98Mxd4m-V zh~s=ves=j;di@gTgYxH>KTjOzgYs_6yAj9vp!}EgUuZsYJ}A#k&n1rYLHXG9vBYsc zD6gDenK;e|a zC!H@iACy;3t3w>;gYv8*chL16&Ijcmmh4l?pC6nL%EwhaPG2AAgYs?F{!P!{aXu(t zRsRf~A2=VBzt}RGUVp{;puA0JR>;49I3JV`Xt$4^f8u;l{#N&!==ucbgYxzR=Fs&A z&Ijdh4v!t-e}9}0${!zdk)A){d{BP&p+C~|8|?2LZFzr3W{#x(u)oTyXI3YU{Z)P; z;{sj(VtT9x##rLmU*+MyzDFGUtNhZ+OZ55<_E-6XD<33|{Z$^lGMYH{ zSNY5pGwFQ7{wlv^#Vy3KzseUaUqt5*_E&kO<&}tIf0b`Z-$LgH_E&lR^!miHzskoh z8%yU0_E-6gr8DUK!2TM(WCood*k9#a(zellVtxbB1>m%4N<#7#4(d!S`FXaakyCnJZhy7CS^{d?9=h!dh z-;SM1&u_6mg*);7G+5K1wx7rTD1U$T`?Y+I{ZYPj^-|*4ALad5_a~11QC@0wDdN~4 z&8}eBg?Kv|rc{<(tzt)Ba#Tl($&gg7yddp}bzX>E-?T$9^b(r*&LgpJV&KcwJ-Sn1AKR*B+<+!~83+x3(T}%)j!d);vY~hxu3j z>*`-=zcByGd#&z89P_VyfA)UbAI!h z{lNSyKe*x`?FZ&x`K0tov>%v%<>MA-(DNhAzw%4%Z=(0-WBv#C}@SH5iZGTJZ9zw*P`{Qefqzw&`u1IbUAf90bxN74RZ z{*~8QS%a?MF#pOwTJjM+f5H4K|EBxB^!^FV|B2o_|8ZO6==Fchzw*Lc3lqouE8n&KY;!Z>n1AJ`Hl3pV#QZCtwrLu1 z%)jz-o5~T#{43v^vzPV{^RIkB&H&<=f93z)_;1=j%)j#X8`~4d{41ZdVG`{h=3jZi z`U2W7%)j#J_0hyJ|H?z_LbP9)f8|ZqHlh8({41ZodOqzB=3jaF?DFIv%)j!xGVh}O z!2By8mp+dCfcaN`+n{qp{rSTDr}pFdACfzyxz92G%1h;zB98f2etaAM{Tj@_@>$zv z(d%oNf8}x8;)rAZm4CPOJK8_Yzw(@|Im9vl%13M+K^*h1y!zG}#4-QM*KJux`-}Nk zUTsS?;+TKs3pOvH{lxq$|7p`tv|pHi<&SN8j5y|B`G+|l(tct7mG{f(M;!C7eBs80 zv|pHi<-<1&r~ShGE5C33eY8KAf8|ZrHKqN*{3{Q?eV?xXF#pO+W|yS>!2By;vtkWh zKVklr_Zf2|y?+byzjFZ3f1w?P=;t?>f8|H=j= zue|QIy2LU6%Ja77(f(onmG|7*lQ`yI`GzeUX#X((%1>=RMf->OSN`>;uW7$9|H`8` zMH9#TD^JNuq5Z=AD_^)_A?*+5U-{{Er)fVh|H=oi8BF_u`Bxs38AE=+eAgSq^WAAz zr&xb}G2hBR-}yQH{SeHz@{FAs#4+E>d+zK>9P_RGhaErAeqp|q=kCZQj`>zTV8;OB zm~Z7pcN8U#`Bt8vmrwhJ`BpwWZ#Z$xxAO9N<%wgyl|Qll3EDr*xAJ#$-=+P*d@Jvm z+mSftTlvCm3u%8a-^$gGm~Z8MxAvv|!F((4v84y?59V8W_~ZL%e=y(5U(R`%<{$H| zy!giAT0r(fnh+l`qU%NY5WI-^+&Ze80Sh|9uP0xAG_UJQ45DKjvF`%AOSB zm~Z8U_Y@|M`Br{#_rW;->tnu^Ke_u!;+SvciMtbtW4@LDxQjpk7W1uq)~;E!-=w#4+E>zuEB(?HA@-`Gg%4h-1E$|C09$?GNT#`MA7s#4+E>|GE92 zv|pHS<>zwG(f(k*mA|&_HQFD{xAM=nen$I&`BuJc%QD&z%(rrV{RH!^eBeg@d>PEQ z@|-xAF;j6KH=h z-^!ob{uJ#G=3DuxZKr5IFyG4CZf#5Zf%#URu_=SDk1*fL)7GWY`HuO1d^ped!UGEv z{Q1FrD^EF)LLBq0{QLdihx|O|Tlx0=+lgbom5sc4JMBHR(@>nG1@Q8xAMk&8xzNTE6>@J zL;HpKR$gpRG2)nS<p}a0 z`BvUHw=ekv^R2w$)#%t-R2YLc}rO%C{cgO7CyLd@JvDxEFEE zxAN%2(Zn&|%GVdHr~SlyEALs*lQ`yE`HclP632Wi&pwn*`-S;d-t$mT;+SvcUmW~` z_6zf^Jn3K(am=^!wFlPHeqp|qf4u)=+8@lf^5p%=#4+E>7w0dg{lR=I&)=6%`+@mZ zzF;r^`+S&h<+tp)h4usUt$h5h@#GK8xAOCO=jr^%d@KKX%g=OukH`1jdwITJIr0k4 zCmvtr@kio`lJd+MzU>FFd}= zD;%mo9FMQ^ng{vcm%-z!yvTtfG+%gpl~>-+|9&POU*-SY_fMJ+Jif|b+Qa`o7am{b zD|W4*#~+Wc^0?eMI^WPwm$Cf#Ryk6I9zXP>y!YYW^!T73<+BTBQ~&5k`T9fr`Bvyh z`T2wAX@Aj=@=6CPQNQR%`PBTWw14PF`T0HPX@Ag<^4IfTr~SbFKQx~EdHwL~^ykO@ zSAMME82$Ni|CLWVG>PU5_h0#+4*ZG!e7OJ0yXAMIKOgSD@}j$n(&LZs-(n))|LRAo z)8mWpuRQ$m`gH&C{gt0PaE|UDzQ6L7dsb4v`1)%e5 zxcoT!^CN%zWd8c+j+~>fkG%5x58Q9=|J;W;U#y^*`ToC7W1f5@Ikjw5RMfDjyP_V5 zdN68Y`2QLn{@**J#zl<}-|h_mfB0W8{3>} z7Qg0wow+Tc-p}jhP8Myu zAbcy$-|vAEL%J5c{BZoW$KjDtIi=@)z3l+s&l!bgB+d!nI5#D}NRzc6miPW!?vWd2 zB+d-qIQQt4ub=SWa#NyaBu)?CIA)p@Kewm*5W%$N9`?y~(clM|0i5J5+&e=Y% zmwWGr>4|56){By5?-3t~uMMYtHuRnzMaQyfUwQ zBJI;PXZv)`**;x!wolib?b9`9`yBhXo#Fr9-x+D2t~uMMYtHuRnzMbn=4_v?Ios#u z<1I5eFVa3;bGA>{obA&!XZv)`**;x!w$I_0|G=xaMcSup&i3h=vwgbeY@e<<+ox;J z_6gh9n^JsBq)<)W=YtHuRnzMbn z=4_v?Ioqde&i2{i`I_PXmSjiTr)$pk>6){By5?-3t~uMMYtHuB`m)G=&WyBA*PQLs zHD~*D&DlO(bGA>{ob5BA<(cqZ7`igjK3#LRPuHC7(=})Nbj{g5U30e2%TM3W|0O-r zK3#LRPuHC7(=})Nbj{g5U30e2%j0>X?$Sv6bj{g5U30ci*PQLsHD~*D&DlP~FT$NK zmp^xLq{obA&!XZv)`**;x!w$JkU>EXLRe4qxjB*c>6){By5?-3t~uMMYtHuRnzMc0boqt8_D@FIr)$pk z>6){By5?-3t~uMMYtHr=efdHw=ZQ%Bbj{g5U30ci*PQLsHD~*D&DlP${9L@uj7a-* z&DlO(bGA>{obA&!XZv)`**<^0{Ht`teY)mspRPIEr)$pk>6){By5?-3^UubG|0@-7 zpRPIEr)$pk>6){By5?-3t~uLhl@}+3|GPQjK3#LRPuHC7(=})Nbj{g5U30e2jT`W* zM8ti%=4_v?Ioqde&i3h=vwgbeY@hL$2fJ9reY)mspRPIEr)$pk>6){By5?-3$Fc5J zibmY0YtHuRnzMbn=4_v?Ioqde&i2{24}KMixKG!d?b9`9`*h9OK3#LRPuHC7^E~uE z|Hg>>bj{g5U30ci*PQLsHD~*D&DlO5xGb_8BJR^QXZv)`**;x!wolib?b9`9`wYKr z9ls*((=})Nbj{g5U30ci*PQLsHD~+0QfK6Sy5?-3t~uMMYtHuRnzMbn=6<8ksQ{obA&!XZt*N<$5XNK3#LRPuHC7(=})Nbj{g5U30e2 ztJkd&_vxCmeY)mspRPIEr)$pk>6){BUVeG0O3{e>bj{g5U30ci*PQLsHD~*D&DlP$ zKJSmXPuHC7(=})Nbj{g5U30ci*PQM1>g!Sw_vxCmeY)mspRPIEr)$pk>6){BUVYs( z;yzt-wolib?b9`9`*h9OK3#LR&#SNNN8G1t&i3h=vwgbeY@e<<+ox;J_IdT^P7(L% znzMbn=4_v?Ioqde&i3h=vwdE9o?0g2K3#LRPuHC7(=})Nbj{g5U30e2t3S6d6zTJK z*PQLsHD~*D&DlO(bGA>{obB`K`$~#L+NW#I_UW3leY)mspRPIEr)$pkdG&oyMI-Ig zHD~*D&DlO(bGA>{obA&!XZyVRzPu8V_UW3leY)mspRPIEr)$pk>6){BR=V z>6){By5?-3t~uMMYtHuRnzMageP46wNc(in**;x!wolib?b9`9`*h9OKCiy-zHFp@ zy5?-3t~uMMYtHuRnzMbn=4_u=|6WMBNc(in**;x!wolib?b9`9`*h9OJ{w>8`&<{obA&!XZv)` z**>p+?ns?T`*h9OK3#LRPuHC7(=})Nbj{g5uYN90y-53X&DlO(bGA>{obA&!XZv)` z**^PUequGYVWfS!=4_v?Ioqde&i3h=vwgbeY@dTK4|ee;k@o4DvwgbeY@e<<+ox;J z_UW3lecpBX54^frq*tAI`+ff{7ajgQ@si;ie-63r^V-+p`}t(}Gsx$f&mp&c zUN84__%q#~HJ|Hl`@CLmUidTQ7n;wJw|!o_-+Vv!eV4o-e3Q?uw|!nOSH9|n`Qe*< zPX4v~b*<0q<=*?U-2CuOa`t{+>xu8@UpCgw4&UV80kHS;dbzCck7tE%^6w7V`+2=w zjoCM3g>RCx_w(B0!uRvFA*J_(Z}RUd*!y|CT(dVf><-`L-*K?_^Ln|{P2bxUzQv;R F{|8XBJ@o(p diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/quantizeToF16.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/quantizeToF16.bin index 9e4308d5cd301234b2af1e7daf0dad15f87f042c..d6d75befc06b69a50ef969b82c1658008bbebff4 100644 GIT binary patch delta 962 zcmX@%dcbwV7a5kt`;3_<9#CL$t9{N2qF-6h<^a*Xzx=pCw82g$J`jDSe47A>E;q{( z2GP=AWyL`BzRedUKy+eJt2BsaHMEoi(JS7+Q2^22>lP@3==V7xY9M-&HissNHhZ;O z8${n+k*^1$Ytoesfpoos+I3@A1_lO35N7-jB*DN0!~%&iFflM3e$r)zsiwyaSxx$4 zJ4+Nb3+yZz4%k^DtKmxeWR0RG;ZwaeL&GO)WJPNgmf4{w0`eIgmf0bz3A`Wah@$2| zq$9(FNJnHfU*__w>IidQAO6Hxxw<2i+JF4!R*LvX(COM5tl-4-1uh zH#K~)i8sx->n>hdE)sfi5 zHwVVY)MJwf6A+HaCjRr>u|#a*b9<{&u!%eP=%r&5f6VnL6DnR0Omv7KZ9h3R2b%`1 y4$pjS;^*A{7Ge`GWZhVTO#kJ* delta 641 zcmX@$dct+X7a5j0P2$WG4=Au$vaV+Z(bwADI6!m}*F7!}&EH$f3!>NX^9q1y&q+&! zK=e})8&MG5H2tzTh?bYimIBec=P=2F=m_~)@*w)_LPI4GJxS%H3W(NQo}dn*Piy|r z1ko95`gK4wi@v%(h+epHpCOR0w=)SdVP#-oU<6^t|3DH18caYekQf6K1H2a$Q~IR6g3NE>TMVf$k-q&+Gw}M4n>i|7CQ!qEq2Ii zd=Gj%qNq9G?a1)J+YwpKE9b|~C~6!YJ2NCac1BjyeoVE>4Mov`DmR7)Rc^?NR6KI0Z1;Jp3@iq1^FylhR{0J~3_qJIyn86u$ zE*8vK_8>I@%y3Trn*?Uue>x=<%&5uG$pAAXUmwl_Gq&YM=YknQA3o)S8Sjg_iolGX iuZpE$hDOECaxmlQuYf8rBdPX9&EyLTVw2Y?@c{rq1+-xR diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/radians.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/radians.bin index f5285d108778da7ea5a7ab0930659875cdfb308e..731e6be24ed52a2f52a81b88ceb6c9b8c60bb67c 100644 GIT binary patch delta 1742 zcmY+_dq`7Z7{~GBWhgVR%UGGV@~$NF!a|qQ%9cx6uBIVsvRX}LV)KG&$^lEWM3F+0 zOtJ)%O3?i^PbtH*`!W2mu=|{ zx8X1hV`a|DL@UGO98)vqEAu_Znqj166C5-TWmY!56q-qKqdl50$J;qyDKs?;atAck zVH(!HHcVrWNZ4cTglOK@&EYqNX1J)^1txt{-+LcnL<;l@eW0^qf!(SSt(*e5DEN7!V$eYI4gWlp?PAwAVL%8+Zeu|LZfMk zi9|CsrxZ<7Xt+nei8&1W|IOc*VHYW*5VZ?hV{p)7U61%Lg+}oqMS`X|JwN6Kh30#c zV=Nj+p_jy&GSU94pV{TKJ}IKk#gRRCDI6sBD3qbOWvr6kq0o$v1|*>AYuqX8r_hu) zjLFT0wS4!-Gk?ZsQix0@(-N|nhy|wv5w+H^2XM29g<3MTYmD#VIt7}csO$1K6wP5* zpZ>XftP)Y7U8>>~g_~)IelwX{( zokEoC!pp!x4SRjku25*^2cN3YM7fP0iKfsr)s(2wv#;qa2#UHnt^=YWShz;I?=+o9{ z;UI-5_g23cP5tpHQ6q&$Dmf!Tb09KLe2_xZTF&)EqqMq70$5rQ#YxMgi1&zQNY*1m)A4xB%S@s1uTGS+h{|l)vO5%_Uf+3NG%ri}@-_-hTI~%5 zn(aCFd_5^NPD;5F&73Jn@y8UzDiBpRm;w-4IG_DLQfM@)SQVN_`!fRSC^REY(}8Hr zW+zoAg(gdVMa^T_|6jhJr8saGg-F!q5sZV@Z&s>ZC^QY4XBsr$^gVmWDKrtU!b8!t z-cHuEQ;YQcwQcr8JFZ1kGGY%YrEpMwSGEq#9zmfth(aR^6NaG?r|!_XQ)oJRYr-9d zUETM;YT6I|rVu4WhDPF`_fyBh`zSOEmZ2y#)ymn38VXHG%()meA?mA9`zSK(+S~6Q zaE?VJZxzS*QaH#GcQ+0V_iuyVi9%x-35-YcCFDrlD1~Oj$-abT!!DnC&3WHXv`~nu z#!?b-P+0P%gu@gXZL&QHP19x9#1|BrQEPDu8ew!*l89O|?8*_Flcq>RG+i8$GDG1Y z_n+o;G~I*4sqZK>O@?>_n){N>^oJChXxnVYs$m^xzNyaH&_N-ZF59eF*2GdDe~<5{`}MX{&;=8U*G5DImdH3bUCy=>&Qs#R2%WXhC3rP z@!OPf?f;M|WB#!zOGf3F^p`SDM?X3B@EE@S-1yrU9^>wHfjrnro)pUHen0J!VOG@? z$ymSn|M?IWJD8n zH8LDM|NJsG-D`CiR^*~BU@E23K$@-3t^mNook~~gb|pKQ(oALtm4=(8j@?j7qg`pZ z@w-OC+|;{9tgt@99G#z)HF5+8+)OS1XyOJAxUp?JrGX3d$86iOn)yZgqFJD*)%N0|(sva{TP$2ClLCIGQ27l delta 1068 zcmY+?Uu0Wh9LDkYv`M#xY8si^tokQm4bd%HWmX|VII0y3m8nd0LX=~XicPdm^`k#+oWsH5dsuGzXNfm2QW#j;Bsb@$+9bHd6eP#tT*4?!H}@WxQcE`-pKb}HX!2;ssv(ICW5cq@F)%xr~)jLqEl zeB_+@k&g%&8?Wxt*>vhIQWhh!HkolNbq&u)#)bj?2HJY_JiV`IwoBF`AEM zVu(>+<-#Z%Y{aGz7-1teZ)>R}8*IcTeE(#e4K`x) zxBfC^GQtPMXe#Ybv%yAeuIzrDV1td=6pb;14YtfQ7~R=Fc)$o7vH6#Ml4XO9*gQS# s%CW&lY3VT9kS_z)x?x(N*_#9#*7phDP^RjNQo&UrHok)F(o1;MIs`RQbtNd zN)|~Gi4+x)h?Epr=YB-@kIT94$L0Kb6EQUrQ#UKq_2vDF6irbS6{txC8zld3ib+xY zBTpJP*npd7-$EKU*npeK??wwZ#?~!3a#X%+%HRkaaB~^n&f*3ea1-|QS-HUm+}J<# zJR3*$k31XTXg_|D%MCW*rfV=}=LQ>aqq)8L+{o6ABS)*RFAk2d0XOvnu&%MCW*#@zkp(-i;z%f|t5wC-4`;vZoHZUT30H8bZXN9y}xdacM@$AMqO zXCJN;xxFrK5E-4nX*8t3l*GrWHp#WHbt)i|$f<1>30;1+h-A*JwTZ+7ogE@AS=LUG zue0MWk;TbKk4SZcD=6|{zV8(oJDClMl#bW+i=6p?21Ew5ts#-@qn@zH&S-8#q`l@e MYKSxbX}xg$0-eG8-T(jq delta 1100 zcmYk4Z$v|J7)I|_Q;jLLq?Gk%RAiGT#*B=ZG$}GtQew)Kk&<$WiIk`mi9||7O&KXE zDJ8N*A}TUcQesM^_PnC!!@17$I_{_6Nlilq4f=*Es4bc23*x={yrf3z# zu3Oh}gAKU38mUg^1{-h_(BJC0iEmYpBS)#@y#|i30XJ)@hBR)l0XOc+rF3qv0XI>j z>d53MYII}*j)rG1v$(+q+?aB@a=5_;-0aM2^SHs@QR5$uyrwx5N7#Uy*kXAhH`sui zN%N_h8*IRhWu>)P

AB(OKzdDL2@F8{gVQ88_H~n?!4|l^g6hs+FU~&|W!5*nk_S zt1K`NGo9o~oVFPYL&MhZ5*npebgPN+Th&Dg* z$@Sn8895%P7BRci-6H#Et2H9co+^*XSLC`*WTv5~L8Rg;sZk{2UGR$dZz`KaQd-WN zMV9Y7T18y#-)$my(diD6L0_3qB>VZWQzYzf@{82Jy?2Ye21WxSW3hr>k&^!HK9QrZ Tx&e{4p~u0v6m5QFTv&bqp``gl diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/sign.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/sign.bin index 033f2e8158f6cc1b223f099e3a54e832acb558a7..576019c008eede64b2029095b12038f7e5ed171e 100644 GIT binary patch delta 443 zcmXxZVMGG~0ES`fZsbzCtTIlySxq&j8DqvY=9p%6%rcExjwxf7a!iSl5+j`y88OR9 zwHzrirAd(yBO^scGZ85%vh1UOkN2%)6qSr3Cs1TMZziN1#gg3Ii?R-)YTK0dDJ_}& z@igHK95=K8CGn63M9ZWaU_LuLfV_O80YXy?44^bwyMXN5D+>(mZRw;DT1!N{dW2O& zV;^9to)~~~HfoekRazpfGa<10TQhL}yler&X}cAm#@}tgF1u|9_y@lO_((N7f%U){ z2iTYy7jR$hbpwfwI}cE+)&4O*jM6i@!ULD>PA?ECefa>DwBrY4J{SOev^ofU7cW9U zDj64mLANmsJW-Dmz~a?f1n6IKMS&vs8v|m>gK40xAc(+GLK6qZ9M`jT$la|4#~*=q BpThtE delta 445 zcmW;BZA1eB00v-dH|dzwEYp;0Io6nFnla`$$2ikWW5z7A8dFX=W|{S8WTeEFA|s=f z7~7PQlF|nm88I;`GEPZ}krCPZ@8OXOGN~Xd&yhqfrIlyPaUrGR$cG6rPmdm5NH3>ko$ z@z)4Mi<>5ZFdNK3zH(s!7^}|;G^?LBAZ}l^1Df+;2T);77+~tk#RBi#8waHC5>9~T z)jV)nJ8}U*H|qvE^(POo?OpN$lZ{>aTNjRUtGPXY+9NXaga>46*eA0O|Y+5i9m diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/sin.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/sin.bin index a2ca632008ff4e42fe5a18e61a63389816c966ed..bdbbfe2bd539dccae629df7d8a5d6d3c66309ac2 100644 GIT binary patch delta 999 zcmcaGm+{10#tk0gEQ|LUGf%!CsKDY@`#%@z52tPBhcj3CVTpW)yC|2u(ftN&0j1||lEnsjADWHsx6YBbT* zD5zaGMpo1J>Hp51Y^dfOe$r)ztS0x$-};@WL>W;mOJ8hfiLA(X-GZIBR_LRs;Y#{s zjjX0J@sagj14bKUN3T^_W{0dM=GP*-*s8^L$Z7)b*GD=c6fyh;17Aq#8aU5S#c3QI`;G z;yG8oharpC!+gv?d37YR1WbH$V0;WV@h}15cx>W7&mBv|CO)^fDg}#pJ%fXfUOE;D zhR0lwGO>xbpPZV5Oxm+`_}#tk0gEOVN~nI|_0D>JfAz96W;a;@Es1I#Gmy2k}(@b{MTPW~XI%qRfn zdQMs*1ZF%Hu@MC`nxpOt}uff0lm|1Yl1B2Cns2Bqi1H;0N`wWrQI0Dtg zqp7ho2{S=fWBK&|&SYLxb8c^YYlf^w)$>pN&b-@;yDfIeYO1|A*wvigV27;6_aKwEIp+z0?OrUe%SgBixx*u%h#3lZ}pz>M76X3<~< zXWY41Fk{(+)C4fYIr(oAm~sELJAR%tMU)zDH7%vkaMjRKhAy>5XrnDIU*L~XKzgaY#< zZH~$I5{fKluXbyL1Xyma$kzkQ)TAp}os((XABBdZC#AL)p!=7IhR4+Vo09>{9G%;j~N7$CwjJ?5Yrh_;q4^#sxP zZff{|=%yKW{3d_k6Jz=hqQn{fL4vB`69Pf>2~n325S?@7dl-o3pS(H}L~jm^j{(tP z0>bei`scZ0i6DAzZ&eD2cJR?l2hoqY9%W88U=n3MIW-5w*Xr=h2hr!;{uYAhLe`BX yAX?-|N;!z$(Iim?q?w}~&rE*LXUpihS(pDa+i2QBq(Llc$A_9}XY+K)g$e+?K=_IP delta 970 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 Rj%PMsmQfYo{KZ&C5ddVIvyK1& delta 628 zcmeBJ#W-OV;|33LmN`x0%#$00l^IzlUl3Gaxz_H+0cI3&-Qxl?_@Fe774zYd5|&!Vrc&&t5SzzD*O{~4GB7I#Z_SX^Y|HplzjNJdMik4+En6*-6`fmMx>Ibc6N(y< zJu)`PYUZpGv0=HSVuS4Hjdok?kk#mI-)*<5aE~3b8sCFV-j0(ONQtn#a(?VQSwTjW z`B;@3SU|;7$P>&saC)UTm=Wve=m%!}x^N=^%$OEj5DaD*UtB%-Fa2q6CLYdx1N#m$r@SF zT7_kH$cnN$7T8SzVq`Ue_ahyV)vWqoZ?D79V2`Zk%UoU;gc^qbAP<5(Gd<>@8$!Gu zAz>|D>WPp*h~K-Z;e$=QX~rEtY~ug_|HmO-?~kFr9_S*~@Ckt!5#<4vJa;S+oA}(`suXPE4nBJ6*u)=mJ<7x;-hOgw z4ph7znCK8et<~X~k4?ilx4(th#0yzBmS7VXIg(P2O?*d_L=~zyCnQlsJD%Bmn=h4T JvyF6(AOH|ZtFiz9 delta 625 zcmdlGxg&Ce3n$B*CUNG;4J-;QmaOYp!HjF|ZX94n5!XGg$pWm(jJ#m(8h%~@FvD}w z5+N|-sfdjzkfF>d4(7^BWlMn>yXP>;f*BF=v*f{yuL}*8Kn#sZDkoJ~85kHCL74GB z0~!lJLP50+WDao^) zi0qNEL003mQzq7C6HpLY(MG#1cF2lS)YjVd0Wq=~--F(c$ZF>OueUc~Xs}0C^UC?L z^W+0OBFyc_swVH}5oJ;F6!HWKupBtO(i_Z(^>g$CGk#sT5ddaP3oZx-GmNjXhk+Rv zBIZYc8M(L3qQMN#xO1^!#S3TAIx}P)Kvs#^n6t;1v4}%c9w$~M}GxWff&q5wJ$cG=S$_;Y$07C2mlz+uY>>q diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/trunc.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/trunc.bin index ba81e2ada42743b52200c58f8c0adc970431fe60..e18bb52ed981be7bfa2737d56723bb937a7ea20b 100644 GIT binary patch delta 1092 zcmY+CZA3#+0ESN=ms+Z&4`s?Fr4LeKWTY`;N^7K~NEuTuX__(1O{7Gmq)0?0Qp!k) zk&+@2kw{TdCL$$8Zs+Y!?|wYz*?T^BNDe%;H za~fQ|mzV)x26xPG(Au93TRsZ&;ArF`AMWvwSzx86t_WUxeNo}Y&E;bFRckGUXDU<5 zVQXx^624v=sDi`3;u=^jy{d%|A1AG_Z>7EtHub*Q;0<-PURw9ub=ValL;^@KD8&0xx+AU`Np}bdH}hQw&bUTyA>qbm3AnhawghySJX{>zUY9j-gblbEUASrH z1{-i=7)D%!{Rh36Vd%P>A0#i_e^6A?KJDQK8}Of<k6DD&*w`8*tOmRORCa8*uYry6@u# zTcY=IG=4g#afA)HshDsLaDxrFId}dHa)S-H8C1516rulr`M3ZaL?ohOVoFLxB6Z(iz5RI3bKm1}e%*wcP&Ya)#`zI@a@3q}beq;q@b#E46;>^G z7T7x3p9Zg4)6!u%x@3bNGpn=Uk=ZLd?8xcKfp_PV^5CFj&H;ZcmKVZN=a~~OTL~4x z=Ov#daCmL16gIkwT=3%NemU%^Y^sEBV=qFq zqn|ZifG^yMBq5%pxb(k?OG3mYZpKa{zJJYe#3yvPamqHCn|#@($@(F4ba1}v=Lj2c z(^}`P;|3dW^L2Ss&kZ)&*gBfRQRCZtFGtvbn^$#Q2$Ju~_=6tQfk&eVZ>zpo=9IwMwIlu^L*+p^L3}|3(2_%zNDe zWrSEg#K-S*Levm~5V1+x9Gd82X0LW@ql?{Kk*|j?R+Fx5h%Tm}cHJ0V>~Q^)E;Dq& z^u>0T=we(+pRCcv)+#KsLl+CYAL)oL_GK=w3%c0!n1gO0v3lfqx0WvTL|1t4riKr? zSksI_2 iSvQt|#mtbhoyd`ta&(0|nk1^w#iAY0Y}OW3|?#9+y~o)ul}TDuzux>ym{JuY-H{@zkv zbg?!3yaMQAo|Bdc0mbT3EPg6tBZ{uDY5HYxbTN6UY$S+-Ha`W>;?#W`Ztw zd)r$xbg^>FR!ej-kv%dt=wch~w%DPI`5yFkL>GJI{MZ>JR*xL-?Z>Lz&=sn93VEW7 z9XP$x8(l2c&(RNE?AL`G0qA1Wf(wF?#OlEb&iER87?L1Z>_Wu+2z0UB+h)<|Vw`d3 zV$sExJxEPJ7jsVjn}jZQ|7rb{RCK|b44n*gG0E45v(Ux1i}>}2ADv9FYG z6M(VH&9a1HZ0WDEVlei;%@-wL?8Ks0X&9T;&{7V@Uh)2o0*vjwZhiH&v59XEjE})49ws0h z4;Bad9~kEdAOAdeED@WAxxG~>*u))t^wP13KjwOriA}uy`l}Gfx&!mt<#RV6bFe&kAE-Yj@*-v5UCwalzR9y`{V`_8NX( z0T|nJ(h?yU`>BYHD2&}S{jxZWEiaWV1!M1?!z2r1N662Thq1pdG*p7IC#jrNfwA?L zC#b{Nr!{|Q!q^#W`gLGz7JYSn7<=KyeTE=*Jz(HUh!VY@~@m9J0r_W#Y@K{%eNn^azmECR(!n}Dqj!wp^B%FCqei0!mMaU8`@t&`WrP#zZDt4A*6F>SZpbDFKQtgWxEaH>-#UmO0HfM_GvyJBU;hNX^ YfQdYjA!+(^OGe3N9mVZBii|3;0FBN0X#fBK diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/unary/f32_arithmetic.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/unary/f32_arithmetic.bin index ebc60029fa6091e18b8d03e473f855c08b12f859..6e93bec14f767b1bd6ab6c17e52aa6272f055f23 100644 GIT binary patch literal 19544 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 literal 19544 zcmZYHcl6G6AII_QXKx7!A!KhMNs=AeNfMG|W)qTrN!pX9BuU!ZQ<5ZUX=+Q7q*B_` z{eE`tKc1iK>YUd(y{_{(@B5D5_>Rx#lb6Y4ibW=6MrX!kMrLMY#$_f)t6m_JIS`-c zMKb*Rf%6X({(sNQJ3v4GzsTfG`sZJp=<|u^6#QgvVxrF{Hidis{*UKGKabcHeQIW6 zqMt`>ir4+=Z_kN7kJyx4G9@w5=MkII1-}2wbE2P1Y|2iVkeKM_5}R_Lef_8BM4wA+ z%Aa^vVxrF_HWi=Q`G@C3pF?aa)gPId=yQlo^aeA5Szv`x+f<33}Vyti;X{dPW0)-rg^_kiHSa)*tA^t{C>}gK8@J4YJ6;B zqE90>ZEktyN6(2qmDsc`);2NGrxKfXvmXD!bD~cnHtoM`nV9HPh)st95AE}u=#z;} z$MsDT6MZtV>D2VT?>#5_Bx2L`*7}KwK8e_LFLBp*o)i6SVspam+KGvNHnHjT)$QMU zPV|YyruRwJ6BB(RvFW>E>0Zx?K7rWuZ(cbu(I*g_fw$f8jpsxkPizL2s*srIG-7jgh1Wjz zoajS|&9w_oNKEvh#Afjin?CZK=%*5!>xXwqO!QNU&5f_U@S*2KA3|(yZg*T_q7NZ9 zOYdI$f#*a&h1e`Rq+Md7pF(VwFMM*F=R_Y&Y*y@Vm6+&*iOtH>A9>$%qMuA`R=v?I zG0{&ZHmln|@Sf*HA4F{Ky|-avq7NcA_aA!qyPgyMBx3X6qB@C*eiE^H=;u4$@to)b ziOnNt9G;ly1BuOJTbI43Sz`ZKS3({rNtB{m!0E}59B3B=~ZD<&r<`U%A5<3GRM>^aeU5SvfOj!#VV z9>iw*`@3KEoao(&&5kak6BE5VvDx{^7n?jMdN*RT>+sVP6TKU;*?rZgFL_S%uEb`~ z-=`)fdRJnzcl-w%Jtuk>V)NYxgAxovU+6TK6$`TgI`FL+M$W&s5}SW}9G{rz9f?im z$#u_rPW0o5O@TV?6BGS7VpC}G)9XAZdIw@tB=4xiMDIXsicNm(InRlHEU_u^X^X@} zKbF{(>a}LA=R|K$Y|1>{I5E-N6Pt4N?tRvCq8~$S%3ohEG0~49HWdr5dd732w<9){ zrq)VK^mfFi^7iFVdrtJDiA~ks)e;l^Xkt_C*;}6Soak+dO^pVJCMJ4YVpH?R>!0+T z=tmKo+J(y}Ci+ptrq1+hp75OLZHP_19iIVoO-%Hb#HMZkKOXj+ z=q-p%yXR*mCVC5E)4s{i4|z`X=ESDM(y57w-kjKUEWU4z=R|KtY&xAYF)`7b5t}Z% z_B`l0(VG&RZUe_8CVEq1)8mCNAMl*$O^8j;W@jWOdJ|%E;k^xBE1q5DInnD7n+au)PE7PV#OCbtp19L%+~kc;W^Q35u4d78zd%rEn+jb-0Bsc6TK#}nRosXiHTm5 z*v$WK#qFLG{cvKFKeR?-q90Cd7QAxna?goggV-!Qs!C#_*B~~FR^51;=R~hgY%VEZ zF)`7r6PwE}xNe!}M6X6{uGm*LG103Lo2!Ohd8_9{KaAL1^JYNBuS#rgsCeNmo)f(avAOBOOk$!}AvQ~YJnv@DiC&r5EF1CHO*YXFB{s`n zpPiWKhZ36=$NYMu=R~hWY*yYgJu%TM5t~(&e!RhRq8~zRR$nwJG0_hpHuwCr_j=EX zUXj?`H*#EJqE{p~54`!+63>ZVf!M4$_RPdYuRv@bzHi53&xu~1*gRT!L}H?sCpM2? z{K<8m6a8Rf^W-l>5)=JkV)OKz?OP`$CVDwyv+lUJukoDd2N9d~5A;n; z^n-}ahN`b$?K#oQ5}S>e_DoFlvczW7Z!cfvInm1yo6V!UCMJ3rVzcF)4Oe43{5)-`$vDy3R%@=u2^uomEyPA~} z6TL98*?0Alg`N|=5V863pK^(bUWnNIG~wzCJtulWV)M&~r4kdpAhG$a`(+C}Cwc*5 z^T*>w6BE4vvH7d^MHhHZ^gLqo&$R^-6FraEWHR~ro)bM*zvO3ZVogkz$>hgpi5b>; zPL7Gs67%e$X*ni7OH7q56LL&^mYCV4N9UOMEHT^q4bL(0Sz=l*8JuI{v&1ak)-T7z zXNlQgrDu+b&l1ybc;_4wpCx9^iuO4sK1)pLU9EFWe3qDr^_%6G_$)D7Ce+U{@mXT( zuc?`1;G6u-?mG&wPQW zU-R)v{F7xeStdV7z72D2_}`9?k~#eUv*EuX+wk9M!=FXA;m^y4Khtc(pSulzH`#{2 zKO6pzvkhMdHhisQ8@`@w_?pW$d|le`wVQ4D`nKVFAlvYLV#D`Rw&DBDhVRL2!}qNX z-`m-S?|&P9Mr0d)j@aDArCpP@Px8a(A*l^uo!?gvm;rhddYZPL`b&L(yI>d(SAseolhz-|OHe7oV8?Mi6 zxP~J(T<6(vEl6y*UbNwwlGt$FX~VTCvElmFhHG46!*#F?*UH3(>uDRVxrq(eT+c)no6GYDeCa|#=tWe^*lci8YugxK)h#D-@p#D?cDHaw#tHay3% z;aLx{;dzh^&y0u-&y{R=_C#!WK4rr*EMmiRE*qYO5gVSD+3-w_*znxVhG%ochUa%S zJmVuaJO{LiehabTd7=%^9ElCjC2e?iNo;t&X~Q#6V#9M%8=j>S8=kk?@JyE2@Z8ph zXS>9P=f5^QBPKRHN4DWvGqK@$v<=U!i4D)SZFu%gY*u;E<=vEhA&4evaN4ev#4cy~fwO zOKf<*Yr{KWV#9l48{Q=o8{RkD@J^c8@ZQ>nciY5<_un?WBPTYzN4Mc!JF($?ybbT{ zi4E`dZFu)jY*-&)!x{o&!#V>S)*=ua)+^Ysrh(Y7?!kt&5yXb|6E>`|AU3SSuwktR zv0*)j4QoD#4eLT|SUW;&SYKkp8Wdu~Iu#q%vJe~AyV$TMhS;!f#)h>u#D?`ZHmuPh zHmu{ZVXY6bVLgxyYleso>xyhxdqiwlpJc-tCSt=nCmYs65gXP^*|4UH*s$)(hP7G5 zhV@%Etnnf?tOK)Qtr)RkJ(&$_&WH``(rj3}Mr>H$X2TjdV#7K)o9Jta4eRY}Sd&L= zShr`x+CE~#`ac`i2of9C5!$fUkl3&u(S|jP#D;Z^HmrRlHmr}dVGSj*VV$K7YcYup z>osjy(@AVt_i4l0P-4USQ5)8n5*yZ`+OSrY*sz|}hBdFmhIO$vteqt`tgp3U4KA@^ zovsaQd5I0{eQj71Ol(*;Y{S}OV#E4l8`dZj8`d$~u-2K_upZhb`pd+Ib=5Yky(TuS z&$eL=H?d)zw+(B-i4E(;ZCF!IY*=@06a5up!}@g_*0>WJ*1_AbR-V|fp5BHv_r!*E z`8KTGCpN6_w_y(ev0X(2Z3d$D0}46$MVj17BihzzA_v3o)H`Nr`fQFjo7fy&4#^j#D@KHHteY*Htf5z zVQ(I>VgH^Dd;EwE`v7g&D@bhEPiVuQLt?|eL>u-l5*zk6+OP+b*sxF1hP{-;hW(Z{ z?8ziH?Ax?qZzr)~|ECRmM2QXiNNw0_N^IDVYQvsYV#B^x8}_~u8}`TAu!ok|u+P?p zy|~1N{kk^n=_NMo`?XwzIq$> z-V+=4=i9J{pV+X^--fdQhz;ij*l?x*vEkeS8_p&mHk@Bz!x;y}hI0^XI4gnJaGrt< zXD$#M&SkLS>;_`P`3^Rm0YPjyC&GraB!~^?P1tZI1+n4W3LDP0AU2$TVH15HvEdvI z8_wDwHk`*{!bG!x=QhhI49cILn6EaNdm#XW|eW z&dssmY#n05`8zh8(L-!F$H#`Veuxd{0oib75V7H0AsfyfA~u{)WWyOo#D;T@Y&Z*v z*l=Ew4QDD58_r#_;cO;i!}(1%obg0#I0wpxv!aL%=SkUc<`l8vTq+yRt|B&^Z)L+7 zSj6VPv$A5b3hS*nr|ZA7wBkH18_wJE9M0q-Hk{jK!`WWMCf3EAZxj6hVXe&n0NUGs A?*IS* diff --git a/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/unary/f32_conversion.bin b/tests/wpt/webgpu/tests/webgpu/resources/cache/webgpu/shader/execution/unary/f32_conversion.bin index 66b2bc73f889cc03ac45cd5a116e8aaf05b5c192..55e1f5ed945fa438f7be1219092e242a3ddb94f2 100644 GIT binary patch delta 981 zcmXBKe`M5g9LMq7a-5|atBg}SPE(C(#&M2mnVZ>cj#;KL%W=vvmvWrtJ4;GBQc~m? zBO^^2{V+zB6d5rxQdGpmNJ&xGJ=PyjulMKSGrbg z#U{>Nj4~@0?nv%uR&0LrYm8a3{)O2%v;7OfY#eUphg+c)yWSQ##H?6iW2uc<#on(U9AH*#=JvZmX2q)2>Xupkw_wP>YBd-VJ8=A3hS^#{ z2EN?WGYqX*e(mQ7vtqk$+#6+9Y%w!F#;n*#W79aZV!u{jOfV}}DF>x2tdvVx!J`B1 zIcCK^HGDk9tk|VjH}lMj9lqQ*$*kCF`cHvbu|oLaSynh!J3Qd-=h-5(Vozq8OU#O$ U=zcxLY^@8uEsuL!>XLu|0jDWFWB>pF delta 981 zcmW;Ce`M5g9LMpy)pU(nW|>ww&9TNbry0i_>)4!WrZLAXvmB?Ka?CQzcb1GSF;isZ zNQqG+OD-uXGBRRfw8)W?5=TZq?$IAlulMKSGh2$xmLd-q4hG9}&AYS+S|al?1b5O-~Q?Fe|p2e3WEX?Bt7q zUS`F3VbSS;O`W>)O^`uzcB#l{AE2bmSy*?2$1tk{j=3&YG-3x?tG z%{?Q~ifv?WXP6bsZ*`9{E4KIa+c9Rv?taXUGb@%l^Lv6>vF&oOl!e>nrL5pgt|P~+ z*nzJv&oV2vmLJVCD|YI~&-2WReJ@-sFe|oDIWox>PE-#Mc=Y0vDQLxB?F>ybD>iZI S^9-}qF84Lzu7V!O?x>-w zA(sYvRV(U&rYfh}h8c{?nXs-AFp3A&dT5pA-T-~^xry|3CeL(@+l z3$cWJIfF3zOi8RHP?!{qHoa#y;_OJ>Cgrr9I7dsl`D3};K|B*o*ETRpY&|%Mk;O4V z%(5)!IhJMWW(LW;);V_#tDrzLI!F7w&~BOB2mMpH@f?xLl@-D9q=N49^(T!VBuyX1l_x64?`Dhe-Y@2;BX4M^)e8JK29iN(8HG7c-^^W H&AIR&@j<27 delta 780 zcmcZ*b0KEK6y^FkP2$W94D1XLz{Ft5x}Fu8f34k(1DRjMb&m^~&)-|hi_Blc&ntk; z_nfpu2$}y>#6}c}U(e7q{jxZc0E4_#wiGgd_Z%i!WPXJFEO})9*M){k$oxqvCsmO7 zddm~kk@=@Je`q53^-K&IYx;E%0!$1n`s(_~{Dm9$86xxTOu|f%`M0;dHACi?Teeyv z^F{W^*dX&a+HJ9e^XnOy7<>)vP!TbZKS9*i^4by{xI+z$@{T%&3e23}51|a^g3pWBl{Qv*|*Ms=ef(wFS ze6WD=HTE!=07$`wi1`u7{M_4S(a3zxxO1_{{ACYP6Oj4N$$yiO`S+hrNk!(@WawnT z_+SS}zCN4<69742TW)kNGC%0Ur+j4o`=YKQWPZt)ih;otP)d}Y5E||cx0q8W18}8mT9adrc6`HGUX*wB2rRh#7Lwm zk1P>=NRbgEk)k3dM*2|7Yxlj}b#twoi-Jy;hWgd9p8DltVxQgOfV6!qilWUe7-1(XEM913DXW z8`1Oi%33s=*{lCI&ycJ2aKnGVkkO#Qgw`7`&FG_t85SLkH#eaRyPqxSP5oLkn!EK{ zsa5pLdBTvFn94>2mZ1qlmV5_x>O_}pi*DFKEpTe7zqzV$QjY}Vxf=|bSiWwfCRS%Z zwJ3^`$3>Bs&9_T^uAr{&nB%B(ln1A!HuqmZ2ch)42d!S%@S+9I??ZbuT0ijxai9{~kaOD7J^tCC5DxbaJ9RiteYnPr-4ma$^0X~vjo#+WJ7L&lUTW6G2<%akW0BPAw{jEs~R zH6^8_7ez)!Bt}I>N=hu5QoHNzcmDf)ox|mBv0Logdp#EmNlOXgk?&!MzHGG&eG#^l zqkY0FAzC!;uS6$Al~rhKWKoRHN(|Ltj)bD;QV2vY8d*oGgdQ!~tu>&N#tq}2 zIl_>R1DlD4isBzI2Mzxy{(ryUCpv^S%3q6NKYJ?Nzyw+n6V|L8+s zXJ_5$QIFd5W3Kq3nuntST-fwFz38szmm&0%Z_ 1 - v); + case 'src1': + return { ...src1 }; + case 'one-minus-src1': + return mapColor(src1, (v) => 1 - v); + case 'src1-alpha': + return mapColor(src1, () => src1.a); + case 'one-minus-src1-alpha': + return mapColor(src1, () => 1 - src1.a); default: unreachable(); } @@ -174,6 +187,7 @@ filter((t) => { return true; }). combine('srcColor', [{ r: 0.11, g: 0.61, b: 0.81, a: 0.44 }]). +combine('srcColor1', [{ r: 0.22, g: 0.41, b: 0.51, a: 0.33 }]). combine('dstColor', [ { r: 0.51, g: 0.22, b: 0.71, a: 0.33 }, { r: 0.09, g: 0.73, b: 0.93, a: 0.81 }] @@ -187,14 +201,35 @@ expand('blendConstant', (p) => { return needsBlendConstant ? [{ r: 0.91, g: 0.82, b: 0.73, a: 0.64 }] : [undefined]; }) ). +beforeAllSubcases((t) => { + if ( + IsDualSourceBlendingFactor(t.params.srcFactor) || + IsDualSourceBlendingFactor(t.params.dstFactor)) + { + t.selectDeviceOrSkipTestCase('dual-source-blending'); + } +}). fn((t) => { const textureFormat = 'rgba16float'; const srcColor = t.params.srcColor; + const srcColor1 = t.params.srcColor1; const dstColor = t.params.dstColor; const blendConstant = t.params.blendConstant; - const srcFactor = computeBlendFactor(srcColor, dstColor, blendConstant, t.params.srcFactor); - const dstFactor = computeBlendFactor(srcColor, dstColor, blendConstant, t.params.dstFactor); + const srcFactor = computeBlendFactor( + srcColor, + srcColor1, + dstColor, + blendConstant, + t.params.srcFactor + ); + const dstFactor = computeBlendFactor( + srcColor, + srcColor1, + dstColor, + blendConstant, + t.params.dstFactor + ); const expectedColor = computeBlendOperation( srcColor, @@ -215,6 +250,10 @@ fn((t) => { break; } + const useBlendSrc1 = + IsDualSourceBlendingFactor(t.params.srcFactor) || + IsDualSourceBlendingFactor(t.params.dstFactor); + const pipeline = t.device.createRenderPipeline({ layout: 'auto', fragment: { @@ -236,13 +275,24 @@ fn((t) => { module: t.device.createShaderModule({ code: ` +${useBlendSrc1 ? 'enable dual_source_blending;' : ''} + struct Uniform { - color: vec4 + color: vec4f, + blend: vec4f, }; @group(0) @binding(0) var u : Uniform; -@fragment fn main() -> @location(0) vec4 { - return u.color; +struct FragOutput { + @location(0) ${useBlendSrc1 ? '@blend_src(0)' : ''} color : vec4f, + ${useBlendSrc1 ? '@location(0) @blend_src(1) blend : vec4f,' : ''} +} + +@fragment fn main() ->FragOutput { + var fragOutput : FragOutput; + fragOutput.color = u.color; + ${useBlendSrc1 ? 'fragOutput.blend = u.blend;' : ''} + return fragOutput; } ` }), @@ -293,7 +343,16 @@ struct Uniform { binding: 0, resource: { buffer: t.makeBufferWithContents( - new Float32Array([srcColor.r, srcColor.g, srcColor.b, srcColor.a]), + new Float32Array([ + srcColor.r, + srcColor.g, + srcColor.b, + srcColor.a, + srcColor1.r, + srcColor1.g, + srcColor1.b, + srcColor1.a] + ), GPUBufferUsage.UNIFORM ) } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/shader_module/compilation_info.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/shader_module/compilation_info.spec.js index ee64ed60651..8ccc4066f1c 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/shader_module/compilation_info.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/shader_module/compilation_info.spec.js @@ -3,7 +3,6 @@ **/export const description = ` ShaderModule CompilationInfo tests. `;import { makeTestGroup } from '../../../../common/framework/test_group.js'; -import { keysOf } from '../../../../common/util/data_tables.js'; import { assert } from '../../../../common/util/util.js'; import { GPUTest } from '../../../gpu_test.js'; @@ -79,66 +78,24 @@ const kInvalidShaderSources = [ const kAllShaderSources = [...kValidShaderSources, ...kInvalidShaderSources]; -// This is the source the sourcemap refers to. -const kOriginalSource = new Array(20). -fill(0). -map((_, i) => `original line ${i}`). -join('\n'); - -const kSourceMaps = { - none: undefined, - empty: {}, - // A valid source map. It maps `unknown` on lines 4 and line 5 to - // `wasUnknown` from lines 20, 21 respectively - valid: { - version: 3, - sources: ['myCode'], - sourcesContent: [kOriginalSource], - names: ['myMain', 'wasUnknown'], - mappings: ';kBAYkCA,OACd;SAElB;gBAKOC;gBACAA' - }, - // not a valid sourcemap - invalid: { - version: -123, - notAnything: {} - }, - // The correct format but this data is for lines 11,12 even - // though the source only has 5 or 6 lines - nonMatching: { - version: 3, - sources: ['myCode'], - sourcesContent: [kOriginalSource], - names: ['myMain'], - mappings: ';;;;;;;;;;kBAYkCA,OACd;SAElB' - } -}; -const kSourceMapsKeys = keysOf(kSourceMaps); - g.test('getCompilationInfo_returns'). desc( ` Test that getCompilationInfo() can be called on any ShaderModule. - Note: sourcemaps are not used in the WebGPU API. We are only testing that - browser that happen to use them don't fail or crash if the sourcemap is - bad or invalid. - - Test for both valid and invalid shader modules. - Test for shader modules containing only ASCII and those containing unicode characters. - Test that the compilation info for valid shader modules contains no errors. - Test that the compilation info for invalid shader modules contains at least one error.` ). -params((u) => -u.combineWithParams(kAllShaderSources).beginSubcases().combine('sourceMapName', kSourceMapsKeys) -). +params((u) => u.combineWithParams(kAllShaderSources)). fn(async (t) => { - const { _code, valid, sourceMapName } = t.params; + const { _code, valid } = t.params; const shaderModule = t.expectGPUError( 'validation', () => { - const sourceMap = kSourceMaps[sourceMapName]; - return t.device.createShaderModule({ code: _code, ...(sourceMap && { sourceMap }) }); + return t.device.createShaderModule({ code: _code }); }, !valid ); @@ -171,25 +128,15 @@ desc( Test that line numbers reported by compilationInfo either point at an appropriate line and position or at 0:0, indicating an unknown position. - Note: sourcemaps are not used in the WebGPU API. We are only testing that - browser that happen to use them don't fail or crash if the sourcemap is - bad or invalid. - - Test for invalid shader modules containing containing at least one error. - Test for shader modules containing only ASCII and those containing unicode characters.` ). -params((u) => -u. -combineWithParams(kInvalidShaderSources). -beginSubcases(). -combine('sourceMapName', kSourceMapsKeys) -). +params((u) => u.combineWithParams(kInvalidShaderSources)). fn(async (t) => { - const { _code, _errorLine, _errorLinePos, sourceMapName } = t.params; + const { _code, _errorLine, _errorLinePos } = t.params; const shaderModule = t.expectGPUError('validation', () => { - const sourceMap = kSourceMaps[sourceMapName]; - return t.device.createShaderModule({ code: _code, ...(sourceMap && { sourceMap }) }); + return t.device.createShaderModule({ code: _code }); }); const info = await shaderModule.getCompilationInfo(); @@ -232,24 +179,17 @@ g.test('offset_and_length'). desc( `Test that message offsets and lengths are valid and align with any reported lineNum and linePos. - Note: sourcemaps are not used in the WebGPU API. We are only testing that - browser that happen to use them don't fail or crash if the sourcemap is - bad or invalid. - - Test for valid and invalid shader modules. - Test for shader modules containing only ASCII and those containing unicode characters.` ). -params((u) => -u.combineWithParams(kAllShaderSources).beginSubcases().combine('sourceMapName', kSourceMapsKeys) -). +params((u) => u.combineWithParams(kAllShaderSources)). fn(async (t) => { - const { _code, valid, sourceMapName } = t.params; + const { _code, valid } = t.params; const shaderModule = t.expectGPUError( 'validation', () => { - const sourceMap = kSourceMaps[sourceMapName]; - return t.device.createShaderModule({ code: _code, ...(sourceMap && { sourceMap }) }); + return t.device.createShaderModule({ code: _code }); }, !valid ); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/texture_view/write.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/texture_view/write.spec.js index 6a7d07def4d..d0ac583bba0 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/texture_view/write.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/operation/texture_view/write.spec.js @@ -36,6 +36,9 @@ const kTextureViewWriteMethods = [ +const kTextureViewUsageMethods = ['inherit', 'minimal']; + + // Src color values to read from a shader array. const kColorsFloat = [ { R: 1.0, G: 0.0, B: 0.0, A: 0.8 }, @@ -271,6 +274,22 @@ sampleCount) return expectedTexelView; } +function getTextureViewUsage( +viewUsageMethod, +minimalUsageForTest) +{ + switch (viewUsageMethod) { + case 'inherit': + return 0; + + case 'minimal': + return minimalUsageForTest; + + default: + unreachable(); + } +} + g.test('format'). desc( `Views of every allowed format. @@ -280,6 +299,7 @@ Read values from color array in the shader, and write it to the texture view via - x= every texture format - x= sampleCount {1, 4} if valid - x= every possible view write method (see above) +- x= inherited or minimal texture view usage TODO: Test sampleCount > 1 for 'render-pass-store' after extending copySinglePixelTextureToBufferUsingComputePass to read multiple pixels from multisampled textures. [1] @@ -317,7 +337,8 @@ filter(({ format, method, sampleCount }) => { return !!info.colorRender?.resolve && sampleCount === 1; } return true; -}) +}). +combine('viewUsageMethod', kTextureViewUsageMethods) ). beforeAllSubcases((t) => { const { format, method } = t.params; @@ -332,13 +353,12 @@ beforeAllSubcases((t) => { } }). fn((t) => { - const { format, method, sampleCount } = t.params; + const { format, method, sampleCount, viewUsageMethod } = t.params; - const usage = - GPUTextureUsage.COPY_SRC | ( - method.includes('storage') ? + const textureUsageForMethod = method.includes('storage') ? GPUTextureUsage.STORAGE_BINDING : - GPUTextureUsage.RENDER_ATTACHMENT); + GPUTextureUsage.RENDER_ATTACHMENT; + const usage = GPUTextureUsage.COPY_SRC | textureUsageForMethod; const texture = t.createTextureTracked({ format, @@ -347,7 +367,9 @@ fn((t) => { sampleCount }); - const view = texture.createView(); + const view = texture.createView({ + usage: getTextureViewUsage(viewUsageMethod, textureUsageForMethod) + }); const expectedTexelView = writeTextureAndGetExpectedTexelView( t, method, diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/clip_distances.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/clip_distances.spec.js new file mode 100644 index 00000000000..c207bd8b373 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/clip_distances.spec.js @@ -0,0 +1,161 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/import { range } from '../../../../../common/util/util.js';import { align } from '../../../../util/math.js';import { kMaximumLimitBaseParams, makeLimitTestGroup } from '../limits/limit_utils.js'; + +function getPipelineDescriptorWithClipDistances( +device, +interStageShaderVariables, +pointList, +clipDistances, +startLocation = 0) +{ + const vertexOutputVariables = + interStageShaderVariables - (pointList ? 1 : 0) - align(clipDistances, 4) / 4; + const maxVertexOutputVariables = + device.limits.maxInterStageShaderVariables - (pointList ? 1 : 0) - align(clipDistances, 4) / 4; + + const varyings = ` + ${range( + vertexOutputVariables, + (i) => `@location(${i + startLocation}) v4_${i + startLocation}: vec4f,` + ).join('\n')} + `; + + const code = ` + // test value : ${interStageShaderVariables} + // maxInterStageShaderVariables : ${device.limits.maxInterStageShaderVariables} + // num variables in vertex shader : ${vertexOutputVariables}${ + pointList ? ' + point-list' : '' + }${ + clipDistances > 0 ? + ` + ${align(clipDistances, 4) / 4} (clip_distances[${clipDistances}])` : + '' + } + // maxInterStageVariables: : ${maxVertexOutputVariables} + // num used inter stage variables : ${vertexOutputVariables} + // vertex output start location : ${startLocation} + + enable clip_distances; + + struct VSOut { + @builtin(position) p: vec4f, + ${varyings} + ${ + clipDistances > 0 ? + `@builtin(clip_distances) clipDistances: array,` : + '' + } + } + struct FSIn { + ${varyings} + } + struct FSOut { + @location(0) color: vec4f, + } + @vertex fn vs() -> VSOut { + var o: VSOut; + o.p = vec4f(0); + return o; + } + @fragment fn fs(i: FSIn) -> FSOut { + var o: FSOut; + o.color = vec4f(0); + return o; + } + `; + const module = device.createShaderModule({ code }); + const pipelineDescriptor = { + layout: 'auto', + primitive: { + topology: pointList ? 'point-list' : 'triangle-list' + }, + vertex: { + module + }, + fragment: { + module, + targets: [ + { + format: 'rgba8unorm' + }] + + } + }; + return pipelineDescriptor; +} + +const limit = 'maxInterStageShaderVariables'; +export const { g, description } = makeLimitTestGroup(limit); + +g.test('createRenderPipeline,at_over'). +desc(`Test using at and over ${limit} limit with clip_distances in createRenderPipeline(Async)`). +params( + kMaximumLimitBaseParams. + combine('async', [false, true]). + combine('pointList', [false, true]). + combine('clipDistances', [1, 2, 3, 4, 5, 6, 7, 8]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('clip-distances'); +}). +fn(async (t) => { + const { limitTest, testValueName, async, pointList, clipDistances } = t.params; + await t.testDeviceWithRequestedMaximumLimits( + limitTest, + testValueName, + async ({ device, testValue, shouldError }) => { + const pipelineDescriptor = getPipelineDescriptorWithClipDistances( + device, + testValue, + pointList, + clipDistances + ); + + await t.testCreateRenderPipeline(pipelineDescriptor, async, shouldError); + }, + undefined, + ['clip-distances'] + ); +}); + +g.test('createRenderPipeline,max_vertex_output_location'). +desc(`Test using clip_distances will limit the maximum value of vertex output location`). +params((u) => +u. +combine('pointList', [false, true]). +combine('clipDistances', [1, 2, 3, 4, 5, 6, 7, 8]). +combine('startLocation', [0, 1, 2]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('clip-distances'); +}). +fn(async (t) => { + const { pointList, clipDistances, startLocation } = t.params; + + const maxInterStageShaderVariables = t.adapter.limits.maxInterStageShaderVariables; + const deviceInTest = await t.requestDeviceTracked(t.adapter, { + requiredFeatures: ['clip-distances'], + requiredLimits: { + maxInterStageShaderVariables: t.adapter.limits.maxInterStageShaderVariables + } + }); + const pipelineDescriptor = getPipelineDescriptorWithClipDistances( + deviceInTest, + maxInterStageShaderVariables, + pointList, + clipDistances, + startLocation + ); + const vertexOutputVariables = + maxInterStageShaderVariables - (pointList ? 1 : 0) - align(clipDistances, 4) / 4; + const maxLocationInTest = startLocation + vertexOutputVariables - 1; + const maxAllowedLocation = maxInterStageShaderVariables - 1 - align(clipDistances, 4) / 4; + const shouldError = maxLocationInTest > maxAllowedLocation; + + deviceInTest.pushErrorScope('validation'); + deviceInTest.createRenderPipeline(pipelineDescriptor); + const error = await deviceInTest.popErrorScope(); + t.expect(!!error === shouldError, `${error?.message || 'no error when one was expected'}`); + + deviceInTest.destroy(); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/texture_formats.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/texture_formats.spec.js index b7beccf59c6..5e0dfc6c9f2 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/texture_formats.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/features/texture_formats.spec.js @@ -5,6 +5,7 @@ Tests for capability checking for features enabling optional texture formats. `;import { makeTestGroup } from '../../../../../common/framework/test_group.js'; import { getGPU } from '../../../../../common/util/navigator_gpu.js'; import { assert } from '../../../../../common/util/util.js'; +import { kCanvasTextureFormats } from '../../../../capability_info.js'; import { kAllTextureFormats, kTextureFormatInfo } from '../../../../format_info.js'; import { kAllCanvasTypes, createCanvas } from '../../../../util/create_elements.js'; import { ValidationTest } from '../../validation_test.js'; @@ -161,15 +162,15 @@ fn((t) => { usage: GPUTextureUsage.COPY_SRC | GPUTextureUsage.COPY_DST }; - if (enable_required_feature) { - t.expectValidationError(() => { - ctx.configure(canvasConf); - }); - } else { - t.shouldThrow('TypeError', () => { - ctx.configure(canvasConf); - }); - } + const expectedError = + enable_required_feature && + kCanvasTextureFormats.includes(format) ? + false : + 'TypeError'; + + t.shouldThrow(expectedError, () => { + ctx.configure(canvasConf); + }); }); g.test('canvas_configuration_view_formats'). diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/limit_utils.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/limit_utils.js index 3fbe58f5d6d..5511b71478a 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/limit_utils.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/limit_utils.js @@ -535,11 +535,16 @@ export class LimitTestsImpl extends GPUTestBase { limitTest, testValueName, fn, - extraLimits) + extraLimits, + extraFeatures = []) { assert(!this._device); - const deviceAndLimits = await this._getDeviceWithRequestedMaximumLimit(limitTest, extraLimits); + const deviceAndLimits = await this._getDeviceWithRequestedMaximumLimit( + limitTest, + extraLimits, + extraFeatures + ); // If we request over the limit requestDevice will throw if (!deviceAndLimits) { return; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderComponents.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderComponents.spec.js deleted file mode 100644 index 7b994ab8a84..00000000000 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderComponents.spec.js +++ /dev/null @@ -1,153 +0,0 @@ -/** -* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/import { range } from '../../../../../common/util/util.js';import { kMaximumLimitBaseParams, makeLimitTestGroup } from './limit_utils.js'; - -function getPipelineDescriptor( -device, -testValue, -pointList, -frontFacing, -sampleIndex, -sampleMaskIn, -sampleMaskOut) -{ - const success = testValue <= device.limits.maxInterStageShaderComponents; - - const maxVertexOutputComponents = - device.limits.maxInterStageShaderComponents - (pointList ? 1 : 0); - const maxFragmentInputComponents = - device.limits.maxInterStageShaderComponents - ( - frontFacing ? 1 : 0) - ( - sampleIndex ? 1 : 0) - ( - sampleMaskIn ? 1 : 0); - const maxOutputComponents = Math.min(maxVertexOutputComponents, maxFragmentInputComponents); - const maxInterStageVariables = Math.floor(maxOutputComponents / 4); - const maxUserDefinedVertexComponents = Math.floor(maxVertexOutputComponents / 4) * 4; - const maxUserDefinedFragmentComponents = Math.floor(maxFragmentInputComponents / 4) * 4; - - const numInterStageVariables = success ? maxInterStageVariables : maxInterStageVariables + 1; - const numUserDefinedComponents = numInterStageVariables * 4; - - const varyings = ` - ${range(numInterStageVariables, (i) => `@location(${i}) v4_${i}: vec4f,`).join('\n')} - `; - - const code = ` - // test value : ${testValue} - // maxInterStageShaderComponents : ${device.limits.maxInterStageShaderComponents} - // num components in vertex shader : ${numUserDefinedComponents}${ - pointList ? ' + point-list' : '' - } - // num components in fragment shader : ${numUserDefinedComponents}${ - frontFacing ? ' + front-facing' : '' - }${sampleIndex ? ' + sample_index' : ''}${sampleMaskIn ? ' + sample_mask' : ''} - // maxUserDefinedVertexShaderOutputComponents : ${maxUserDefinedVertexComponents} - // maxUserDefinedFragmentShaderInputComponents : ${maxUserDefinedFragmentComponents} - // maxInterStageVariables: : ${maxInterStageVariables} - // num used inter stage variables : ${numInterStageVariables} - - struct VSOut { - @builtin(position) p: vec4f, - ${varyings} - } - struct FSIn { - ${frontFacing ? '@builtin(front_facing) frontFacing: bool,' : ''} - ${sampleIndex ? '@builtin(sample_index) sampleIndex: u32,' : ''} - ${sampleMaskIn ? '@builtin(sample_mask) sampleMask: u32,' : ''} - ${varyings} - } - struct FSOut { - @location(0) color: vec4f, - ${sampleMaskOut ? '@builtin(sample_mask) sampleMask: u32,' : ''} - } - @vertex fn vs() -> VSOut { - var o: VSOut; - o.p = vec4f(0); - return o; - } - @fragment fn fs(i: FSIn) -> FSOut { - var o: FSOut; - o.color = vec4f(0); - return o; - } - `; - const module = device.createShaderModule({ code }); - const pipelineDescriptor = { - layout: 'auto', - primitive: { - topology: pointList ? 'point-list' : 'triangle-list' - }, - vertex: { - module, - entryPoint: 'vs' - }, - fragment: { - module, - entryPoint: 'fs', - targets: [ - { - format: 'rgba8unorm' - }] - - } - }; - return { pipelineDescriptor, code }; -} - -const limit = 'maxInterStageShaderComponents'; -export const { g, description } = makeLimitTestGroup(limit); - -g.test('createRenderPipeline,at_over'). -desc(`Test using at and over ${limit} limit in createRenderPipeline(Async)`). -params( - kMaximumLimitBaseParams. - combine('async', [false, true]). - combine('pointList', [false, true]). - combine('frontFacing', [false, true]). - combine('sampleIndex', [false, true]). - combine('sampleMaskIn', [false, true]). - combine('sampleMaskOut', [false, true]) -). -beforeAllSubcases((t) => { - if (t.isCompatibility) { - t.skipIf( - t.params.sampleMaskIn || t.params.sampleMaskOut, - 'sample_mask not supported in compatibility mode' - ); - t.skipIf(t.params.sampleIndex, 'sample_index not supported in compatibility mode'); - } -}). -fn(async (t) => { - const { - limitTest, - testValueName, - async, - pointList, - frontFacing, - sampleIndex, - sampleMaskIn, - sampleMaskOut - } = t.params; - // Request the largest value of maxInterStageShaderVariables to allow the test using as many - // inter-stage shader components as possible without being limited by - // maxInterStageShaderVariables. - const extraLimits = { maxInterStageShaderVariables: 'adapterLimit' }; - await t.testDeviceWithRequestedMaximumLimits( - limitTest, - testValueName, - async ({ device, testValue, shouldError }) => { - const { pipelineDescriptor, code } = getPipelineDescriptor( - device, - testValue, - pointList, - frontFacing, - sampleIndex, - sampleMaskIn, - sampleMaskOut - ); - - await t.testCreateRenderPipeline(pipelineDescriptor, async, shouldError, code); - }, - extraLimits - ); -}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables.spec.js index 3fe1b4108d8..9747ab866d3 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables.spec.js @@ -1,26 +1,86 @@ /** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/import { kMaximumLimitBaseParams, makeLimitTestGroup } from './limit_utils.js';function getPipelineDescriptor(device, testValue) { +**/import { range } from '../../../../../common/util/util.js';import { kMaximumLimitBaseParams, makeLimitTestGroup } from './limit_utils.js'; + +function getPipelineDescriptor( +device, +testValue, +pointList, +frontFacing, +sampleIndex, +sampleMaskIn, +sampleMaskOut) +{ + const vertexOutputVariables = testValue - (pointList ? 1 : 0); + const fragmentInputVariables = testValue - (frontFacing || sampleIndex || sampleMaskIn ? 1 : 0); + const numInterStageVariables = Math.min(vertexOutputVariables, fragmentInputVariables); + + const maxVertexOutputVariables = device.limits.maxInterStageShaderVariables - (pointList ? 1 : 0); + const maxFragmentInputVariables = + device.limits.maxInterStageShaderVariables - ( + frontFacing || sampleIndex || sampleMaskIn ? 1 : 0); + const maxInterStageVariables = Math.min(maxVertexOutputVariables, maxFragmentInputVariables); + + const varyings = ` + ${range(numInterStageVariables, (i) => `@location(${i}) v4_${i}: vec4f,`).join('\n')} + `; + const code = ` + // test value : ${testValue} + // maxInterStageShaderVariables : ${device.limits.maxInterStageShaderVariables} + // num variables in vertex shader : ${vertexOutputVariables}${pointList ? ' + point-list' : ''} + // num variables in fragment shader : ${fragmentInputVariables}${ + frontFacing ? ' + front-facing' : '' + }${sampleIndex ? ' + sample_index' : ''}${sampleMaskIn ? ' + sample_mask' : ''} + // maxInterStageVariables: : ${maxInterStageVariables} + // num used inter stage variables : ${numInterStageVariables} + struct VSOut { @builtin(position) p: vec4f, - @location(${testValue}) v: f32, + ${varyings} + } + struct FSIn { + ${frontFacing ? '@builtin(front_facing) frontFacing: bool,' : ''} + ${sampleIndex ? '@builtin(sample_index) sampleIndex: u32,' : ''} + ${sampleMaskIn ? '@builtin(sample_mask) sampleMask: u32,' : ''} + ${varyings} + } + struct FSOut { + @location(0) color: vec4f, + ${sampleMaskOut ? '@builtin(sample_mask) sampleMask: u32,' : ''} } @vertex fn vs() -> VSOut { var o: VSOut; o.p = vec4f(0); - o.v = 1.0; + return o; + } + @fragment fn fs(i: FSIn) -> FSOut { + var o: FSOut; + o.color = vec4f(0); return o; } `; const module = device.createShaderModule({ code }); - return { + const pipelineDescriptor = { layout: 'auto', + primitive: { + topology: pointList ? 'point-list' : 'triangle-list' + }, vertex: { module, entryPoint: 'vs' + }, + fragment: { + module, + entryPoint: 'fs', + targets: [ + { + format: 'rgba8unorm' + }] + } }; + return pipelineDescriptor; } const limit = 'maxInterStageShaderVariables'; @@ -28,15 +88,48 @@ export const { g, description } = makeLimitTestGroup(limit); g.test('createRenderPipeline,at_over'). desc(`Test using at and over ${limit} limit in createRenderPipeline(Async)`). -params(kMaximumLimitBaseParams.combine('async', [false, true])). +params( + kMaximumLimitBaseParams. + combine('async', [false, true]). + combine('pointList', [false, true]). + combine('frontFacing', [false, true]). + combine('sampleIndex', [false, true]). + combine('sampleMaskIn', [false, true]). + combine('sampleMaskOut', [false, true]) +). +beforeAllSubcases((t) => { + if (t.isCompatibility) { + t.skipIf( + t.params.sampleMaskIn || t.params.sampleMaskOut, + 'sample_mask not supported in compatibility mode' + ); + t.skipIf(t.params.sampleIndex, 'sample_index not supported in compatibility mode'); + } +}). fn(async (t) => { - const { limitTest, testValueName, async } = t.params; + const { + limitTest, + testValueName, + async, + pointList, + frontFacing, + sampleIndex, + sampleMaskIn, + sampleMaskOut + } = t.params; await t.testDeviceWithRequestedMaximumLimits( limitTest, testValueName, async ({ device, testValue, shouldError }) => { - const lastIndex = testValue - 1; - const pipelineDescriptor = getPipelineDescriptor(device, lastIndex); + const pipelineDescriptor = getPipelineDescriptor( + device, + testValue, + pointList, + frontFacing, + sampleIndex, + sampleMaskIn, + sampleMaskOut + ); await t.testCreateRenderPipeline(pipelineDescriptor, async, shouldError); } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexAttributes.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexAttributes.spec.js index 8908742821c..d0e5a548198 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexAttributes.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexAttributes.spec.js @@ -18,7 +18,8 @@ attributes: [{ shaderLocation: lastIndex, offset: 0, format: 'float32x4' }] }] - } + }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } }; } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBufferArrayStride.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBufferArrayStride.spec.js index 2879e4022d0..8e73d170114 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBufferArrayStride.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBufferArrayStride.spec.js @@ -31,7 +31,8 @@ function getPipelineDescriptor(device, testValue) { }] - } + }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } }; } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBuffers.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBuffers.spec.js index 1f9ffc43965..74af03db878 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBuffers.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBuffers.spec.js @@ -18,7 +18,8 @@ vertex: { module, buffers - } + }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } }; } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/createView.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/createView.spec.js index 9ba5d20d5f4..d8cf19f5172 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/createView.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/createView.spec.js @@ -6,8 +6,10 @@ import { unreachable } from '../../../common/util/util.js'; import { kTextureAspects, kTextureDimensions, + kTextureUsages, kTextureViewDimensions } from '../../capability_info.js'; +import { GPUConst } from '../../constants.js'; import { kTextureFormatInfo, kAllTextureFormats, @@ -338,4 +340,74 @@ fn((t) => { t.expectValidationError(() => { texture.createView(); }, state === 'invalid'); +}); + +g.test('texture_view_usage'). +desc( + `Test texture view usage (single, combined, inherited) for every texture format and texture usage` +). +params((u) => +u // +.combine('format', kAllTextureFormats). +combine('textureUsage0', kTextureUsages). +combine('textureUsage1', kTextureUsages). +filter(({ format, textureUsage0, textureUsage1 }) => { + const info = kTextureFormatInfo[format]; + const textureUsage = textureUsage0 | textureUsage1; + + if ( + (textureUsage & GPUConst.TextureUsage.RENDER_ATTACHMENT) !== 0 && + info.color && + !info.colorRender) + { + return false; + } + + return true; +}). +beginSubcases(). +combine('textureViewUsage0', [0, ...kTextureUsages]). +combine('textureViewUsage1', [0, ...kTextureUsages]) +). +beforeAllSubcases((t) => { + const { format, textureUsage0, textureUsage1 } = t.params; + const info = kTextureFormatInfo[format]; + const textureUsage = textureUsage0 | textureUsage1; + t.skipIfTextureFormatNotSupported(format); + t.selectDeviceOrSkipTestCase(info.feature); + if (textureUsage & GPUTextureUsage.STORAGE_BINDING) { + t.skipIfTextureFormatNotUsableAsStorageTexture(format); + } +}). +fn((t) => { + const { format, textureUsage0, textureUsage1, textureViewUsage0, textureViewUsage1 } = t.params; + const info = kTextureFormatInfo[format]; + + const size = [info.blockWidth, info.blockHeight, 1]; + const dimension = '2d'; + const mipLevelCount = 1; + const usage = textureUsage0 | textureUsage1; + + const textureDescriptor = { + size, + mipLevelCount, + dimension, + format, + usage + }; + + const texture = t.createTextureTracked(textureDescriptor); + + let success = true; + + const textureViewUsage = textureViewUsage0 | textureViewUsage1; + + // Texture view usage must be a subset of texture usage + if ((~usage & textureViewUsage) !== 0) success = false; + + t.expectValidationError(() => { + texture.createView({ + usage: textureViewUsage + }); + }, !success); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/gpu_external_texture_expiration.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/gpu_external_texture_expiration.spec.js index 09a949ad857..67f87ca61db 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/gpu_external_texture_expiration.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/gpu_external_texture_expiration.spec.js @@ -225,7 +225,7 @@ fn(async (t) => { } else { bindGroup = t.device.createBindGroup({ layout: t.getDefaultBindGroupLayout(), - entries: [{ binding: 0, resource: externalTexture }] + entries: [{ binding: 0, resource: mayBeTheSameExternalTexture }] }); t.submitCommandBuffer(bindGroup, true); } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/layout_shader_compat.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/layout_shader_compat.spec.js index 9722aec086e..6ef56832e26 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/layout_shader_compat.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/layout_shader_compat.spec.js @@ -252,7 +252,8 @@ fn((t) => { module: t.device.createShaderModule({ code: vertexShader }) - } + }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } }); break; } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/float32_blendable.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/float32_blendable.spec.js new file mode 100644 index 00000000000..857b57ac98a --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/float32_blendable.spec.js @@ -0,0 +1,47 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Tests for capabilities added by float32-blendable flag. +`;import { makeTestGroup } from '../../../../common/framework/test_group.js'; + + +import { CreateRenderPipelineValidationTest } from './common.js'; + +export const g = makeTestGroup(CreateRenderPipelineValidationTest); + +const kFloat32Formats = ['r32float', 'rg32float', 'rgba32float']; + +g.test('create_render_pipeline'). +desc( + ` +Tests that the float32-blendable feature is required to create a render +pipeline that uses blending with any float32-format attachment. +` +). +params((u) => +u. +combine('isAsync', [false, true]). +combine('enabled', [true, false]). +beginSubcases(). +combine('hasBlend', [true, false]). +combine('format', kFloat32Formats) +). +beforeAllSubcases((t) => { + if (t.params.enabled) { + t.selectDeviceOrSkipTestCase('float32-blendable'); + } +}). +fn((t) => { + const { isAsync, enabled, hasBlend, format } = t.params; + + const descriptor = t.getDescriptor({ + targets: [ + { + format, + blend: hasBlend ? { color: {}, alpha: {} } : undefined + }] + + }); + + t.doCreateRenderPipelineTest(isAsync, enabled || !hasBlend, descriptor); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/fragment_state.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/fragment_state.spec.js index 1b0f0dd08a0..4aebb9348e5 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/fragment_state.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/fragment_state.spec.js @@ -5,10 +5,12 @@ This test dedicatedly tests validation of GPUFragmentState of createRenderPipeli `;import { makeTestGroup } from '../../../../common/framework/test_group.js'; import { assert, range } from '../../../../common/util/util.js'; import { + IsDualSourceBlendingFactor, kBlendFactors, kBlendOperations, kMaxColorAttachmentsToTest } from '../../../capability_info.js'; +import { GPUConst } from '../../../constants.js'; import { kAllTextureFormats, kRenderableColorTextureFormats, @@ -289,11 +291,17 @@ params((u) => u. combine('isAsync', [false, true]). combine('component', ['color', 'alpha']). -beginSubcases(). combine('srcFactor', kBlendFactors). combine('dstFactor', kBlendFactors). +beginSubcases(). combine('operation', kBlendOperations) ). +beforeAllSubcases((t) => { + const { srcFactor, dstFactor } = t.params; + if (IsDualSourceBlendingFactor(srcFactor) || IsDualSourceBlendingFactor(dstFactor)) { + t.selectDeviceOrSkipTestCase('dual-source-blending'); + } +}). fn((t) => { const { isAsync, component, srcFactor, dstFactor, operation } = t.params; @@ -308,6 +316,13 @@ fn((t) => { operation }; const format = 'rgba8unorm'; + const useDualSourceBlending = + IsDualSourceBlendingFactor(srcFactor) || IsDualSourceBlendingFactor(dstFactor); + const fragmentShaderCode = getFragmentShaderCodeWithOutput( + [{ values, plainType: 'f32', componentCount: 4 }], + null, + useDualSourceBlending + ); const descriptor = t.getDescriptor({ targets: [ @@ -317,8 +332,9 @@ fn((t) => { color: component === 'color' ? blendComponentToTest : defaultBlendComponent, alpha: component === 'alpha' ? blendComponentToTest : defaultBlendComponent } - }] + }], + fragmentShaderCode }); if (operation === 'min' || operation === 'max') { @@ -407,16 +423,16 @@ fn((t) => { g.test('pipeline_output_targets,blend'). desc( - `On top of requirements from pipeline_output_targets, when blending is enabled and alpha channel is read indicated by any blend factor, an extra requirement is added: - - fragment output must be vec4. + `On top of requirements from pipeline_output_targets, when blending is enabled and alpha channel + is read indicated by any color blend factor, an extra requirement is added: + - fragment output must be vec4. ` ). params((u) => u. combine('isAsync', [false, true]). combine('format', ['r8unorm', 'rg8unorm', 'rgba8unorm', 'bgra8unorm']). -combine('componentCount', [1, 2, 3, 4]). -beginSubcases() +combine('componentCount', [1, 2, 3, 4]) // The default srcFactor and dstFactor are 'one' and 'zero'. Override just one at a time. .combineWithParams([ ...u.combine('colorSrcFactor', kBlendFactors), @@ -426,9 +442,21 @@ beginSubcases() ) ). beforeAllSubcases((t) => { - const { format } = t.params; + const { format, colorSrcFactor, colorDstFactor, alphaSrcFactor, alphaDstFactor } = t.params; + const info = kTextureFormatInfo[format]; - t.selectDeviceOrSkipTestCase(info.feature); + const requiredFeatures = [info.feature]; + + if ( + IsDualSourceBlendingFactor(colorSrcFactor) || + IsDualSourceBlendingFactor(colorDstFactor) || + IsDualSourceBlendingFactor(alphaSrcFactor) || + IsDualSourceBlendingFactor(alphaDstFactor)) + { + requiredFeatures.push('dual-source-blending'); + } + + t.selectDeviceOrSkipTestCase(requiredFeatures); }). fn((t) => { const sampleType = 'float'; @@ -443,6 +471,12 @@ fn((t) => { } = t.params; const info = kTextureFormatInfo[format]; + const useDualSourceBlending = + IsDualSourceBlendingFactor(colorSrcFactor) || + IsDualSourceBlendingFactor(colorDstFactor) || + IsDualSourceBlendingFactor(alphaSrcFactor) || + IsDualSourceBlendingFactor(alphaDstFactor); + const descriptor = t.getDescriptor({ targets: [ { @@ -453,17 +487,147 @@ fn((t) => { } }], - fragmentShaderCode: getFragmentShaderCodeWithOutput([ - { values, plainType: getPlainTypeInfo(sampleType), componentCount }] + fragmentShaderCode: getFragmentShaderCodeWithOutput( + [{ values, plainType: getPlainTypeInfo(sampleType), componentCount }], + null, + useDualSourceBlending ) }); const colorBlendReadsSrcAlpha = - colorSrcFactor?.includes('src-alpha') || colorDstFactor?.includes('src-alpha'); + colorSrcFactor?.includes('src-alpha') || + colorDstFactor?.includes('src-alpha') || + colorSrcFactor?.includes('src1-alpha') || + colorDstFactor?.includes('src1-alpha'); const meetsExtraBlendingRequirement = !colorBlendReadsSrcAlpha || componentCount === 4; const _success = info.color.type === sampleType && componentCount >= kTexelRepresentationInfo[format].componentOrder.length && meetsExtraBlendingRequirement; t.doCreateRenderPipelineTest(isAsync, _success, descriptor); +}); + +const kDualSourceBlendingFactors = [ +'src1', +'one-minus-src1', +'src1-alpha', +'one-minus-src1-alpha']; + + +g.test('dual_source_blending,color_target_count'). +desc( + `Test that when the blend factor of color attachment 0 uses src1 (the second input of the + corresponding blending unit), there must be exactly one color target. +` +). +beforeAllSubcases((t) => t.selectDeviceOrSkipTestCase('dual-source-blending')). +params((u) => +u. +combine('blendFactor', kDualSourceBlendingFactors). +combine('colorTargetsCount', [1, 2]). +combine('maskOutNonZeroIndexColorTargets', [true, false]). +beginSubcases(). +combine('component', ['color', 'alpha']) +). +fn((t) => { + const { blendFactor, colorTargetsCount, maskOutNonZeroIndexColorTargets, component } = t.params; + + const defaultBlendComponent = { + srcFactor: 'src-alpha', + dstFactor: 'dst-alpha', + operation: 'add' + }; + const testBlendComponent = { + srcFactor: blendFactor, + dstFactor: blendFactor, + operation: 'add' + }; + + assert(colorTargetsCount >= 1); + const colorTargetStates = new Array(colorTargetsCount); + colorTargetStates[0] = { + format: 'rgba8unorm', + blend: { + color: component === 'color' ? testBlendComponent : defaultBlendComponent, + alpha: component === 'alpha' ? testBlendComponent : defaultBlendComponent + } + }; + + for (let i = 1; i < colorTargetsCount; ++i) { + colorTargetStates[i] = { + format: 'rgba8unorm', + blend: { + color: defaultBlendComponent, + alpha: defaultBlendComponent + }, + writeMask: maskOutNonZeroIndexColorTargets ? 0 : GPUConst.ColorWrite.ALL + }; + } + + const descriptor = t.getDescriptor({ + targets: colorTargetStates, + fragmentShaderCode: getFragmentShaderCodeWithOutput( + [{ values, plainType: 'f32', componentCount: 4 }], + null, + true + ) + }); + + const isAsync = false; + const _success = colorTargetsCount === 1; + t.doCreateRenderPipelineTest(isAsync, _success, descriptor); +}); + +g.test('dual_source_blending,use_blend_src'). +desc( + `Test that when the blend factor of color attachment 0 uses src1, dual source blending must be + used in the fragment shader, whether the corresponding color write mask is 0 or not. In + contrast, when dual source blending is used in the fragment shader, we don't require blend + factor must use src1 (the second input of the corresponding blending unit). +` +). +beforeAllSubcases((t) => t.selectDeviceOrSkipTestCase('dual-source-blending')). +params((u) => +u. +combine('blendFactor', kBlendFactors). +combine('useBlendSrc1', [true, false]). +combine('writeMask', [0, GPUConst.ColorWrite.ALL]). +beginSubcases(). +combine('component', ['color', 'alpha']) +). +fn((t) => { + const { blendFactor, useBlendSrc1, writeMask, component } = t.params; + + const defaultBlendComponent = { + srcFactor: 'src-alpha', + dstFactor: 'dst-alpha', + operation: 'add' + }; + const testBlendComponent = { + srcFactor: blendFactor, + dstFactor: blendFactor, + operation: 'add' + }; + + const descriptor = t.getDescriptor({ + targets: [ + { + format: 'rgba8unorm', + blend: { + color: component === 'color' ? testBlendComponent : defaultBlendComponent, + alpha: component === 'alpha' ? testBlendComponent : defaultBlendComponent + }, + writeMask + }], + + fragmentShaderCode: getFragmentShaderCodeWithOutput( + [{ values, plainType: 'f32', componentCount: 4 }], + null, + useBlendSrc1 + ) + }); + + const _success = !IsDualSourceBlendingFactor(blendFactor) || useBlendSrc1; + const isAsync = false; + t.doCreateRenderPipelineTest(isAsync, _success, descriptor); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/inter_stage.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/inter_stage.spec.js index cd26b00af05..70bf1d495e8 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/inter_stage.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/inter_stage.spec.js @@ -273,39 +273,29 @@ fn((t) => { t.doCreateRenderPipelineTest(isAsync, location < maxInterStageShaderVariables, descriptor); }); -g.test('max_components_count,output'). +g.test('max_variables_count,output'). desc( - `Tests that validation should fail when scalar components of all user-defined outputs > max vertex shader output components.` + `Tests that validation should fail when all user-defined outputs > max vertex shader output + variables.` ). params((u) => u.combine('isAsync', [false, true]).combineWithParams([ -// Number of user-defined output scalar components in test shader = -// Math.floor((device.limits.maxInterStageShaderComponents + numScalarDelta) / 4) * 4. -{ numScalarDelta: 0, topology: 'triangle-list', _success: true }, -{ numScalarDelta: 1, topology: 'triangle-list', _success: false }, -{ numScalarDelta: 0, topology: 'point-list', _success: false }, -{ numScalarDelta: -1, topology: 'point-list', _success: false }, -{ numScalarDelta: -3, topology: 'point-list', _success: false }, -{ numScalarDelta: -4, topology: 'point-list', _success: true }] +// Number of user-defined output variables in test shader = +// device.limits.maxInterStageShaderVariables + numVariablesDelta +{ numVariablesDelta: 0, topology: 'triangle-list', _success: true }, +{ numVariablesDelta: 1, topology: 'triangle-list', _success: false }, +{ numVariablesDelta: 0, topology: 'point-list', _success: false }, +{ numVariablesDelta: -1, topology: 'point-list', _success: true }] ) ). fn((t) => { - const { isAsync, numScalarDelta, topology, _success } = t.params; + const { isAsync, numVariablesDelta, topology, _success } = t.params; - const numScalarComponents = t.device.limits.maxInterStageShaderComponents + numScalarDelta; - - const numVec4 = Math.floor(numScalarComponents / 4); - const numTrailingScalars = numScalarComponents % 4; + const numVec4 = t.device.limits.maxInterStageShaderVariables + numVariablesDelta; const outputs = range(numVec4, (i) => `@location(${i}) vout${i}: vec4`); const inputs = range(numVec4, (i) => `@location(${i}) fin${i}: vec4`); - if (numTrailingScalars > 0) { - const typeString = numTrailingScalars === 1 ? 'f32' : `vec${numTrailingScalars}`; - outputs.push(`@location(${numVec4}) vout${numVec4}: ${typeString}`); - inputs.push(`@location(${numVec4}) fin${numVec4}: ${typeString}`); - } - const descriptor = t.getDescriptorWithStates( t.getVertexStateWithOutputs(outputs), t.getFragmentStateWithInputs(inputs) @@ -315,42 +305,32 @@ fn((t) => { t.doCreateRenderPipelineTest(isAsync, _success, descriptor); }); -g.test('max_components_count,input'). +g.test('max_variables_count,input'). desc( - `Tests that validation should fail when scalar components of all user-defined inputs > max vertex shader output components.` + `Tests that validation should fail when all user-defined inputs > max vertex shader output + variables.` ). params((u) => u.combine('isAsync', [false, true]).combineWithParams([ -// Number of user-defined input scalar components in test shader = -// Math.floor((device.limits.maxInterStageShaderComponents + numScalarDelta) / 4) * 4. -{ numScalarDelta: 0, useExtraBuiltinInputs: false }, -{ numScalarDelta: 1, useExtraBuiltinInputs: false }, -{ numScalarDelta: 0, useExtraBuiltinInputs: true }, -{ numScalarDelta: -3, useExtraBuiltinInputs: true }, -{ numScalarDelta: -4, useExtraBuiltinInputs: true }] +// Number of user-defined output variables in test shader = +// device.limits.maxInterStageShaderVariables + numVariablesDelta +{ numVariablesDelta: 0, useExtraBuiltinInputs: false }, +{ numVariablesDelta: 1, useExtraBuiltinInputs: false }, +{ numVariablesDelta: 0, useExtraBuiltinInputs: true }, +{ numVariablesDelta: -1, useExtraBuiltinInputs: true }] ) ). fn((t) => { - const { isAsync, numScalarDelta, useExtraBuiltinInputs } = t.params; + const { isAsync, numVariablesDelta, useExtraBuiltinInputs } = t.params; - const numScalarComponents = - Math.floor((t.device.limits.maxInterStageShaderComponents + numScalarDelta) / 4) * 4; - const numExtraComponents = useExtraBuiltinInputs ? t.isCompatibility ? 2 : 3 : 0; - const numUsedComponents = numScalarComponents + numExtraComponents; - const success = numUsedComponents <= t.device.limits.maxInterStageShaderComponents; - - const numVec4 = Math.floor(numScalarComponents / 4); - const numTrailingScalars = numScalarComponents % 4; + const numVec4 = t.device.limits.maxInterStageShaderVariables + numVariablesDelta; + const numExtraVariables = useExtraBuiltinInputs ? 1 : 0; + const numUsedVariables = numVec4 + numExtraVariables; + const success = numUsedVariables <= t.device.limits.maxInterStageShaderVariables; const outputs = range(numVec4, (i) => `@location(${i}) vout${i}: vec4`); const inputs = range(numVec4, (i) => `@location(${i}) fin${i}: vec4`); - if (numTrailingScalars > 0) { - const typeString = numTrailingScalars === 1 ? 'f32' : `vec${numTrailingScalars}`; - outputs.push(`@location(${numVec4}) vout${numVec4}: ${typeString}`); - inputs.push(`@location(${numVec4}) fin${numVec4}: ${typeString}`); - } - if (useExtraBuiltinInputs) { inputs.push('@builtin(front_facing) front_facing_in: bool'); if (!t.isCompatibility) { diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/misc.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/misc.spec.js index 38bc1f34534..69958eea52c 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/misc.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/render_pipeline/misc.spec.js @@ -36,7 +36,7 @@ fn((t) => { g.test('vertex_state_only'). desc( `Tests creating vertex-state-only render pipeline. A vertex-only render pipeline has no fragment -state (and thus has no color state), and can be created with or without depth stencil state.` +state (and thus has no color state), and must have a depth-stencil state as an attachment is required.` ). params((u) => u. @@ -76,7 +76,7 @@ fn((t) => { targets: hasColor ? [{ format: 'rgba8unorm' }] : [] }); - t.doCreateRenderPipelineTest(isAsync, true, descriptor); + t.doCreateRenderPipelineTest(isAsync, depthStencilState !== undefined, descriptor); }); g.test('pipeline_layout,device_mismatch'). diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_common.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_common.spec.js index 0821bb7954f..bbe40249551 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_common.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_common.spec.js @@ -179,12 +179,22 @@ combineWithParams([ combineWithParams([ { bgLayer: 0, bgLayerCount: 1 }, { bgLayer: 1, bgLayerCount: 1 }, -{ bgLayer: 1, bgLayerCount: 2 }] +{ bgLayer: 1, bgLayerCount: 2 }, +{ bgLayer: 0, bgLayerCount: kTextureLayers }] ). combine('bgUsage', kTextureBindingTypes). unless((t) => t.bgUsage !== 'sampled-texture' && t.bgLevelCount > 1). combine('inSamePass', [true, false]) ). +beforeAllSubcases((t) => { + if (t.isCompatibility) { + t.skipIf(t.params.bgLayer !== 0, 'view base array layer must equal 0 in compatibility mode'); + t.skipIf( + t.params.bgLayerCount !== kTextureLayers, + 'view array layers must equal texture array layers in compatibility mode' + ); + } +}). fn((t) => { const { colorAttachmentLevel, @@ -287,7 +297,8 @@ combineWithParams([ combineWithParams([ { bgLayer: 0, bgLayerCount: 1 }, { bgLayer: 1, bgLayerCount: 1 }, -{ bgLayer: 1, bgLayerCount: 2 }] +{ bgLayer: 1, bgLayerCount: 2 }, +{ bgLayer: 0, bgLayerCount: kTextureLayers }] ). beginSubcases(). combine('depthReadOnly', [true, false]). @@ -295,6 +306,15 @@ combine('stencilReadOnly', [true, false]). combine('bgAspect', ['depth-only', 'stencil-only']). combine('inSamePass', [true, false]) ). +beforeAllSubcases((t) => { + if (t.isCompatibility) { + t.skipIf(t.params.bgLayer !== 0, 'view base array layer must equal 0 in compatibility mode'); + t.skipIf( + t.params.bgLayerCount !== kTextureLayers, + 'view array layers must equal texture array layers in compatibility mode' + ); + } +}). fn((t) => { const { dsLevel, @@ -410,7 +430,8 @@ combine('bg0Levels', [ combine('bg0Layers', [ { base: 0, count: 1 }, { base: 1, count: 1 }, -{ base: 1, count: 2 }] +{ base: 1, count: 2 }, +{ base: 0, count: kTextureLayers }] ). combine('bg1Levels', [ { base: 0, count: 1 }, @@ -420,7 +441,8 @@ combine('bg1Levels', [ combine('bg1Layers', [ { base: 0, count: 1 }, { base: 1, count: 1 }, -{ base: 1, count: 2 }] +{ base: 1, count: 2 }, +{ base: 0, count: kTextureLayers }] ). combine('bgUsage0', kTextureBindingTypes). combine('bgUsage1', kTextureBindingTypes). @@ -432,6 +454,18 @@ unless( beginSubcases(). combine('inSamePass', [true, false]) ). +beforeAllSubcases((t) => { + if (t.isCompatibility) { + t.skipIf( + t.params.bg0Layers.base !== 0 || t.params.bg1Layers.base !== 0, + 'view base array layer must equal 0 in compatibility mode' + ); + t.skipIf( + t.params.bg0Layers.count !== kTextureLayers || t.params.bg1Layers.count !== kTextureLayers, + 'view array layers must equal texture array layers in compatibility mode' + ); + } +}). fn((t) => { const { bg0Levels, bg0Layers, bg1Levels, bg1Layers, bgUsage0, bgUsage1, inSamePass } = t.params; @@ -523,7 +557,8 @@ combine('view0Levels', [ combine('view0Layers', [ { base: 0, count: 1 }, { base: 1, count: 1 }, -{ base: 1, count: 2 }] +{ base: 1, count: 2 }, +{ base: 0, count: kTextureLayers }] ). combine('view1Levels', [ { base: 0, count: 1 }, @@ -533,12 +568,26 @@ combine('view1Levels', [ combine('view1Layers', [ { base: 0, count: 1 }, { base: 1, count: 1 }, -{ base: 1, count: 2 }] +{ base: 1, count: 2 }, +{ base: 0, count: kTextureLayers }] ). combine('aspect0', ['depth-only', 'stencil-only']). combine('aspect1', ['depth-only', 'stencil-only']). combine('inSamePass', [true, false]) ). +beforeAllSubcases((t) => { + if (t.isCompatibility) { + t.skipIf( + t.params.view0Layers.base !== 0 || t.params.view1Layers.base !== 0, + 'view base array layer must equal 0 in compatibility mode' + ); + t.skipIf( + t.params.view0Layers.count !== kTextureLayers || + t.params.view1Layers.count !== kTextureLayers, + 'view array layers must equal texture array layers in compatibility mode' + ); + } +}). fn((t) => { const { view0Levels, view0Layers, view1Levels, view1Layers, aspect0, aspect1, inSamePass } = t.params; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.js index e052daeb2a8..66153f16d3e 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.js @@ -4,6 +4,7 @@ Texture Usages Validation Tests on All Kinds of WebGPU Subresource Usage Scopes. `;import { makeTestGroup } from '../../../../../common/framework/test_group.js'; import { unreachable } from '../../../../../common/util/util.js'; +import { kTextureUsages } from '../../../../capability_info.js'; import { ValidationTest } from '../../validation_test.js'; import { @@ -570,4 +571,80 @@ fn((t) => { t.expectValidationError(() => { encoder.finish(); }, false); +}); + +g.test('subresources,texture_view_usages'). +desc( + ` + Test that the usages of the texture view are used to validate compatibility in command encoding + instead of the usages of the base texture.` +). +params((u) => +u. +combine('bindingType', ['color-attachment', ...kTextureBindingTypes]). +combine('viewUsage', [0, ...kTextureUsages]) +). +fn((t) => { + const { bindingType, viewUsage } = t.params; + + const texture = t.createTextureTracked({ + format: 'r32float', + usage: + GPUTextureUsage.COPY_SRC | + GPUTextureUsage.COPY_DST | + GPUTextureUsage.TEXTURE_BINDING | + GPUTextureUsage.STORAGE_BINDING | + GPUTextureUsage.RENDER_ATTACHMENT, + size: [kTextureSize, kTextureSize, 1], + ...(t.isCompatibility && { + textureBindingViewDimension: '2d-array' + }) + }); + + switch (bindingType) { + case 'color-attachment':{ + const encoder = t.device.createCommandEncoder(); + const renderPassEncoder = encoder.beginRenderPass({ + colorAttachments: [ + { view: texture.createView({ usage: viewUsage }), loadOp: 'load', storeOp: 'store' }] + + }); + renderPassEncoder.end(); + + const success = viewUsage === 0 || (viewUsage & GPUTextureUsage.RENDER_ATTACHMENT) !== 0; + + t.expectValidationError(() => { + encoder.finish(); + }, !success); + break; + } + case 'sampled-texture': + case 'readonly-storage-texture': + case 'writeonly-storage-texture': + case 'readwrite-storage-texture': + { + let success = true; + if (viewUsage !== 0) { + if (bindingType === 'sampled-texture') { + if ((viewUsage & GPUTextureUsage.TEXTURE_BINDING) === 0) success = false; + } else { + if ((viewUsage & GPUTextureUsage.STORAGE_BINDING) === 0) success = false; + } + } + + t.expectValidationError(() => { + t.createBindGroupForTest( + texture.createView({ + dimension: '2d-array', + usage: viewUsage + }), + bindingType, + 'unfilterable-float' + ); + }, !success); + } + break; + default: + unreachable(); + } }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/shader_module/entry_point.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/shader_module/entry_point.spec.js index c8e7a0109db..5fb87037bd8 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/shader_module/entry_point.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/api/validation/shader_module/entry_point.spec.js @@ -127,7 +127,8 @@ fn((t) => { vertex: { module: t.device.createShaderModule({ code }), entryPoint - } + }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } }; let _success = true; if (shaderModuleStage !== 'vertex') { @@ -257,7 +258,8 @@ fn((t) => { code }), entryPoint: undefined - } + }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } }; const success = extraShaderModuleStage !== 'vertex'; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/capability_info.js b/tests/wpt/webgpu/tests/webgpu/webgpu/capability_info.js index b3fad3b6f37..6001d1c3c5a 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/capability_info.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/capability_info.js @@ -658,12 +658,29 @@ export const kBlendFactors = [ 'one-minus-dst-alpha', 'src-alpha-saturated', 'constant', -'one-minus-constant']; +'one-minus-constant', +'src1', +'one-minus-src1', +'src1-alpha', +'one-minus-src1-alpha']; +/** Check if `blendFactor` belongs to the blend factors in the extension "dual-source-blending". */ +export function IsDualSourceBlendingFactor(blendFactor) { + switch (blendFactor) { + case 'src1': + case 'one-minus-src1': + case 'src1-alpha': + case 'one-minus-src1-alpha': + return true; + default: + return false; + } +} + /** List of all GPUBlendOperation values. */ export const kBlendOperations = [ -'add', // +'add', 'subtract', 'reverse-subtract', 'min', @@ -713,7 +730,6 @@ const [kLimitInfoKeys, kLimitInfoDefaults, kLimitInfoData] = 'maxBufferSize': [, 268435456, 268435456, kMaxUnsignedLongLongValue], 'maxVertexAttributes': [, 16, 16], 'maxVertexBufferArrayStride': [, 2048, 2048], - 'maxInterStageShaderComponents': [, 64, 60], 'maxInterStageShaderVariables': [, 16, 15], 'maxColorAttachments': [, 8, 4], @@ -805,13 +821,16 @@ export const kFeatureNameInfo = 'depth-clip-control': {}, 'depth32float-stencil8': {}, 'texture-compression-bc': {}, + 'texture-compression-bc-sliced-3d': {}, 'texture-compression-etc2': {}, 'texture-compression-astc': {}, + 'texture-compression-astc-sliced-3d': {}, 'timestamp-query': {}, 'indirect-first-instance': {}, 'shader-f16': {}, 'rg11b10ufloat-renderable': {}, 'float32-filterable': {}, + 'float32-blendable': {}, 'clip-distances': {}, 'dual-source-blending': {} }; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/render_pipeline/unsupported_wgsl.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/render_pipeline/unsupported_wgsl.spec.js new file mode 100644 index 00000000000..43c4f57636b --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/render_pipeline/unsupported_wgsl.spec.js @@ -0,0 +1,311 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Tests limitations of createShaderModule in compat mode. +`;import { makeTestGroup } from '../../../../../common/framework/test_group.js'; +import { keysOf } from '../../../../../common/util/data_tables.js'; +import { kCompatModeUnsupportedStorageTextureFormats } from '../../../../format_info.js'; +import { CompatibilityTest } from '../../../compatibility_test.js'; + +export const g = makeTestGroup(CompatibilityTest); + +g.test('sample_mask'). +desc( + ` +Tests that you can not create a render pipeline that uses sample_mask in compat mode. + +- Test that a pipeline with a shader that uses sample_mask fails. +- Test that a pipeline that references a module that has a shader that uses sample_mask + but the pipeline does not reference that shader succeeds. + ` +). +params((u) => +u. +combine('entryPoint', ['fsWithoutSampleMaskUsage', 'fsWithSampleMaskUsage']). +combine('async', [false, true]) +). +fn((t) => { + const { entryPoint, async } = t.params; + const module = t.device.createShaderModule({ + code: ` + @vertex fn vs() -> @builtin(position) vec4f { + return vec4f(1); + } + struct Output { + @builtin(sample_mask) mask_out: u32, + @location(0) color : vec4f, + } + @fragment fn fsWithoutSampleMaskUsage() -> @location(0) vec4f { + return vec4f(1.0, 1.0, 1.0, 1.0); + } + @fragment fn fsWithSampleMaskUsage() -> Output { + var o: Output; + // We need to make sure this sample_mask isn't optimized out even if its value equals "no op". + o.mask_out = 0xFFFFFFFFu; + o.color = vec4f(1.0, 1.0, 1.0, 1.0); + return o; + } + ` + }); + const isValid = !t.isCompatibility || entryPoint === 'fsWithoutSampleMaskUsage'; + t.doCreateRenderPipelineTest(async, isValid, { + layout: 'auto', + vertex: { module }, + fragment: { + module, + entryPoint, + targets: [{ format: 'rgba8unorm' }] + } + }); +}); + +g.test('sample_index'). +desc( + ` +Tests that you can not create a render pipeline that uses sample_index in compat mode. + +- Test that a pipeline with a shader that uses sample_index fails. +- Test that a pipeline that references a module that has a shader that uses sample_index + but the pipeline does not reference that shader succeeds. + ` +). +params((u) => +u. +combine('entryPoint', ['fsWithoutSampleIndexUsage', 'fsWithSampleIndexUsage']). +combine('async', [false, true]) +). +fn((t) => { + const { entryPoint, async } = t.params; + + const module = t.device.createShaderModule({ + code: ` + @vertex fn vs() -> @builtin(position) vec4f { + return vec4f(1); + } + @fragment fn fsWithoutSampleIndexUsage() -> @location(0) vec4f { + return vec4f(0); + } + @fragment fn fsWithSampleIndexUsage(@builtin(sample_index) sampleIndex: u32) -> @location(0) vec4f { + _ = sampleIndex; + return vec4f(0); + } + ` + }); + + const isValid = !t.isCompatibility || entryPoint === 'fsWithoutSampleIndexUsage'; + t.doCreateRenderPipelineTest(async, isValid, { + layout: 'auto', + vertex: { module }, + fragment: { + module, + entryPoint, + targets: [{ format: 'rgba8unorm' }] + } + }); +}); + +g.test('interpolate'). +desc( + `Tests that you can not create a render pipeline that uses interpolate(linear), interpolate(...,sample), + interpolate(flat), nor interpolate(flat, first) in compat mode.` +). +params((u) => +u. +combineWithParams([ +{ success: false, interpolate: '@interpolate(linear)' }, +{ success: false, interpolate: '@interpolate(linear, sample)' }, +{ success: false, interpolate: '@interpolate(perspective, sample)' }, +{ success: false, interpolate: '@interpolate(flat)' }, +{ success: false, interpolate: '@interpolate(flat, first)' }, +{ success: true, interpolate: '@interpolate(flat, either)' }] +). +combine('entryPoint', [ +'fsWithoutInterpolationUsage', +'fsWithInterpolationUsage1', +'fsWithInterpolationUsage2', +'fsWithInterpolationUsage3'] +). +combine('async', [false, true]) +). +fn((t) => { + const { interpolate, success, entryPoint, async } = t.params; + + const module = t.device.createShaderModule({ + code: ` + struct Vertex { + @builtin(position) pos: vec4f, + @location(0) ${interpolate} color : vec4f, + }; + @vertex fn vs() -> Vertex { + var v: Vertex; + v.pos = vec4f(1); + v.color = vec4f(1); + return v; + } + @fragment fn fsWithoutInterpolationUsage() -> @location(0) vec4f { + return vec4f(1); + } + @fragment fn fsWithInterpolationUsage1(v: Vertex) -> @location(0) vec4f { + return vec4f(1); + } + @fragment fn fsWithInterpolationUsage2(v: Vertex) -> @location(0) vec4f { + return v.pos; + } + @fragment fn fsWithInterpolationUsage3(v: Vertex) -> @location(0) vec4f { + return v.color; + } + ` + }); + + const isValid = success || !t.isCompatibility || entryPoint === 'fsWithoutInterpolationUsage'; + t.doCreateRenderPipelineTest(async, isValid, { + layout: 'auto', + vertex: { module }, + fragment: { + entryPoint, + module, + targets: [{ format: 'rgba8unorm' }] + } + }); +}); + +g.test('unsupportedStorageTextureFormats,computePipeline'). +desc( + `Tests that you can not create a compute pipeline that uses an + unsupported storage texture format in compat mode.` +). +params((u) => +u. +combine('format', kCompatModeUnsupportedStorageTextureFormats). +combine('entryPoint', ['csWithoutStorageUsage', 'csWithStorageUsage']). +combine('async', [false, true]) +). +fn((t) => { + const { format, entryPoint, async } = t.params; + + const module = t.device.createShaderModule({ + code: ` + @group(0) @binding(0) var s: texture_storage_2d<${format}, read>; + @compute @workgroup_size(1) fn csWithoutStorageUsage() { + } + @compute @workgroup_size(1) fn csWithStorageUsage() { + _ = textureLoad(s, vec2u(0)); + } + ` + }); + + const isValid = !t.isCompatibility || entryPoint === 'csWithoutStorageUsage'; + t.doCreateComputePipelineTest(async, isValid, { + layout: 'auto', + compute: { module, entryPoint } + }); +}); + +g.test('unsupportedStorageTextureFormats,renderPipeline'). +desc( + `Tests that you can not create a render pipeline that uses an + unsupported storage texture format in compat mode.` +). +params((u) => +u. +combine('format', kCompatModeUnsupportedStorageTextureFormats). +combine('entryPoint', ['vsWithoutStorageUsage', 'vsWithStorageUsage']). +combine('async', [false, true]) +). +fn((t) => { + const { format, entryPoint, async } = t.params; + + const module = t.device.createShaderModule({ + code: ` + @group(0) @binding(0) var s: texture_storage_2d<${format}, read>; + @vertex fn vsWithoutStorageUsage() -> @builtin(position) vec4f { + return vec4f(0); + } + @vertex fn vsWithStorageUsage() -> @builtin(position) vec4f { + _ = textureLoad(s, vec2u(0)); + return vec4f(0); + } + ` + }); + + const isValid = !t.isCompatibility || entryPoint === 'vsWithoutStorageUsage'; + t.doCreateRenderPipelineTest(async, isValid, { + layout: 'auto', + vertex: { module, entryPoint }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } + }); +}); + +const kDepthTextureTypeToParams = { + texture_depth_2d: 'vec2u(0), 0', + texture_depth_2d_array: 'vec2u(0), 0, 0', + texture_depth_multisampled_2d: 'vec2u(0), 0' +}; +const kDepthTextureTypes = keysOf(kDepthTextureTypeToParams); + +g.test('textureLoad_with_depth_textures,computePipeline'). +desc( + `Tests that you can not create a compute pipeline that uses textureLoad with a depth texture in compat mode.` +). +params((u) => +u. +combine('type', kDepthTextureTypes). +combine('entryPoint', ['csWithoutDepthUsage', 'csWithDepthUsage']). +combine('async', [false, true]) +). +fn((t) => { + const { type, entryPoint, async } = t.params; + const params = kDepthTextureTypeToParams[type]; + + const module = t.device.createShaderModule({ + code: ` + @group(0) @binding(0) var t: ${type}; + @compute @workgroup_size(1) fn csWithoutDepthUsage() { + } + @compute @workgroup_size(1) fn csWithDepthUsage() { + _ = textureLoad(t, ${params}); + } + ` + }); + + const isValid = !t.isCompatibility || entryPoint === 'csWithoutDepthUsage'; + t.doCreateComputePipelineTest(async, isValid, { + layout: 'auto', + compute: { module, entryPoint } + }); +}); + +g.test('textureLoad_with_depth_textures,renderPipeline'). +desc( + `Tests that you can not create a render pipeline that uses textureLoad with a depth texture in compat mode.` +). +params((u) => +u. +combine('type', kDepthTextureTypes). +combine('entryPoint', ['vsWithoutDepthUsage', 'vsWithDepthUsage']). +combine('async', [false, true]) +). +fn((t) => { + const { type, entryPoint, async } = t.params; + const params = kDepthTextureTypeToParams[type]; + + const module = t.device.createShaderModule({ + code: ` + @group(0) @binding(0) var t: ${type}; + @vertex fn vsWithoutDepthUsage() -> @builtin(position) vec4f { + return vec4f(0); + } + @vertex fn vsWithDepthUsage() -> @builtin(position) vec4f { + _ = textureLoad(t, ${params}); + return vec4f(0); + } + ` + }); + + const isValid = !t.isCompatibility || entryPoint === 'vsWithoutDepthUsage'; + t.doCreateRenderPipelineTest(async, isValid, { + layout: 'auto', + vertex: { module, entryPoint }, + depthStencil: { format: 'depth32float', depthWriteEnabled: true, depthCompare: 'always' } + }); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/shader_module/shader_module.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/shader_module/shader_module.spec.js deleted file mode 100644 index 0de80fc9dc3..00000000000 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/compat/api/validation/shader_module/shader_module.spec.js +++ /dev/null @@ -1,156 +0,0 @@ -/** -* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/export const description = ` -Tests limitations of createShaderModule in compat mode. -`;import { makeTestGroup } from '../../../../../common/framework/test_group.js'; -import { keysOf } from '../../../../../common/util/data_tables.js'; -import { kCompatModeUnsupportedStorageTextureFormats } from '../../../../format_info.js'; -import { CompatibilityTest } from '../../../compatibility_test.js'; - -export const g = makeTestGroup(CompatibilityTest); - -g.test('sample_mask'). -desc(`Tests that you can not create a shader module that uses sample_mask in compat mode.`). -fn((t) => { - t.expectGPUErrorInCompatibilityMode( - 'validation', - () => - t.device.createShaderModule({ - code: ` - @vertex fn vs() -> @builtin(position) vec4f { - return vec4f(1); - } - struct Output { - @builtin(sample_mask) mask_out: u32, - @location(0) color : vec4f, - } - @fragment fn fsWithSampleMaskUsage() -> Output { - var o: Output; - // We need to make sure this sample_mask isn't optimized out even if its value equals "no op". - o.mask_out = 0xFFFFFFFFu; - o.color = vec4f(1.0, 1.0, 1.0, 1.0); - return o; - } - ` - }), - true - ); -}); - -g.test('sample_index'). -desc(`Tests that you can not create a shader module that uses sample_index in compat mode.`). -fn((t) => { - t.expectGPUErrorInCompatibilityMode( - 'validation', - () => - t.device.createShaderModule({ - code: ` - @vertex fn vs() -> @builtin(position) vec4f { - return vec4f(1); - } - @fragment fn fsWithSampleIndexUsage(@builtin(sample_index) sampleIndex: u32) -> @location(0) vec4f { - _ = sampleIndex; - return vec4f(0); - } - ` - }), - true - ); -}); - -g.test('interpolate'). -desc( - `Tests that you can not create a shader module that uses interpolate(linear), interpolate(...,sample), - interpolate(flat), nor interpolate(flat, first) in compat mode.` -). -params((u) => -u.combineWithParams([ -{ success: true, interpolate: '' }, -{ success: false, interpolate: '@interpolate(linear)' }, -{ success: false, interpolate: '@interpolate(linear, sample)' }, -{ success: false, interpolate: '@interpolate(perspective, sample)' }, -{ success: false, interpolate: '@interpolate(flat)' }, -{ success: false, interpolate: '@interpolate(flat, first)' }, -{ success: true, interpolate: '@interpolate(flat, either)' }] -) -). -fn((t) => { - const { interpolate, success } = t.params; - - t.expectGPUErrorInCompatibilityMode( - 'validation', - () => - t.device.createShaderModule({ - code: ` - struct Vertex { - @builtin(position) pos: vec4f, - @location(0) ${interpolate} color : vec4f, - }; - @vertex fn vs() -> Vertex { - var v: Vertex; - v.pos = vec4f(1); - v.color = vec4f(1); - return v; - } - @fragment fn fsWithInterpolationUsage(v: Vertex) -> @location(0) vec4f { - return v.color; - } - ` - }), - !success - ); -}); - -g.test('unsupportedStorageTextureFormats'). -desc( - `Tests that you can not create a shader module with unsupported storage texture formats in compat mode.` -). -params((u) => u.combine('format', kCompatModeUnsupportedStorageTextureFormats)). -fn((t) => { - const { format } = t.params; - - t.expectGPUErrorInCompatibilityMode( - 'validation', - () => - t.device.createShaderModule({ - code: ` - @group(0) @binding(0) var s: texture_storage_2d<${format}, read>; - @compute @workgroup_size(1) fn cs() { - _ = textureLoad(s, vec2u(0)); - } - ` - }), - true - ); -}); - -const kDepthTextureTypeToParams = { - texture_depth_2d: 'vec2u(0), 0', - texture_depth_2d_array: 'vec2u(0), 0, 0', - texture_depth_multisampled_2d: 'vec2u(0), 0' -}; -const kDepthTextureTypes = keysOf(kDepthTextureTypeToParams); - -g.test('textureLoad_with_depth_textures'). -desc( - `Tests that you can not create a shader module that uses textureLoad with a depth texture in compat mode.` -). -params((u) => u.combine('type', kDepthTextureTypes)). -fn((t) => { - const { type } = t.params; - const params = kDepthTextureTypeToParams[type]; - - t.expectGPUErrorInCompatibilityMode( - 'validation', - () => - t.device.createShaderModule({ - code: ` - @group(0) @binding(0) var t: ${type}; - @compute @workgroup_size(1) fn cs() { - _ = textureLoad(t, ${params}); - } - ` - }), - true - ); -}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/format_info.js b/tests/wpt/webgpu/tests/webgpu/webgpu/format_info.js index 248078fc6c8..0685471aacc 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/format_info.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/format_info.js @@ -1785,6 +1785,14 @@ export function isDepthOrStencilTextureFormat(format) { return isDepthTextureFormat(format) || isStencilTextureFormat(format); } +export function isEncodableTextureFormat(format) { + return kEncodableTextureFormats.includes(format); +} + +export function canUseAsRenderTarget(format) { + return kTextureFormatInfo[format].colorRender || isDepthOrStencilTextureFormat(format); +} + export const kCompatModeUnsupportedStorageTextureFormats = [ 'rg32float', 'rg32sint', @@ -1815,6 +1823,13 @@ export function isCompressedFloatTextureFormat(format) { return isCompressedTextureFormat(format) && format.includes('float'); } +/** + * Returns true of format can be multisampled. + */ +export function isMultisampledTextureFormat(format) { + return kAllTextureFormatInfo[format].multisample; +} + export const kFeaturesForFormats = getFeaturesForFormats(kAllTextureFormats); /** diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/listing.js b/tests/wpt/webgpu/tests/webgpu/webgpu/listing.js index 998993c688e..b8943304746 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/listing.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/listing.js @@ -638,6 +638,15 @@ export const listing = [ ], "readme": "Test every method or option that shouldn't be allowed without a feature enabled.\nIf the feature is not enabled, any use of an enum value added by a feature must be an\n*exception*, per .\n\n- x= that feature {enabled, disabled}\n\nGenerally one file for each feature name, but some may be grouped (e.g. one file for all optional\nquery types, one file for all optional texture formats).\n\nTODO: implement" }, + { + "file": [ + "api", + "validation", + "capability_checks", + "features", + "clip_distances" + ] + }, { "file": [ "api", @@ -791,15 +800,6 @@ export const listing = [ "maxDynamicUniformBuffersPerPipelineLayout" ] }, - { - "file": [ - "api", - "validation", - "capability_checks", - "limits", - "maxInterStageShaderComponents" - ] - }, { "file": [ "api", @@ -1435,6 +1435,14 @@ export const listing = [ "depth_stencil_state" ] }, + { + "file": [ + "api", + "validation", + "render_pipeline", + "float32_blendable" + ] + }, { "file": [ "api", @@ -1697,7 +1705,7 @@ export const listing = [ "api", "validation", "render_pipeline", - "vertex_state" + "unsupported_wgsl" ] }, { @@ -1705,8 +1713,8 @@ export const listing = [ "compat", "api", "validation", - "shader_module", - "shader_module" + "render_pipeline", + "vertex_state" ] }, { @@ -2978,6 +2986,26 @@ export const listing = [ "pow" ] }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "quadBroadcast" + ] + }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "quadSwap" + ] + }, { "file": [ "shader", @@ -3128,6 +3156,76 @@ export const listing = [ "storageBarrier" ] }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "subgroupAdd" + ] + }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "subgroupAll" + ] + }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "subgroupAny" + ] + }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "subgroupBallot" + ] + }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "subgroupBitwise" + ] + }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "subgroupBroadcast" + ] + }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "subgroupMul" + ] + }, { "file": [ "shader", @@ -3228,6 +3326,16 @@ export const listing = [ "textureSample" ] }, + { + "file": [ + "shader", + "execution", + "expression", + "call", + "builtin", + "textureSampleBaseClampToEdge" + ] + }, { "file": [ "shader", @@ -3789,6 +3897,14 @@ export const listing = [ "user_io" ] }, + { + "file": [ + "shader", + "execution", + "shader_io", + "vertex_builtins" + ] + }, { "file": [ "shader", @@ -3835,6 +3951,14 @@ export const listing = [ "increment_decrement" ] }, + { + "file": [ + "shader", + "execution", + "statement", + "phony" + ] + }, { "file": [ "shader", @@ -4009,6 +4133,15 @@ export const listing = [ "parse" ] }, + { + "file": [ + "shader", + "validation", + "expression", + "binary", + "short_circuiting_and_or" + ] + }, { "file": [ "shader", @@ -4609,6 +4742,26 @@ export const listing = [ "pow" ] }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "quadBroadcast" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "quadSwap" + ] + }, { "file": [ "shader", @@ -4749,6 +4902,106 @@ export const listing = [ "step" ] }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupAdd" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupAnyAll" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupBallot" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupBitwise" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupBroadcast" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupBroadcastFirst" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupElect" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupMinMax" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupMul" + ] + }, + { + "file": [ + "shader", + "validation", + "expression", + "call", + "builtin", + "subgroupShuffle" + ] + }, { "file": [ "shader", @@ -5143,6 +5396,14 @@ export const listing = [ "logical_negation" ] }, + { + "file": [ + "shader", + "validation", + "extension", + "clip_distances" + ] + }, { "file": [ "shader", diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/print_environment.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/print_environment.spec.js index d9bd5333261..0577ee9859a 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/print_environment.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/print_environment.spec.js @@ -35,9 +35,7 @@ NOTE: If your test runtime elides logs when tests pass, you won't see the prints in the logs. On non-WPT runtimes, it will also print to the console with console.log. WPT disallows console.log and doesn't support logs on passing tests, so this does nothing on WPT.` ). -fn(async (t) => { - // MAINTENANCE_TODO: Remove requestAdapterInfo when info is implemented. - const adapterInfo = t.adapter.info || (await t.adapter.requestAdapterInfo()); +fn((t) => { const isCompatibilityMode = t.adapter. isCompatibilityMode; @@ -51,7 +49,7 @@ fn(async (t) => { adapter: { isFallbackAdapter: t.adapter.isFallbackAdapter, isCompatibilityMode, - info: adapterInfo, + info: t.adapter.info, features: Array.from(t.adapter.features), limits: t.adapter.limits } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/access/matrix/index.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/access/matrix/index.spec.js index 0f44f06305f..ddceafaa3b8 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/access/matrix/index.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/access/matrix/index.spec.js @@ -11,7 +11,9 @@ import { abstractFloat, f32, vec } from + '../../../../../util/conversion.js'; +import { align } from '../../../../../util/math.js'; import { allInputSources, basicExpressionBuilder, run } from '../../expression.js'; @@ -197,4 +199,74 @@ fn(async (t) => { { inputSource: 'const' }, cases ); +}); + +g.test('non_const_index'). +specURL('https://www.w3.org/TR/WGSL/#matrix-access-expr'). +desc(`Test indexing of a matrix using non-const index`). +params((u) => u.combine('columns', [2, 3, 4]).combine('rows', [2, 3, 4])). +fn((t) => { + const cols = t.params.columns; + const rows = t.params.rows; + const values = Array.from(Array(cols * rows).keys()); + const wgsl = ` +@group(0) @binding(0) var output : array; + +@compute @workgroup_size(${cols}, ${rows}) +fn main(@builtin(local_invocation_id) invocation_id : vec3) { + let m = mat${cols}x${rows}f(${values.join(', ')}); + output[invocation_id.x*${rows} + invocation_id.y] = m[invocation_id.x][invocation_id.y]; +} +`; + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ code: wgsl }), + entryPoint: 'main' + } + }); + + const bufferSize = (arr) => { + let offset = 0; + let alignment = 0; + for (const value of arr) { + alignment = Math.max(alignment, value.type.alignment); + offset = align(offset, value.type.alignment) + value.type.size; + } + return align(offset, alignment); + }; + + const toArray = (arr) => { + const array = new Uint8Array(bufferSize(arr)); + let offset = 0; + for (const value of arr) { + offset = align(offset, value.type.alignment); + value.copyTo(array, offset); + offset += value.type.size; + } + return array; + }; + + const expected = values.map((i) => Type['f32'].create(i)); + + const outputBuffer = t.createBufferTracked({ + size: bufferSize(expected), + usage: GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC + }); + + const bindGroup = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [{ binding: 0, resource: { buffer: outputBuffer } }] + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bindGroup); + pass.dispatchWorkgroups(1); + pass.end(); + t.queue.submit([encoder.finish()]); + + t.expectGPUBufferValuesEqual(outputBuffer, toArray(expected)); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadBroadcast.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadBroadcast.spec.js new file mode 100644 index 00000000000..9539ec8c0ce --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadBroadcast.spec.js @@ -0,0 +1,656 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for quadBroadcast. + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { assert, unreachable } from '../../../../../../common/util/util.js'; +import { kTextureFormatInfo } from '../../../../../format_info.js'; +import { kBit } from '../../../../../util/constants.js'; +import { + kConcreteNumericScalarsAndVectors, + Type, + VectorType, + scalarTypeOf } from +'../../../../../util/conversion.js'; +import { align } from '../../../../../util/math.js'; + +import { + kWGSizes, + kDataSentinel, + kPredicateCases, + runComputeTest, + SubgroupTest, + kFramebufferSizes, + runFragmentTest } from +'./subgroup_util.js'; + +export const g = makeTestGroup(SubgroupTest); + +const kTypes = objectsToRecord(kConcreteNumericScalarsAndVectors); + +/** + * Generates scalar values for type + * + * Generates 4 32-bit values whose bit patterns represent + * interesting values of the data type. + * @param type The data type + */ +function generateScalarValues(type) { + const scalarTy = scalarTypeOf(type); + switch (scalarTy) { + case Type.u32: + return [kBit.u32.min, kBit.u32.max, 1111, 2222]; + case Type.i32: + return [ + kBit.i32.positive.min, + kBit.i32.positive.max, + kBit.i32.negative.min, + 0xffffffff // -1 + ]; + case Type.f32: + return [ + kBit.f32.positive.zero, + kBit.f32.positive.nearest_max, + kBit.f32.negative.nearest_min, + 0xbf800000 // -1 + ]; + case Type.f16: + return [ + kBit.f16.positive.zero, + kBit.f16.positive.nearest_max, + kBit.f16.negative.nearest_min, + 0xbc00 // -1 + ]; + default: + unreachable(`Unsupported type: ${type.toString()}`); + } + return [0, 0, 0, 0]; +} + +/** + * Generates input bit patterns for the input type + * + * Generates 4 values of type in a Uint32Array. + * 16-bit types are appropriately packed. + * @param type The data type + */ +function generateTypedInputs(type) { + const scalarValues = generateScalarValues(type); + let elements = 1; + if (type instanceof VectorType) { + elements = type.width; + } + if (type.requiresF16()) { + switch (elements) { + case 1: + return new Uint32Array([ + scalarValues[0] | scalarValues[1] << 16, + scalarValues[2] | scalarValues[3] << 16] + ); + case 2: + return new Uint32Array([ + scalarValues[0] | scalarValues[0] << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[3] | scalarValues[3] << 16] + ); + case 3: + return new Uint32Array([ + scalarValues[0] | scalarValues[0] << 16, + scalarValues[0] | kDataSentinel << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[1] | kDataSentinel << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[2] | kDataSentinel << 16, + scalarValues[3] | scalarValues[3] << 16, + scalarValues[3] | kDataSentinel << 16] + ); + case 4: + return new Uint32Array([ + scalarValues[0] | scalarValues[0] << 16, + scalarValues[0] | scalarValues[0] << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[3] | scalarValues[3] << 16, + scalarValues[3] | scalarValues[3] << 16] + ); + default: + unreachable(`Unsupported type: ${type.toString()}`); + } + return new Uint32Array([0]); + } else { + const bound = elements === 3 ? 4 : elements; + const values = []; + for (let i = 0; i < 4; i++) { + for (let j = 0; j < bound; j++) { + if (j < elements) { + values.push(scalarValues[i]); + } else { + values.push(kDataSentinel); + } + } + } + return new Uint32Array(values); + } +} + +/** + * Checks results from data types test + * + * The output is expected to match the input values corresponding to the + * id being broadcast (assuming a linear mapping). + * @param metadata An unused parameter + * @param output The output data + * @param input The input data + * @param broadcast The id being broadcast + * @param type The data type being tested + */ +function checkDataTypes( +metadata, // unused +output, +input, +broadcast, +type) +{ + if (type.requiresF16() && !(type instanceof VectorType)) { + const expectIdx = Math.floor(broadcast / 2); + const expectShift = broadcast % 2 === 1; + let expect = input[expectIdx]; + if (expectShift) { + expect >>= 16; + } + expect &= 0xffff; + + for (let i = 0; i < 4; i++) { + const index = Math.floor(i / 2); + const shift = i % 2 === 1; + let res = output[index]; + if (shift) { + res >>= 16; + } + res &= 0xffff; + if (res !== expect) { + return new Error(`${i}: incorrect result +- expected: ${expect} +- got: ${res}`); + } + } + } else { + let uints = 1; + if (type instanceof VectorType) { + uints = type.width === 3 ? 4 : type.width; + if (type.requiresF16()) { + uints = Math.floor(uints / 2); + } + } + for (let i = 0; i < 4; i++) { + for (let j = 0; j < uints; j++) { + const expect = input[broadcast * uints + j]; + const res = output[i * uints + j]; + if (res !== expect) { + return new Error(`${i * uints + j}: incorrect result +- expected: ${expect} +- got: ${res}`); + } + } + } + } + + return undefined; +} + +g.test('data_types'). +desc('Test allowed data types'). +params((u) => +u. +combine('type', keysOf(kTypes)). +beginSubcases(). +combine('id', [0, 1, 2, 3]) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn(async (t) => { + const wgSize = [4, 1, 1]; + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} + +@group(0) @binding(0) +var input : array<${type.toString()}>; + +@group(0) @binding(1) +var output : array<${type.toString()}>; + +@group(0) @binding(2) +var metadata : array; // unused + +@compute @workgroup_size(${wgSize[0]}, ${wgSize[1]}, ${wgSize[2]}) +fn main( + @builtin(subgroup_invocation_id) id : u32, +) { + // Force usage + _ = metadata[0]; + + output[id] = quadBroadcast(input[id], ${t.params.id}); +}`; + + const inputData = generateTypedInputs(type); + let uintsPerOutput = 1; + if (type instanceof VectorType) { + uintsPerOutput = type.width === 3 ? 4 : type.width; + if (type.requiresF16()) { + uintsPerOutput = Math.floor(uintsPerOutput / 2); + } + } + await runComputeTest( + t, + wgsl, + wgSize, + uintsPerOutput, + inputData, + (metadata, output) => { + return checkDataTypes(metadata, output, inputData, t.params.id, type); + } + ); +}); + +/** + * Checks quadBroadcast in compute shaders + * + * Assumes that quads are linear within a subgroup. + * + * @param metadata An array of integers divided as follows: + * * first half subgroup invocation ids + * * second half subgroup sizes + * @param output An array of integers divided as follows: + * * first half results of quad broadcast + * * second half generated unique subgroup ids + * @param broadcast The id being broadcast in the range [0, 3] + * @param filter A functor to filter active invocations + */ +function checkBroadcastCompute( +metadata, +output, +broadcast, +filter) +{ + assert(broadcast === Math.trunc(broadcast)); + assert(broadcast >= 0 && broadcast <= 3); + + const bound = Math.floor(output.length / 2); + for (let i = 0; i < bound; i++) { + const subgroup_id = output[bound + i]; + const id = metadata[i]; + const size = metadata[bound + i]; + if (!filter(id, size)) { + if (output[i] !== kDataSentinel) { + return new Error(`Unexpected write for invocation ${i}`); + } + continue; + } + + const quad_id = Math.floor(id / 4); + const quad = [-1, -1, -1, -1]; + for (let j = 0; j < bound; j++) { + const other_id = metadata[j]; + const other_quad_id = Math.floor(other_id / 4); + const other_quad_index = other_id % 4; + const other_subgroup_id = output[bound + j]; + if (other_subgroup_id === subgroup_id && quad_id === other_quad_id) { + quad[other_quad_index] = j; + } + } + for (let j = 0; j < 4; j++) { + if (quad[j] === -1) { + return new Error(`Invocation ${i}: missing quad index ${j}`); + } + } + for (let j = 0; j < 4; j++) { + if (output[quad[j]] !== output[quad[broadcast]]) { + return new Error(`Incorrect result for quad: base invocation = ${ + quad[broadcast] + }, invocation = ${quad[j]} +- expected: ${output[quad[broadcast]]} +- got: ${output[quad[j]]}`); + } + } + } + + return undefined; +} + +g.test('compute,all_active'). +desc( + `Tests broadcast with all active invocations + +Quad operations require a full quad so workgroup sizes are limited to multiples of 4. + ` +). +params((u) => +u. +combine('wgSize', kWGSizes). +filter((t) => { + const wgThreads = t.wgSize[0] * t.wgSize[1] * t.wgSize[2]; + return wgThreads % 4 === 0; +}). +beginSubcases(). +combine('id', [0, 1, 2, 3]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : u32; // unused + +struct Output { + results : array, + subgroup_size : array, +} + +@group(0) @binding(1) +var output : Output; + +struct Metadata { + id : array, + subgroup_size : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + // Force usage + _ = inputs; + + let b = quadBroadcast(lid, ${t.params.id}); + output.results[lid] = b; + output.subgroup_size[lid] = subgroupBroadcastFirst(lid + 1); + metadata.id[lid] = id; + metadata.subgroup_size[lid] = subgroupSize; +}`; + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + new Uint32Array([0]), // unused + (metadata, output) => { + return checkBroadcastCompute(metadata, output, t.params.id, (id, size) => { + return true; + }); + } + ); +}); + +g.test('compute,split'). +desc( + `Tests broadcast with predicated invocations + +Quad operations require a full quad so workgroup sizes are limited to multiples of 4. +Quad operations require a fully active quad to operate correctly so several of the +predication filters are skipped. + ` +). +params((u) => +u. +combine('predicate', keysOf(kPredicateCases)). +filter((t) => { + return t.predicate === 'lower_half' || t.predicate === 'upper_half'; +}). +combine('wgSize', kWGSizes). +filter((t) => { + const wgThreads = t.wgSize[0] * t.wgSize[1] * t.wgSize[2]; + return wgThreads % 4 === 0; +}). +beginSubcases(). +combine('id', [0, 1, 2, 3]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + const testcase = kPredicateCases[t.params.predicate]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : u32; // unused + +struct Output { + results : array, + subgroup_size : array, +} + +@group(0) @binding(1) +var output : Output; + +struct Metadata { + id : array, + subgroup_size : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + // Force usage + _ = inputs; + + output.subgroup_size[lid] = subgroupBroadcastFirst(lid + 1); + metadata.id[lid] = id; + metadata.subgroup_size[lid] = subgroupSize; + + if ${testcase.cond} { + let b = quadBroadcast(lid, ${t.params.id}); + output.results[lid] = b; + } +}`; + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + new Uint32Array([0]), // unused + (metadata, output) => { + return checkBroadcastCompute(metadata, output, t.params.id, testcase.filter); + } + ); +}); + +/** + * Checks results of quadBroadcast in fragment shaders. + * + * @param data The framebuffer output + * * component 0 is the broadcast of the integer x position + * * component 1 is the broadcast of the integer y position + * @param format The framebuffer format + * @param width Framebuffer width + * @param height Framebuffer height + * @param broadcast The quad id being broadcast + */ +function checkFragment( +data, +format, +width, +height, +broadcast) +{ + assert(broadcast === Math.trunc(broadcast)); + assert(broadcast >= 0 && broadcast <= 3); + + if (width < 3 || height < 3) { + return new Error( + `Insufficient framebuffer size [${width}w x ${height}h]. Minimum is [3w x 3h].` + ); + } + + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + const blocksPerRow = width / blockWidth; + // 256 minimum comes from image copy requirements. + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const uintsPerRow = bytesPerRow / 4; + const uintsPerTexel = (bytesPerBlock ?? 1) / blockWidth / blockHeight / 4; + + const coordToIndex = (row, col) => { + return uintsPerRow * row + col * uintsPerTexel; + }; + + // Iteration skips last row and column to avoid helper invocations because it is not + // guaranteed whether or not they participate in the subgroup operation. + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = coordToIndex(row, col); + + const row_is_odd = row % 2 === 1; + const col_is_odd = col % 2 === 1; + + // Skip checking quads that extend into potential helper invocations. + const max_row = row_is_odd ? row : row + 1; + const max_col = col_is_odd ? col : col + 1; + if (max_row === height - 1 || max_col === width - 1) { + continue; + } + + let expect_row = row; + let expect_col = col; + switch (broadcast) { + case 0: + expect_row = row_is_odd ? row - 1 : row; + expect_col = col_is_odd ? col - 1 : col; + break; + case 1: + expect_row = row_is_odd ? row - 1 : row; + expect_col = col_is_odd ? col : col + 1; + break; + case 2: + expect_row = row_is_odd ? row : row + 1; + expect_col = col_is_odd ? col - 1 : col; + break; + case 3: + expect_row = row_is_odd ? row : row + 1; + expect_col = col_is_odd ? col : col + 1; + break; + } + + const row_broadcast = data[offset + 1]; + const col_broadcast = data[offset]; + if (expect_row !== row_broadcast) { + return new Error(`Row ${row}, col ${col}: incorrect row results: +- expected: ${expect_row} +- got: ${row_broadcast}`); + } + + if (expect_col !== col_broadcast) { + return new Error(`Row ${row}, col ${col}: incorrect col results: +- expected: ${expect_row} +- got: ${col_broadcast}`); + } + } + } + + return undefined; +} + +g.test('fragment,all_active'). +desc(`Tests quadBroadcast in fragment shaders`). +params((u) => +u. +combine('size', kFramebufferSizes). +beginSubcases(). +combine('id', [0, 1, 2, 3]). +combineWithParams([{ format: 'rgba32uint' }]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const fsShader = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; // unused + +@fragment +fn main( + @builtin(position) pos : vec4f, +) -> @location(0) vec4u { + // Force usage + _ = inputs[0]; + + let linear = u32(pos.x) + u32(pos.y) * ${t.params.size[0]}; + + // Filter out possible helper invocations. + let x_in_range = u32(pos.x) < (${t.params.size[0]} - 1); + let y_in_range = u32(pos.y) < (${t.params.size[1]} - 1); + let in_range = x_in_range && y_in_range; + + var x_broadcast = select(1001, u32(pos.x), in_range); + var y_broadcast = select(1001, u32(pos.y), in_range); + + x_broadcast = quadBroadcast(x_broadcast, ${t.params.id}); + y_broadcast = quadBroadcast(y_broadcast, ${t.params.id}); + + return vec4u(x_broadcast, y_broadcast, 0, 0); +}`; + + await runFragmentTest( + t, + t.params.format, + fsShader, + t.params.size[0], + t.params.size[1], + new Uint32Array([0]), // unused, + (data) => { + return checkFragment( + data, + t.params.format, + t.params.size[0], + t.params.size[1], + t.params.id + ); + } + ); +}); + +g.test('fragment,split').unimplemented(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadSwap.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadSwap.spec.js new file mode 100644 index 00000000000..e15880b9b3c --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quadSwap.spec.js @@ -0,0 +1,666 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for quadSwapX, quadSwapY, and quadSwapDiagnoal. + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { assert, unreachable } from '../../../../../../common/util/util.js'; +import { kTextureFormatInfo } from '../../../../../format_info.js'; +import { kBit } from '../../../../../util/constants.js'; +import { + kConcreteNumericScalarsAndVectors, + Type, + VectorType, + scalarTypeOf } from +'../../../../../util/conversion.js'; +import { align } from '../../../../../util/math.js'; + +import { + kWGSizes, + kDataSentinel, + kPredicateCases, + runComputeTest, + SubgroupTest, + kFramebufferSizes, + runFragmentTest } from +'./subgroup_util.js'; + +export const g = makeTestGroup(SubgroupTest); + +const kTypes = objectsToRecord(kConcreteNumericScalarsAndVectors); + + + +const kOps = ['quadSwapX', 'quadSwapY', 'quadSwapDiagonal']; + +/** + * Generates scalar values for type + * + * Generates 4 32-bit values whose bit patterns represent + * interesting values of the data type. + * @param type The data type + */ +function generateScalarValues(type) { + const scalarTy = scalarTypeOf(type); + switch (scalarTy) { + case Type.u32: + return [kBit.u32.min, kBit.u32.max, 1111, 2222]; + case Type.i32: + return [ + kBit.i32.positive.min, + kBit.i32.positive.max, + kBit.i32.negative.min, + 0xffffffff // -1 + ]; + case Type.f32: + return [ + kBit.f32.positive.zero, + kBit.f32.positive.nearest_max, + kBit.f32.negative.nearest_min, + 0xbf800000 // -1 + ]; + case Type.f16: + return [ + kBit.f16.positive.zero, + kBit.f16.positive.nearest_max, + kBit.f16.negative.nearest_min, + 0xbc00 // -1 + ]; + default: + unreachable(`Unsupported type: ${type.toString()}`); + } + return [0, 0, 0, 0]; +} + +/** + * Generates input bit patterns for the input type + * + * Generates 4 values of type in a Uint32Array. + * 16-bit types are appropriately packed. + * @param type The data type + */ +function generateTypedInputs(type) { + const scalarValues = generateScalarValues(type); + let elements = 1; + if (type instanceof VectorType) { + elements = type.width; + } + if (type.requiresF16()) { + switch (elements) { + case 1: + return new Uint32Array([ + scalarValues[0] | scalarValues[1] << 16, + scalarValues[2] | scalarValues[3] << 16] + ); + case 2: + return new Uint32Array([ + scalarValues[0] | scalarValues[0] << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[3] | scalarValues[3] << 16] + ); + case 3: + return new Uint32Array([ + scalarValues[0] | scalarValues[0] << 16, + scalarValues[0] | kDataSentinel << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[1] | kDataSentinel << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[2] | kDataSentinel << 16, + scalarValues[3] | scalarValues[3] << 16, + scalarValues[3] | kDataSentinel << 16] + ); + case 4: + return new Uint32Array([ + scalarValues[0] | scalarValues[0] << 16, + scalarValues[0] | scalarValues[0] << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[1] | scalarValues[1] << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[2] | scalarValues[2] << 16, + scalarValues[3] | scalarValues[3] << 16, + scalarValues[3] | scalarValues[3] << 16] + ); + default: + unreachable(`Unsupported type: ${type.toString()}`); + } + return new Uint32Array([0]); + } else { + const bound = elements === 3 ? 4 : elements; + const values = []; + for (let i = 0; i < 4; i++) { + for (let j = 0; j < bound; j++) { + if (j < elements) { + values.push(scalarValues[i]); + } else { + values.push(kDataSentinel); + } + } + } + return new Uint32Array(values); + } +} + +/** + * Returns the swapped quad invocation id for the given op + * + * @param index The index in the range [0,3] + * @param op The swap + */ +function swapIndex(index, op) { + assert(index === Math.trunc(index)); + assert(index >= 0 && index <= 3); + switch (op) { + case 'quadSwapX': + return index ^ 1; + case 'quadSwapY': + return index ^ 2; + case 'quadSwapDiagonal': + return index ^ 3; + } + unreachable(`Unhandled op ${op}`); +} + +/** + * Checks the results of data types test + * + * The outputs for a given index are expected to match the input values + * for the given swap. + * @param metadata An unused parameter + * @param output The output data + * @param input The input data + * @param op The type of swap + * @param type The data type + */ +function checkDataTypes( +metadata, // unused +output, +input, +op, +type) +{ + if (type.requiresF16() && !(type instanceof VectorType)) { + for (let i = 0; i < 4; i++) { + const swapIdx = swapIndex(i, op); + + const expectIdx = Math.floor(swapIdx / 2); + const expectShift = swapIdx % 2 === 1; + let expect = input[expectIdx]; + if (expectShift) { + expect >>= 16; + } + expect &= 0xffff; + + const resIdx = Math.floor(i / 2); + const resShift = i % 2 === 1; + let res = output[resIdx]; + if (resShift) { + res >>= 16; + } + res &= 0xffff; + + if (res !== expect) { + return new Error(`${i}: incorrect result +- expected: ${expect} +- got: ${res}`); + } + } + } else { + let uints = 1; + if (type instanceof VectorType) { + uints = type.width === 3 ? 4 : type.width; + if (type.requiresF16()) { + uints = Math.floor(uints / 2); + } + } + for (let i = 0; i < 4; i++) { + for (let j = 0; j < uints; j++) { + const expect = input[swapIndex(i, op) * uints + j]; + const res = output[i * uints + j]; + if (res !== expect) { + return new Error(`${uints * i + j}: incorrect result +- expected: ${expect} +- got: ${res}`); + } + } + } + } + + return undefined; +} + +g.test('data_types'). +desc('Test allowed data types'). +params((u) => u.combine('type', keysOf(kTypes)).beginSubcases().combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn(async (t) => { + const wgSize = [4, 1, 1]; + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} + +@group(0) @binding(0) +var input : array<${type.toString()}>; + +@group(0) @binding(1) +var output : array<${type.toString()}>; + +@group(0) @binding(2) +var metadata : array; // unused + +@compute @workgroup_size(${wgSize[0]}, ${wgSize[1]}, ${wgSize[2]}) +fn main( + @builtin(subgroup_invocation_id) id : u32, +) { + // Force usage + _ = metadata[0]; + + output[id] = ${t.params.op}(input[id]); +}`; + + const inputData = generateTypedInputs(type); + let uintsPerOutput = 1; + if (type instanceof VectorType) { + uintsPerOutput = type.width === 3 ? 4 : type.width; + if (type.requiresF16()) { + uintsPerOutput = Math.floor(uintsPerOutput / 2); + } + } + await runComputeTest( + t, + wgsl, + wgSize, + uintsPerOutput, + inputData, + (metadata, output) => { + return checkDataTypes(metadata, output, inputData, t.params.op, type); + } + ); +}); + +/** + * Checks quad swaps in compute shaders + * + * Assumes that quads are linear within a subgroup. + * + * @param metadata An array of integers divided as follows: + * * first half subgroup invocation ids + * * second half subgroup sizes + * @param output An array of integers divided as follows: + * * first half results of quad broadcast + * * second half generated unique subgroup ids + * @param op The swap operation + * @param filter A functor to filter active invocations + */ +function checkSwapCompute( +metadata, +output, +op, +filter) +{ + const bound = Math.floor(output.length / 2); + for (let i = 0; i < bound; i++) { + const subgroup_id = output[bound + i]; + const id = metadata[i]; + const size = metadata[bound + i]; + if (!filter(id, size)) { + if (output[i] !== kDataSentinel) { + return new Error(`Unexpected write for invocation ${i}`); + } + continue; + } + + const quad_id = Math.floor(id / 4); + const quad_index = id % 4; + let found = false; + for (let j = 0; j < bound; j++) { + const other_id = metadata[j]; + const other_quad_id = Math.floor(other_id / 4); + const other_quad_index = other_id % 4; + const other_subgroup_id = output[bound + j]; + if ( + subgroup_id === other_subgroup_id && + quad_id === other_quad_id && + quad_index === swapIndex(other_quad_index, op)) + { + found = true; + if (output[i] !== j) { + return new Error(`Invocation ${i}: incorrect result +- expected: ${j} +- got: ${output[i]}`); + } + break; + } + } + if (!found) { + return new Error(`Invocation ${i}: failed to find swapped result`); + } + } + + return undefined; +} + +g.test('compute,all_active'). +desc( + `Tests swaps with all active invocations + +Quad operations require a full quad so workgroup sizes are limited to multiples of 4. + ` +). +params((u) => +u. +combine('wgSize', kWGSizes). +filter((t) => { + const wgThreads = t.wgSize[0] * t.wgSize[1] * t.wgSize[2]; + return wgThreads % 4 === 0; +}). +beginSubcases(). +combine('op', kOps) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : u32; // unused + +struct Output { + results : array, + subgroup_size : array, +} + +@group(0) @binding(1) +var output : Output; + +struct Metadata { + id : array, + subgroup_size : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + // Force usage + _ = inputs; + + let b = ${t.params.op}(lid); + output.results[lid] = b; + output.subgroup_size[lid] = subgroupBroadcastFirst(lid + 1); + metadata.id[lid] = id; + metadata.subgroup_size[lid] = subgroupSize; +}`; + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + new Uint32Array([0]), // unused + (metadata, output) => { + return checkSwapCompute(metadata, output, t.params.op, (id, size) => { + return true; + }); + } + ); +}); + +g.test('compute,split'). +desc( + `Tests swaps with all predicated invocations + +Quad operations require a full quad so workgroup sizes are limited to multiples of 4. +Quad operations require a fully active quad to operate correctly so several of the +predication filters are skipped. + ` +). +params((u) => +u. +combine('predicate', keysOf(kPredicateCases)). +filter((t) => { + return t.predicate === 'lower_half' || t.predicate === 'upper_half'; +}). +combine('wgSize', kWGSizes). +filter((t) => { + const wgThreads = t.wgSize[0] * t.wgSize[1] * t.wgSize[2]; + return wgThreads % 4 === 0; +}). +beginSubcases(). +combine('op', kOps) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + const testcase = kPredicateCases[t.params.predicate]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : u32; // unused + +struct Output { + results : array, + subgroup_size : array, +} + +@group(0) @binding(1) +var output : Output; + +struct Metadata { + id : array, + subgroup_size : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + // Force usage + _ = inputs; + + output.subgroup_size[lid] = subgroupBroadcastFirst(lid + 1); + metadata.id[lid] = id; + metadata.subgroup_size[lid] = subgroupSize; + + if ${testcase.cond} { + let b = ${t.params.op}(lid); + output.results[lid] = b; + } +}`; + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + new Uint32Array([0]), // unused + (metadata, output) => { + return checkSwapCompute(metadata, output, t.params.op, testcase.filter); + } + ); +}); + +/** + * Checks results of quad swaps in fragment shaders. + * + * @param data The framebuffer output + * * component 0 is the broadcast of the integer x position + * * component 1 is the broadcast of the integer y position + * @param format The framebuffer format + * @param width Framebuffer width + * @param height Framebuffer height + * @param broadcast The quad id being broadcast + */ +function checkFragment( +data, +format, +width, +height, +op) +{ + if (width < 3 || height < 3) { + return new Error( + `Insufficient framebuffer size [${width}w x ${height}h]. Minimum is [3w x 3h].` + ); + } + + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + const blocksPerRow = width / blockWidth; + // 256 minimum comes from image copy requirements. + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const uintsPerRow = bytesPerRow / 4; + const uintsPerTexel = (bytesPerBlock ?? 1) / blockWidth / blockHeight / 4; + + const coordToIndex = (row, col) => { + return uintsPerRow * row + col * uintsPerTexel; + }; + + // Iteration skips last row and column to avoid helper invocations because it is not + // guaranteed whether or not they participate in the subgroup operation. + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = coordToIndex(row, col); + + const row_is_odd = row % 2 === 1; + const col_is_odd = col % 2 === 1; + + // Skip checking quads that extend into potential helper invocations. + const max_row = row_is_odd ? row : row + 1; + const max_col = col_is_odd ? col : col + 1; + if (max_row === height - 1 || max_col === width - 1) { + continue; + } + + let expect_row = row; + let expect_col = col; + switch (op) { + case 'quadSwapX': + expect_col = col_is_odd ? col - 1 : col + 1; + break; + case 'quadSwapY': + expect_row = row_is_odd ? row - 1 : row + 1; + break; + case 'quadSwapDiagonal': + expect_row = row_is_odd ? row - 1 : row + 1; + expect_col = col_is_odd ? col - 1 : col + 1; + break; + } + + const row_output = data[offset + 1]; + const col_output = data[offset]; + if (expect_row !== row_output) { + return new Error(`Row ${row}, col ${col}: incorrect row results: +- expected: ${expect_row} +- got: ${row_output}`); + } + + if (expect_col !== col_output) { + return new Error(`Row ${row}, col ${col}: incorrect col results: +- expected: ${expect_row} +- got: ${col_output}`); + } + } + } + + return undefined; +} + +g.test('fragment,all_active'). +desc(`Tests quad swaps in fragment shaders`). +params((u) => +u. +combine('size', kFramebufferSizes). +beginSubcases(). +combine('op', kOps). +combineWithParams([{ format: 'rgba32uint' }]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const fsShader = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; // unused + +@fragment +fn main( + @builtin(position) pos : vec4f, +) -> @location(0) vec4u { + // Force usage + _ = inputs[0]; + + let linear = u32(pos.x) + u32(pos.y) * ${t.params.size[0]}; + + // Filter out possible helper invocations. + let x_in_range = u32(pos.x) < (${t.params.size[0]} - 1); + let y_in_range = u32(pos.y) < (${t.params.size[1]} - 1); + let in_range = x_in_range && y_in_range; + + var x_swap = select(1001, u32(pos.x), in_range); + var y_swap = select(1001, u32(pos.y), in_range); + + x_swap = ${t.params.op}(x_swap); + y_swap = ${t.params.op}(y_swap); + + return vec4u(x_swap, y_swap, 0, 0); +}`; + + await runFragmentTest( + t, + t.params.format, + fsShader, + t.params.size[0], + t.params.size[1], + new Uint32Array([0]), // unused, + (data) => { + return checkFragment( + data, + t.params.format, + t.params.size[0], + t.params.size[1], + t.params.op + ); + } + ); +}); + +g.test('fragment,split').unimplemented(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/smoothstep.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/smoothstep.spec.js index 353f70a00c3..c8fe39c196e 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/smoothstep.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/smoothstep.spec.js @@ -9,9 +9,14 @@ T is S or vecN Returns the smooth Hermite interpolation between 0 and 1. Component-wise when T is a vector. For scalar T, the result is t * t * (3.0 - 2.0 * t), where t = clamp((x - low) / (high - low), 0.0, 1.0). + +If low >= high: +* It is a shader-creation error if low and high are const-expressions. +* It is a pipeline-creation error if low and high are override-expressions. `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; import { GPUTest } from '../../../../../gpu_test.js'; import { Type } from '../../../../../util/conversion.js'; + import { allInputSources, onlyConstInputSource, run } from '../../expression.js'; import { abstractFloatBuiltin, builtin } from './builtin.js'; @@ -19,6 +24,13 @@ import { d } from './smoothstep.cache.js'; export const g = makeTestGroup(GPUTest); +// Returns true if `c` is valid for a const evaluation of smoothstep. +function validForConst(c) { + const low = c.input[0]; + const high = c.input[1]; + return low.value < high.value; +} + g.test('abstract_float'). specURL('https://www.w3.org/TR/WGSL/#float-builtin-functions'). desc(`abstract float tests`). @@ -28,7 +40,7 @@ combine('inputSource', onlyConstInputSource). combine('vectorize', [undefined, 2, 3, 4]) ). fn(async (t) => { - const cases = await d.get('abstract_const'); + const cases = (await d.get('abstract_const')).filter((c) => validForConst(c)); await run( t, abstractFloatBuiltin('smoothstep'), @@ -47,7 +59,15 @@ u.combine('inputSource', allInputSources).combine('vectorize', [undefined, 2, 3, ). fn(async (t) => { const cases = await d.get(t.params.inputSource === 'const' ? 'f32_const' : 'f32_non_const'); - await run(t, builtin('smoothstep'), [Type.f32, Type.f32, Type.f32], Type.f32, t.params, cases); + const validCases = cases.filter((c) => t.params.inputSource !== 'const' || validForConst(c)); + await run( + t, + builtin('smoothstep'), + [Type.f32, Type.f32, Type.f32], + Type.f32, + t.params, + validCases + ); }); g.test('f16'). @@ -61,5 +81,13 @@ beforeAllSubcases((t) => { }). fn(async (t) => { const cases = await d.get(t.params.inputSource === 'const' ? 'f16_const' : 'f16_non_const'); - await run(t, builtin('smoothstep'), [Type.f16, Type.f16, Type.f16], Type.f16, t.params, cases); + const validCases = cases.filter((c) => t.params.inputSource !== 'const' || validForConst(c)); + await run( + t, + builtin('smoothstep'), + [Type.f16, Type.f16, Type.f16], + Type.f16, + t.params, + validCases + ); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAdd.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAdd.spec.js new file mode 100644 index 00000000000..250e876f4b0 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAdd.spec.js @@ -0,0 +1,364 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for subgroupAdd, subgroupExclusiveAdd, and subgroupInclusiveAdd + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { iterRange } from '../../../../../../common/util/util.js'; +import { GPUTest } from '../../../../../gpu_test.js'; +import { + kConcreteNumericScalarsAndVectors, + Type, + VectorType, + numberToFloatBits, + floatBitsToNumber, + kFloat32Format, + kFloat16Format, + scalarTypeOf } from +'../../../../../util/conversion.js'; +import { FP } from '../../../../../util/floating_point.js'; + +import { + kNumCases, + kStride, + kWGSizes, + kPredicateCases, + runAccuracyTest, + runComputeTest } from +'./subgroup_util.js'; + +export const g = makeTestGroup(GPUTest); + +const kIdentity = 0; + +const kDataTypes = objectsToRecord(kConcreteNumericScalarsAndVectors); + +const kOperations = ['subgroupAdd', 'subgroupExclusiveAdd', 'subgroupInclusiveAdd']; + +g.test('fp_accuracy'). +desc( + `Tests the accuracy of floating-point addition. + +The order of operations is implementation defined, most threads are filled with +the identity value and two receive random values. +Subgroup sizes are not known ahead of time so some cases may not perform any +interesting operations. The test biases towards checking subgroup sizes under 64. +These tests only check two values in order to reuse more of the existing infrastructure +and limit the number of permutations needed to calculate the final result.` +). +params((u) => +u. +combine('case', [...iterRange(kNumCases, (x) => x)]). +combine('type', ['f32', 'f16']). +combine('wgSize', [ +[kStride, 1, 1], +[kStride / 2, 2, 1]] +) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + if (t.params.type === 'f16') { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn(async (t) => { + await runAccuracyTest( + t, + t.params.case, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + 'subgroupAdd', + t.params.type, + kIdentity, + t.params.type === 'f16' ? FP.f16.additionInterval : FP.f32.additionInterval + ); +}); + +/** + * Checks subgroup additions + * + * Expected results: + * - subgroupAdd: each invocation should have result equal to real subgroup size + * - subgroupExclusiveAdd: each invocation should have result equal to its subgroup invocation id + * - subgroupInclusiveAdd: each invocation should be equal to the result of subgroupExclusiveAdd plus the fill value + * @param metadata An array containing actual subgroup size per invocation followed by + * subgroup invocation id per invocation + * @param output An array of additions + * @param type The data type + * @param operation Type of addition + * @param expectedfillValue The original value used to fill the test array + */ +function checkAddition( +metadata, +output, +type, +operation, +expectedfillValue) +{ + let numEles = 1; + if (type instanceof VectorType) { + numEles = type.width; + } + const scalarTy = scalarTypeOf(type); + const expectedOffset = operation === 'subgroupAdd' ? 0 : metadata.length / 2; + for (let i = 0; i < metadata.length / 2; i++) { + let expected = metadata[i + expectedOffset]; + if (operation === 'subgroupInclusiveAdd') { + expected += expectedfillValue; + } + + for (let j = 0; j < numEles; j++) { + let idx = i * numEles + j; + const isOdd = idx & 0x1; + if (scalarTy === Type.f16) { + idx = Math.floor(idx / 2); + } + let val = output[idx]; + if (scalarTy === Type.f32) { + val = floatBitsToNumber(val, kFloat32Format); + } else if (scalarTy === Type.f16) { + if (isOdd) { + val = val >> 16; + } + val = floatBitsToNumber(val & 0xffff, kFloat16Format); + } + if (expected !== val) { + return new Error(`Invocation ${i}, component ${j}: incorrect result +- expected: ${expected} +- got: ${val}`); + } + } + } + + return undefined; +} + +g.test('data_types'). +desc( + `Tests subgroup addition for valid data types + +Tests a simple addition of all 1 values. +Reductions expect result to be equal to actual subgroup size. +Exclusice scans expect result to be equal subgroup invocation id. + +TODO: support vec3 types. + ` +). +params((u) => +u. +combine('type', keysOf(kDataTypes)). +filter((t) => { + const type = kDataTypes[t.type]; + if (type instanceof VectorType) { + return type.width !== 3; + } + return true; +}). +beginSubcases(). +combine('wgSize', kWGSizes). +combine('operation', kOperations) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kDataTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn(async (t) => { + const type = kDataTypes[t.params.type]; + let numEles = 1; + if (type instanceof VectorType) { + numEles = type.width; + } + const scalarType = scalarTypeOf(type); + let enables = 'enable subgroups;\n'; + if (type.requiresF16()) { + enables += 'enable f16;\nenable subgroups_f16;\n'; + } + + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +${enables} + +@group(0) @binding(0) +var inputs : array<${type.toString()}>; + +@group(0) @binding(1) +var outputs : array<${type.toString()}>; + +struct Metadata { + subgroup_size : array, + subgroup_invocation_id : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, +) { + // Record the actual subgroup size for this invocation. + // Note: subgroup_size builtin is always a power-of-2 and might be larger + // if the subgroup is not full. + let ballot = subgroupBallot(true); + var size = countOneBits(ballot.x); + size += countOneBits(ballot.y); + size += countOneBits(ballot.z); + size += countOneBits(ballot.w); + metadata.subgroup_size[lid] = size; + + // Record subgroup invocation id for this invocation. + metadata.subgroup_invocation_id[lid] = id; + + outputs[lid] = ${t.params.operation}(inputs[lid]); +}`; + const expectedFillValue = 1; + let fillValue = expectedFillValue; + let numUints = wgThreads * numEles; + if (scalarType === Type.f32) { + fillValue = numberToFloatBits(1, kFloat32Format); + } else if (scalarType === Type.f16) { + const f16 = numberToFloatBits(1, kFloat16Format); + fillValue = f16 | f16 << 16; + numUints = Math.ceil(numUints / 2); + } + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + numUints, + new Uint32Array([...iterRange(numUints, (x) => fillValue)]), + (metadata, output) => { + return checkAddition(metadata, output, type, t.params.operation, expectedFillValue); + } + ); +}); + +g.test('fragment').unimplemented(); + +/** + * Performs correctness checking for predicated additions + * + * Assumes the shader performs a predicated subgroup addition with the + * subgroup_invocation_id as the data. + * + * @param metadata An array containing subgroup sizes and subgroup invocation ids + * @param output An array containing the output results + * @param operation The type of addition + * @param filter A functor that mirrors the predication in the shader + */ +function checkPredicatedAddition( +metadata, +output, +operation, +filter) +{ + for (let i = 0; i < output.length; i++) { + const size = metadata[i]; + const id = metadata[output.length + i]; + let expected = 0; + if (filter(id, size)) { + const bound = + operation === 'subgroupInclusiveAdd' ? id + 1 : operation === 'subgroupAdd' ? size : id; + for (let j = 0; j < bound; j++) { + if (filter(j, size)) { + expected += j; + } + } + } else { + expected = 999; + } + if (expected !== output[i]) { + return new Error(`Invocation ${i}: incorrect result +- expected: ${expected} +- got: ${output[i]}`); + } + } + return undefined; +} + +g.test('compute,split'). +desc('Tests that only active invocations contribute to the operation'). +params((u) => +u. +combine('case', keysOf(kPredicateCases)). +beginSubcases(). +combine('operation', kOperations). +combine('wgSize', kWGSizes) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kPredicateCases[t.params.case]; + const outputUintsPerElement = 1; + const inputData = new Uint32Array([0]); // no input data + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var input : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + subgroup_size : array, + subgroup_invocation_id : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, +) { + _ = input[0]; + + // Record the actual subgroup size for this invocation. + // Note: subgroup_size builtin is always a power-of-2 and might be larger + // if the subgroup is not full. + let ballot = subgroupBallot(true); + var subgroupSize = countOneBits(ballot.x); + subgroupSize += countOneBits(ballot.y); + subgroupSize += countOneBits(ballot.z); + subgroupSize += countOneBits(ballot.w); + metadata.subgroup_size[lid] = subgroupSize; + + // Record subgroup invocation id for this invocation. + metadata.subgroup_invocation_id[lid] = id; + + if ${testcase.cond} { + outputs[lid] = ${t.params.operation}(id); + } else { + return; + } +}`; + + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + outputUintsPerElement, + inputData, + (metadata, output) => { + return checkPredicatedAddition(metadata, output, t.params.operation, testcase.filter); + } + ); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAll.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAll.spec.js new file mode 100644 index 00000000000..2f9b66f6124 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAll.spec.js @@ -0,0 +1,390 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for subgroupAll. + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf } from '../../../../../../common/util/data_tables.js'; +import { iterRange } from '../../../../../../common/util/util.js'; +import { kTextureFormatInfo } from '../../../../../format_info.js'; +import { align } from '../../../../../util/math.js'; +import { PRNG } from '../../../../../util/prng.js'; + +import { + kWGSizes, + kPredicateCases, + SubgroupTest, + kDataSentinel, + kFramebufferSizes, + runComputeTest, + runFragmentTest } from +'./subgroup_util.js'; + +export const g = makeTestGroup(SubgroupTest); + +const kNumCases = 15; + +/** + * Generate input data for testing. + * + * Data is generated in the following categories: + * Seed 0 generates all 0 data + * Seed 1 generates all 1 data + * Seeds 2-9 generates all 1s except for a zero randomly once per 32 elements + * Seeds 10+ generate all random data + * @param seed The seed for the PRNG + * @param num The number of data items to generate + */ +function generateInputData(seed, num) { + const prng = new PRNG(seed); + + const bound = Math.min(num, 32); + const index = prng.uniformInt(bound); + + return new Uint32Array([ + ...iterRange(num, (x) => { + if (seed === 0) { + return 0; + } else if (seed === 1) { + return 1; + } else if (seed < 10) { + const bounded = x % bound; + return bounded === index ? 0 : 1; + } + return prng.uniformInt(2); + })] + ); +} + +/** + * Checks the result of a subgroupAll operation + * + * Since subgroup size depends on the pipeline compile, we calculate the expected + * results after execution. The shader generates a subgroup id and records it for + * each invocation. The check first calculates the expected result for each subgroup + * and then compares to the actual result for each invocation. The filter functor + * ensures only the correct invocations contribute to the calculation. + * @param metadata An array of uints: + * * first half containing subgroup sizes (from builtin value) + * * second half subgroup invocation id + * @param output An array of uints containing: + * * first half is the outputs of subgroupAll + * * second half is a generated subgroup id + * @param numInvs Number of invocations executed + * @param input The input data (equal size to output) + * @param filter A functor to filter active invocations + */ +function checkAll( +metadata, // unused +output, +numInvs, +input, +filter) +{ + // First, generate expected results. + const expected = new Map(); + for (let inv = 0; inv < numInvs; inv++) { + const size = metadata[inv]; + const id = metadata[inv + numInvs]; + if (!filter(id, size)) { + continue; + } + const subgroup_id = output[numInvs + inv]; + let v = expected.get(subgroup_id) ?? 1; + v &= input[inv]; + expected.set(subgroup_id, v); + } + + // Second, check against actual results. + for (let inv = 0; inv < numInvs; inv++) { + const size = metadata[inv]; + const id = metadata[inv + numInvs]; + const res = output[inv]; + if (filter(id, size)) { + const subgroup_id = output[numInvs + inv]; + const expected_v = expected.get(subgroup_id) ?? 0; + if (expected_v !== res) { + return new Error(`Invocation ${inv}: +- expected: ${expected_v} +- got: ${res}`); + } + } else { + if (res !== kDataSentinel) { + return new Error(`Invocation ${inv} unexpected write: +- subgroup invocation id: ${id} +- subgroup size: ${size}`); + } + } + } + + return undefined; +} + +g.test('compute,all_active'). +desc(`Test compute subgroupAll`). +params((u) => +u. +combine('wgSize', kWGSizes). +beginSubcases(). +combine('case', [...iterRange(kNumCases, (x) => x)]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + subgroup_size: array, + subgroup_invocation_id: array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + metadata.subgroup_size[lid] = subgroupSize; + + metadata.subgroup_invocation_id[lid] = id; + + // Record a representative subgroup id. + outputs[lid + ${wgThreads}] = subgroupBroadcastFirst(lid); + + let res = select(0u, 1u, subgroupAll(bool(inputs[lid]))); + outputs[lid] = res; +}`; + + const inputData = generateInputData(t.params.case, wgThreads); + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + inputData, + (metadata, output) => { + return checkAll(metadata, output, wgThreads, inputData, (id, size) => { + return true; + }); + } + ); +}); + +g.test('compute,split'). +desc('Test that only active invocation participate'). +params((u) => +u. +combine('predicate', keysOf(kPredicateCases)). +beginSubcases(). +combine('wgSize', kWGSizes). +combine('case', [...iterRange(kNumCases, (x) => x)]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kPredicateCases[t.params.predicate]; + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + subgroup_size : array, + subgroup_invocation_id : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + metadata.subgroup_size[lid] = subgroupSize; + + // Record subgroup invocation id for this invocation. + metadata.subgroup_invocation_id[lid] = id; + + // Record a generated subgroup id. + outputs[${wgThreads} + lid] = subgroupBroadcastFirst(lid); + + if ${testcase.cond} { + outputs[lid] = select(0u, 1u, subgroupAll(bool(inputs[lid]))); + } else { + return; + } +}`; + + const inputData = generateInputData(t.params.case, wgThreads); + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + inputData, + (metadata, output) => { + return checkAll(metadata, output, wgThreads, inputData, testcase.filter); + } + ); +}); + +/** + * Checks subgroupAll results from a fragment shader. + * + * @param data Framebuffer output + * * component 0 is result + * * component 1 is generated subgroup id + * @param input An array of input data + * @param format The framebuffer format + * @param width Framebuffer width + * @param height Framebuffer height + */ +function checkFragmentAll( +data, +input, +format, +width, +height) +{ + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + const blocksPerRow = width / blockWidth; + // 256 minimum comes from image copy requirements. + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const uintsPerRow = bytesPerRow / 4; + const uintsPerTexel = (bytesPerBlock ?? 1) / blockWidth / blockHeight / 4; + + // Iteration skips last row and column to avoid helper invocations because it is not + // guaranteed whether or not they participate in the subgroup operation. + const expected = new Map(); + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const subgroup_id = data[offset + 1]; + + if (subgroup_id === 0) { + return new Error(`Internal error: helper invocation at (${col}, ${row})`); + } + + let v = expected.get(subgroup_id) ?? 1; + // First index of input is an atomic counter. + v &= input[row * width + col]; + expected.set(subgroup_id, v); + } + } + + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const res = data[offset]; + const subgroup_id = data[offset + 1]; + + if (subgroup_id === 0) { + // Inactive in the fragment. + continue; + } + + const expected_v = expected.get(subgroup_id) ?? 0; + if (expected_v !== res) { + return new Error(`Row ${row}, col ${col}: incorrect results: +- expected: ${expected_v} +- got: ${res}`); + } + } + } + + return undefined; +} + +g.test('fragment,all_active'). +desc('Tests subgroupAll in fragment shaders'). +params((u) => +u. +combine('size', kFramebufferSizes). +beginSubcases(). +combine('case', [...iterRange(kNumCases, (x) => x)]). +combineWithParams([{ format: 'rg32uint' }]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const numInputs = t.params.size[0] * t.params.size[1]; + const inputData = generateInputData(t.params.case, numInputs); + + const fsShader = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@fragment +fn main( + @builtin(position) pos : vec4f, +) -> @location(0) vec2u { + // Generate a subgroup id based on linearized position, but avoid 0. + let linear = u32(pos.x) + u32(pos.y) * ${t.params.size[0]}; + var subgroup_id = linear + 1; + subgroup_id = subgroupBroadcastFirst(subgroup_id); + + // Filter out possible helper invocations. + let x_in_range = u32(pos.x) < (${t.params.size[0]} - 1); + let y_in_range = u32(pos.y) < (${t.params.size[1]} - 1); + let in_range = x_in_range && y_in_range; + let input = select(1u, inputs[linear], in_range); + + let res = select(0u, 1u, subgroupAll(bool(input))); + return vec2u(res, subgroup_id); +}`; + + await runFragmentTest( + t, + t.params.format, + fsShader, + t.params.size[0], + t.params.size[1], + inputData, + (data) => { + return checkFragmentAll( + data, + inputData, + t.params.format, + t.params.size[0], + t.params.size[1] + ); + } + ); +}); + +// Using subgroup operations in control with fragment shaders +// quickly leads to unportable behavior. +g.test('fragment,split').unimplemented(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAny.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAny.spec.js new file mode 100644 index 00000000000..8b3a52a3658 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupAny.spec.js @@ -0,0 +1,390 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for subgroupAny. + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf } from '../../../../../../common/util/data_tables.js'; +import { iterRange } from '../../../../../../common/util/util.js'; +import { kTextureFormatInfo } from '../../../../../format_info.js'; +import { align } from '../../../../../util/math.js'; +import { PRNG } from '../../../../../util/prng.js'; + +import { + kWGSizes, + kPredicateCases, + SubgroupTest, + kDataSentinel, + runComputeTest, + runFragmentTest, + kFramebufferSizes } from +'./subgroup_util.js'; + +export const g = makeTestGroup(SubgroupTest); + +const kNumCases = 15; + +/** + * Generate input data for testing. + * + * Data is generated in the following categories: + * Seed 0 generates all 0 data + * Seed 1 generates all 1 data + * Seeds 2-9 generates all 0s except for a one randomly once per 32 elements + * Seeds 10+ generate all random data + * @param seed The seed for the PRNG + * @param num The number of data items to generate + */ +function generateInputData(seed, num) { + const prng = new PRNG(seed); + + const bound = Math.min(num, 32); + const index = prng.uniformInt(bound); + + return new Uint32Array([ + ...iterRange(num, (x) => { + if (seed === 0) { + return 0; + } else if (seed === 1) { + return 1; + } else if (seed < 10) { + const bounded = x % bound; + return bounded === index ? 1 : 0; + } + return prng.uniformInt(2); + })] + ); +} + +/** + * Checks the result of a subgroupAny operation + * + * Since subgroup size depends on the pipeline compile, we calculate the expected + * results after execution. The shader generates a subgroup id and records it for + * each invocation. The check first calculates the expected result for each subgroup + * and then compares to the actual result for each invocation. The filter functor + * ensures only the correct invocations contribute to the calculation. + * @param metadata An array of uints: + * * first half containing subgroup sizes (from builtin value) + * * second half subgroup invocation id + * @param output An array of uints containing: + * * first half is the outputs of subgroupAny + * * second half is a generated subgroup id + * @param numInvs Number of invocations executed + * @param input The input data (equal size to output) + * @param filter A functor to filter active invocations + */ +function checkAny( +metadata, // unused +output, +numInvs, +input, +filter) +{ + // First, generate expected results. + const expected = new Map(); + for (let inv = 0; inv < numInvs; inv++) { + const size = metadata[inv]; + const id = metadata[inv + numInvs]; + if (!filter(id, size)) { + continue; + } + const subgroup_id = output[numInvs + inv]; + let v = expected.get(subgroup_id) ?? 0; + v |= input[inv]; + expected.set(subgroup_id, v); + } + + // Second, check against actual results. + for (let inv = 0; inv < numInvs; inv++) { + const size = metadata[inv]; + const id = metadata[inv + numInvs]; + const res = output[inv]; + if (filter(id, size)) { + const subgroup_id = output[numInvs + inv]; + const expected_v = expected.get(subgroup_id) ?? 0; + if (expected_v !== res) { + return new Error(`Invocation ${inv}: +- expected: ${expected_v} +- got: ${res}`); + } + } else { + if (res !== kDataSentinel) { + return new Error(`Invocation ${inv} unexpected write: +- subgroup invocation id: ${id} +- subgroup size: ${size}`); + } + } + } + + return undefined; +} + +g.test('compute,all_active'). +desc(`Test compute subgroupAny`). +params((u) => +u. +combine('wgSize', kWGSizes). +beginSubcases(). +combine('case', [...iterRange(kNumCases, (x) => x)]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + subgroup_size: array, + subgroup_invocation_id: array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + metadata.subgroup_size[lid] = subgroupSize; + + metadata.subgroup_invocation_id[lid] = id; + + // Record a representative subgroup id. + outputs[lid + ${wgThreads}] = subgroupBroadcastFirst(lid); + + let res = select(0u, 1u, subgroupAny(bool(inputs[lid]))); + outputs[lid] = res; +}`; + + const inputData = generateInputData(t.params.case, wgThreads); + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + inputData, + (metadata, output) => { + return checkAny(metadata, output, wgThreads, inputData, (id, size) => { + return true; + }); + } + ); +}); + +g.test('compute,split'). +desc('Test that only active invocation participate'). +params((u) => +u. +combine('predicate', keysOf(kPredicateCases)). +beginSubcases(). +combine('wgSize', kWGSizes). +combine('case', [...iterRange(kNumCases, (x) => x)]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kPredicateCases[t.params.predicate]; + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + subgroup_size : array, + subgroup_invocation_id : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + metadata.subgroup_size[lid] = subgroupSize; + + // Record subgroup invocation id for this invocation. + metadata.subgroup_invocation_id[lid] = id; + + // Record a generated subgroup id. + outputs[${wgThreads} + lid] = subgroupBroadcastFirst(lid); + + if ${testcase.cond} { + outputs[lid] = select(0u, 1u, subgroupAny(bool(inputs[lid]))); + } else { + return; + } +}`; + + const inputData = generateInputData(t.params.case, wgThreads); + + const uintsPerOutput = 2; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + inputData, + (metadata, output) => { + return checkAny(metadata, output, wgThreads, inputData, testcase.filter); + } + ); +}); + +/** + * Checks subgroupAny results from a fragment shader. + * + * @param data Framebuffer output + * * component 0 is result + * * component 1 is generated subgroup id + * @param input An array of input data + * @param format The framebuffer format + * @param width Framebuffer width + * @param height Framebuffer height + */ +function checkFragmentAny( +data, +input, +format, +width, +height) +{ + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + const blocksPerRow = width / blockWidth; + // 256 minimum comes from image copy requirements. + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const uintsPerRow = bytesPerRow / 4; + const uintsPerTexel = (bytesPerBlock ?? 1) / blockWidth / blockHeight / 4; + + // Iteration skips last row and column to avoid helper invocations because it is not + // guaranteed whether or not they participate in the subgroup operation. + const expected = new Map(); + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const subgroup_id = data[offset + 1]; + + if (subgroup_id === 0) { + return new Error(`Internal error: helper invocation at (${col}, ${row})`); + } + + let v = expected.get(subgroup_id) ?? 0; + // First index of input is an atomic counter. + v |= input[row * width + col]; + expected.set(subgroup_id, v); + } + } + + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const res = data[offset]; + const subgroup_id = data[offset + 1]; + + if (subgroup_id === 0) { + // Inactive in the fragment. + continue; + } + + const expected_v = expected.get(subgroup_id) ?? 0; + if (expected_v !== res) { + return new Error(`Row ${row}, col ${col}: incorrect results: +- expected: ${expected_v} +- got: ${res}`); + } + } + } + + return undefined; +} + +g.test('fragment,all_active'). +desc('Tests subgroupAny in fragment shaders'). +params((u) => +u. +combine('size', kFramebufferSizes). +beginSubcases(). +combine('case', [...iterRange(kNumCases, (x) => x)]). +combineWithParams([{ format: 'rg32uint' }]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const numInputs = t.params.size[0] * t.params.size[1]; + const inputData = generateInputData(t.params.case, numInputs); + + const fsShader = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@fragment +fn main( + @builtin(position) pos : vec4f, +) -> @location(0) vec2u { + // Generate a subgroup id based on linearized position, but avoid 0. + let linear = u32(pos.x) + u32(pos.y) * ${t.params.size[0]}; + var subgroup_id = linear + 1; + subgroup_id = subgroupBroadcastFirst(subgroup_id); + + // Filter out possible helper invocations. + let x_in_range = u32(pos.x) < (${t.params.size[0]} - 1); + let y_in_range = u32(pos.y) < (${t.params.size[1]} - 1); + let in_range = x_in_range && y_in_range; + let input = select(0u, inputs[linear], in_range); + + let res = select(0u, 1u, subgroupAny(bool(input))); + return vec2u(res, subgroup_id); +}`; + + await runFragmentTest( + t, + t.params.format, + fsShader, + t.params.size[0], + t.params.size[1], + inputData, + (data) => { + return checkFragmentAny( + data, + inputData, + t.params.format, + t.params.size[0], + t.params.size[1] + ); + } + ); +}); + +// Using subgroup operations in control with fragment shaders +// quickly leads to unportable behavior. +g.test('fragment,split').unimplemented(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBallot.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBallot.spec.js new file mode 100644 index 00000000000..2bb107d9998 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBallot.spec.js @@ -0,0 +1,339 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for subgroupBallot + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow or returning early. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf } from '../../../../../../common/util/data_tables.js'; +import { iterRange } from '../../../../../../common/util/util.js'; +import { GPUTest } from '../../../../../gpu_test.js'; + +export const g = makeTestGroup(GPUTest); + +// 128 is the maximum possible subgroup size. +const kInvocations = 128; + +function getMask(size) { + return (1n << BigInt(size)) - 1n; +} + +function checkBallots( +data, +subgroupSize, +filter, +expect, +allActive) +{ + for (let i = 0; i < kInvocations; i++) { + const idx = i * 4; + let actual = 0n; + for (let j = 0; j < 4; j++) { + actual |= BigInt(data[idx + j]) << BigInt(32 * j); + } + let expectedResult = expect(subgroupSize); + const subgroupId = i % subgroupSize; + if (!allActive && !filter(subgroupId, subgroupSize)) { + expectedResult = 0n; + } + if (expectedResult !== actual) { + return new Error( + `Invocation ${i}, subgroup inv id ${i % subgroupSize}, size ${subgroupSize} +- expected: ${expectedResult.toString(16)} +- got: ${actual.toString(16)}` + ); + } + } + + return undefined; +} + +async function runTest( +t, +wgsl, +filter, +expect, +allActive) +{ + const sizeBuffer = t.makeBufferWithContents( + new Uint32Array([0]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(sizeBuffer); + + const outputNumInts = kInvocations * 4; + const outputBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(outputNumInts, (x) => 0)]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(outputBuffer); + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ + code: wgsl + }), + entryPoint: 'main' + } + }); + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer: sizeBuffer + } + }, + { + binding: 1, + resource: { + buffer: outputBuffer + } + }] + + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.dispatchWorkgroups(1, 1, 1); + pass.end(); + t.queue.submit([encoder.finish()]); + + const sizeReadback = await t.readGPUBufferRangeTyped(sizeBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: 1, + method: 'copy' + }); + const subgroupSize = sizeReadback.data[0]; + + const outputReadback = await t.readGPUBufferRangeTyped(outputBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: outputNumInts, + method: 'copy' + }); + const output = outputReadback.data; + + t.expectOK(checkBallots(output, subgroupSize, filter, expect, allActive)); +} + +const kCases = { + every_even: { + cond: `id % 2 == 0`, + filter: (id, size) => { + return id % 2 === 0; + }, + expect: (subgroupSize) => { + const base = BigInt('0x55555555555555555555555555555555'); + const mask = getMask(subgroupSize); + return base & mask; + } + }, + every_odd: { + cond: `id % 2 == 1`, + filter: (id, size) => { + return id % 2 === 1; + }, + expect: (subgroupSize) => { + const base = BigInt('0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'); + const mask = getMask(subgroupSize); + return base & mask; + } + }, + lower_half: { + cond: `id < subgroupSize / 2`, + filter: (id, size) => { + return id < Math.floor(size / 2); + }, + expect: (size) => { + return getMask(Math.floor(size / 2)); + } + }, + upper_half: { + cond: `id >= subgroupSize / 2`, + filter: (id, size) => { + return id >= Math.floor(size / 2); + }, + expect: (size) => { + return getMask(Math.floor(size / 2)) << BigInt(Math.floor(size / 2)); + } + }, + first_two: { + cond: `id == 0 || id == 1`, + filter: (id) => { + return id === 0 || id === 1; + }, + expect: (size) => { + return getMask(2); + } + } +}; + +g.test('compute,split'). +desc('Tests ballot in a split subgroup'). +params((u) => u.combine('case', keysOf(kCases))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kCases[t.params.case]; + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var size : u32; + +@group(0) @binding(1) +var output : array; + +@compute @workgroup_size(${kInvocations}) +fn main(@builtin(subgroup_size) subgroupSize : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(local_invocation_index) lid : u32) { + if (lid == 0) { + size = subgroupSize; + } + if ${testcase.cond} { + output[lid] = subgroupBallot(true); + } else { + return; + } +}`; + + await runTest(t, wgsl, testcase.filter, testcase.expect, false); +}); + +g.test('fragment,split').unimplemented(); + +g.test('predicate'). +desc('Tests the predicate parameter'). +params((u) => u.combine('case', keysOf(kCases))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kCases[t.params.case]; + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var size : u32; + +@group(0) @binding(1) +var output : array; + +@compute @workgroup_size(${kInvocations}) +fn main(@builtin(subgroup_size) subgroupSize : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(local_invocation_index) lid : u32) { + if (lid == 0) { + size = subgroupSize; + } + let cond = ${testcase.cond}; + let b = subgroupBallot(cond); + output[lid] = b; +}`; + + await runTest(t, wgsl, testcase.filter, testcase.expect, true); +}); + +const kBothCases = { + empty: { + cond: `id < subgroupSize / 2`, + pred: `id >= subgroupSize / 2`, + filter: (id, size) => { + return id < Math.floor(size / 2); + }, + expect: (size) => { + return 0n; + } + }, + full: { + cond: `id < 128`, + pred: `lid < 128`, + filter: (id, size) => { + return true; + }, + expect: (size) => { + return getMask(size); + } + }, + one_in_four: { + cond: `id % 2 == 0`, + pred: `id % 4 == 0`, + filter: (id, size) => { + return id % 2 === 0; + }, + expect: (size) => { + const base = BigInt('0x11111111111111111111111111111111'); + const mask = getMask(size); + return base & mask; + } + }, + middle_half: { + cond: `id >= subgroupSize / 4`, + pred: `id < 3 * (subgroupSize / 4)`, + filter: (id, size) => { + return id >= Math.floor(size / 4); + }, + expect: (size) => { + return getMask(Math.floor(size / 2)) << BigInt(Math.floor(size / 4)); + } + }, + middle_half_every_other: { + cond: `(id >= subgroupSize / 4) && (id < 3 * (subgroupSize / 4))`, + pred: `id % 2 == 0`, + filter: (id, size) => { + return id >= Math.floor(size / 4) && id < 3 * Math.floor(size / 4); + }, + expect: (size) => { + const base = BigInt('0x55555555555555555555555555555555'); + const mask = getMask(Math.floor(size / 2)) << BigInt(Math.floor(size / 4)); + return base & mask; + } + } +}; + +g.test('predicate_and_control_flow'). +desc('Test dynamic predicate and control flow together'). +params((u) => u.combine('case', keysOf(kBothCases))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kBothCases[t.params.case]; + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var size : u32; + +@group(0) @binding(1) +var output : array; + +@compute @workgroup_size(${kInvocations}) +fn main(@builtin(subgroup_size) subgroupSize : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(local_invocation_index) lid : u32) { + if (lid == 0) { + size = subgroupSize; + } + if ${testcase.cond} { + output[lid] = subgroupBallot(${testcase.pred}); + } else { + return; + } +}`; + + await runTest(t, wgsl, testcase.filter, testcase.expect, false); +}); + +g.test('fragment').unimplemented(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBitwise.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBitwise.spec.js new file mode 100644 index 00000000000..a44ae05d8a7 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBitwise.spec.js @@ -0,0 +1,562 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for subgroupAny. + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { iterRange } from '../../../../../../common/util/util.js'; +import { kTextureFormatInfo } from '../../../../../format_info.js'; +import { + kConcreteSignedIntegerScalarsAndVectors, + kConcreteUnsignedIntegerScalarsAndVectors, + scalarTypeOf, + + VectorType } from +'../../../../../util/conversion.js'; +import { align } from '../../../../../util/math.js'; +import { PRNG } from '../../../../../util/prng.js'; + +import { + kWGSizes, + kPredicateCases, + SubgroupTest, + kDataSentinel, + runComputeTest, + runFragmentTest, + kFramebufferSizes } from +'./subgroup_util.js'; + +export const g = makeTestGroup(SubgroupTest); + +const kNumCases = 15; +const kOps = ['subgroupAnd', 'subgroupOr', 'subgroupXor']; +const kTypes = objectsToRecord([ +...kConcreteSignedIntegerScalarsAndVectors, +...kConcreteUnsignedIntegerScalarsAndVectors] +); + +/** + * Performs the appropriate bitwise operation on v1 and v2. + * + * @param op The subgroup operation + * @param v1 The first value + * @param v2 The second value + */ +function bitwise(op, v1, v2) { + switch (op) { + case 'subgroupAnd': + return v1 & v2; + case 'subgroupOr': + return v1 | v2; + case 'subgroupXor': + return v1 ^ v2; + } +} + +/** + * Returns the identity value for the subgroup operations + * + * @param op The subgroup operation + */ +function identity(op) { + switch (op) { + case 'subgroupAnd': + return ~0; + case 'subgroupOr': + case 'subgroupXor': + return 0; + } +} + +/** + * Checks the results for data type test + * + * The shader generate a unique subgroup id for each subgroup (avoiding 0). + * The check calculates the expected result for all subgroups and then compares that + * to the actual results. + * @param metadata An array of integers divided as follows: + * * first half subgroup invocation id + * * second half unique subgroup id + * @param output An array of output values + * @param type The type being tested + * @param op The subgroup operation + * @param offset A constant offset added to subgroup invocation id to form the + * the input to the subgroup operation + */ +function checkDataTypes( +metadata, +output, +type, +op, +offset) +{ + const expected = new Map(); + for (let i = 0; i < Math.floor(metadata.length / 2); i++) { + const group_id = metadata[i + Math.floor(metadata.length / 2)]; + let expect = expected.get(group_id) ?? identity(op); + expect = bitwise(op, expect, i + offset); + expected.set(group_id, expect); + } + + let numEles = 1; + let stride = 1; + if (type instanceof VectorType) { + numEles = type.width; + stride = numEles === 3 ? 4 : numEles; + } + for (let inv = 0; inv < Math.floor(output.length / stride); inv++) { + const group_id = metadata[inv + Math.floor(metadata.length / 2)]; + const expect = expected.get(group_id) ?? 0; + for (let ele = 0; ele < numEles; ele++) { + const res = output[inv * stride + ele]; + if (res !== expect) { + return new Error(`Invocation ${inv}, component ${ele}: incorrect result +- expected: ${expect} +- got: ${res}`); + } + } + } + + return undefined; +} + +g.test('data_types'). +desc('Tests allowed data types'). +params((u) => +u. +combine('type', keysOf(kTypes)). +beginSubcases(). +combine('wgSize', kWGSizes). +combine('op', kOps) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const type = kTypes[t.params.type]; + let numEles = 1; + if (type instanceof VectorType) { + numEles = type.width === 3 ? 4 : type.width; + } + + const scalarTy = scalarTypeOf(type); + + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var outputs : array<${type.toString()}>; + +struct Metadata { + id : array, + group_id : array +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, +) { + + // Record subgroup invocation id for this invocation. + metadata.id[lid] = id; + + // Record a unique id for this subgroup (avoid 0). + let group_id = subgroupBroadcastFirst(lid + 1); + metadata.group_id[lid] = group_id; + + outputs[lid] = ${t.params.op}(${type.toString()}(${scalarTy.toString()}(lid + inputs[0]))); +}`; + + const magicOffset = 0x7fff000f; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + numEles, + new Uint32Array([magicOffset]), + (metadata, output) => { + return checkDataTypes(metadata, output, type, t.params.op, magicOffset); + } + ); +}); + +/** + * Generates randomized input data + * + * Case 0: All 0s + * Case 1: All 0xffffs + * Case 2-9: All identity values except an inverted value randomly every 32 values. + * All values capped to 0xffff + * Case 10+: Random values in the range [0, 2 ** 30] + * @param seed The PRNG seed + * @param num The number of values to generate + * @param identity The identity value for the operation + */ +function generateInputData(seed, num, identity) { + const prng = new PRNG(seed); + + const bound = Math.min(num, 32); + const index = prng.uniformInt(bound); + + return new Uint32Array([ + ...iterRange(num, (x) => { + if (seed === 0) { + return 0; + } else if (seed === 1) { + return 0xffff; + } else if (seed < 10) { + const bounded = x % bound; + let val = bounded === index ? ~identity : identity; + val &= 0xffff; + return val; + } + return prng.uniformInt(1 << 30); + })] + ); +} + +/** + * Checks the result of compute tests + * + * Calculates the expected results for each subgroup and compares against + * the actual output. + * @param metadata An array divided as follows: + * * first half: subgroup invocation id in lower 16 bits + * subgroup size in upper 16 bits + * * second half: unique subgroup id + * @param output The outputs + * @param input The input data + * @param op The subgroup operation + * @param filter A predicate used to filter invocations. + */ +function checkBitwiseCompute( +metadata, +output, +input, +op, +filter) +{ + const expected = new Map(); + for (let i = 0; i < output.length; i++) { + const group_id = metadata[i + output.length]; + const combo = metadata[i]; + const id = combo & 0xffff; + const size = combo >> 16 & 0xffff; + if (filter(id, size)) { + let expect = expected.get(group_id) ?? identity(op); + expect = bitwise(op, expect, input[i]); + expected.set(group_id, expect); + } + } + + for (let i = 0; i < output.length; i++) { + const group_id = metadata[i + output.length]; + const combo = metadata[i]; + const id = combo & 0xffff; + const size = combo >> 16 & 0xffff; + const res = output[i]; + if (filter(id, size)) { + const expect = expected.get(group_id) ?? 0; + if (res !== expect) { + return new Error(`Invocation ${i}: incorrect result +- expected: ${expect} +- got: ${res}`); + } + } else { + if (res !== kDataSentinel) { + return new Error(`Invocation ${i}: unexpected write`); + } + } + } + + return undefined; +} + +g.test('compute,all_active'). +desc('Test bitwise operations with randomized inputs'). +params((u) => +u. +combine('case', [...iterRange(kNumCases, (x) => x)]). +beginSubcases(). +combine('wgSize', kWGSizes). +combine('op', kOps) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + id_and_size : array, + group_id : array +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) sg_size : u32, +) { + + // Record both subgroup invocation id and subgroup size in the same u32. + // Subgroups sizes are in the range [4, 128] so both values fit. + metadata.id_and_size[lid] = id | (sg_size << 16); + + // Record a unique id for this subgroup (avoid 0). + let group_id = subgroupBroadcastFirst(lid + 1); + metadata.group_id[lid] = group_id; + + outputs[lid] = ${t.params.op}(inputs[lid]); +}`; + + const inputData = generateInputData(t.params.case, wgThreads, identity(t.params.op)); + const uintsPerOutput = 1; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + inputData, + (metadata, output) => { + return checkBitwiseCompute( + metadata, + output, + inputData, + t.params.op, + (id, size) => { + return true; + } + ); + } + ); +}); + +g.test('compute,split'). +desc('Test that only active invocations participate'). +params((u) => +u. +combine('predicate', keysOf(kPredicateCases)). +beginSubcases(). +combine('wgSize', kWGSizes). +combine('op', kOps). +combine('case', [...iterRange(kNumCases, (x) => x)]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kPredicateCases[t.params.predicate]; + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + id_and_size : array, + group_id : array +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32, +) { + + // Record both subgroup invocation id and subgroup size in the same u32. + // Subgroups sizes are in the range [4, 128] so both values fit. + metadata.id_and_size[lid] = id | (subgroupSize << 16); + + // Record a unique id for this subgroup (avoid 0). + let group_id = subgroupBroadcastFirst(lid + 1); + metadata.group_id[lid] = group_id; + + if ${testcase.cond} { + outputs[lid] = ${t.params.op}(inputs[lid]); + } else { + return; + } +}`; + + const inputData = generateInputData(t.params.case, wgThreads, identity(t.params.op)); + const uintsPerOutput = 1; + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + uintsPerOutput, + inputData, + (metadata, output) => { + return checkBitwiseCompute(metadata, output, inputData, t.params.op, testcase.filter); + } + ); +}); + +/** + * Checks bitwise ops results from a fragment shader. + * + * Avoids the last row and column to skip potential helper invocations. + * @param data Framebuffer output + * * component 0 is result + * * component 1 is generated subgroup id + * @param input An array of input data + * @param op The subgroup operation + * @param format The framebuffer format + * @param width Framebuffer width + * @param height Framebuffer height + */ +function checkBitwiseFragment( +data, +input, +op, +format, +width, +height) +{ + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + const blocksPerRow = width / blockWidth; + // 256 minimum comes from image copy requirements. + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const uintsPerRow = bytesPerRow / 4; + const uintsPerTexel = (bytesPerBlock ?? 1) / blockWidth / blockHeight / 4; + + // Iteration skips last row and column to avoid helper invocations because it is not + // guaranteed whether or not they participate in the subgroup operation. + const expected = new Map(); + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const subgroup_id = data[offset + 1]; + + if (subgroup_id === 0) { + return new Error(`Internal error: helper invocation at (${col}, ${row})`); + } + + let v = expected.get(subgroup_id) ?? identity(op); + v = bitwise(op, v, input[row * width + col]); + expected.set(subgroup_id, v); + } + } + + for (let row = 0; row < height - 1; row++) { + for (let col = 0; col < width - 1; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const res = data[offset]; + const subgroup_id = data[offset + 1]; + + if (subgroup_id === 0) { + // Inactive in the fragment. + continue; + } + + const expected_v = expected.get(subgroup_id) ?? 0; + if (expected_v !== res) { + return new Error(`Row ${row}, col ${col}: incorrect results: +- expected: ${expected_v} +- got: ${res}`); + } + } + } + + return undefined; +} + +g.test('fragment,all_active'). +desc('Tests bitwise operations in fragment shaders'). +params((u) => +u. +combine('size', kFramebufferSizes). +beginSubcases(). +combine('case', [...iterRange(kNumCases, (x) => x)]). +combine('op', kOps). +combineWithParams([{ format: 'rg32uint' }]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const numInputs = t.params.size[0] * t.params.size[1]; + const inputData = generateInputData(t.params.case, numInputs, identity(t.params.op)); + + const ident = identity(t.params.op) === 0 ? '0' : '0xffffffff'; + const fsShader = ` +enable subgroups; + +@group(0) @binding(0) +var inputs : array; + +@fragment +fn main( + @builtin(position) pos : vec4f, +) -> @location(0) vec2u { + // Generate a subgroup id based on linearized position, avoid 0. + let linear = u32(pos.x) + u32(pos.y) * ${t.params.size[0]}; + let subgroup_id = subgroupBroadcastFirst(linear + 1); + + // Filter out possible helper invocations. + let x_in_range = u32(pos.x) < (${t.params.size[0]} - 1); + let y_in_range = u32(pos.y) < (${t.params.size[1]} - 1); + let in_range = x_in_range && y_in_range; + let input = select(${ident}, inputs[linear], in_range); + + let res = ${t.params.op}(input); + return vec2u(res, subgroup_id); +}`; + + await runFragmentTest( + t, + t.params.format, + fsShader, + t.params.size[0], + t.params.size[1], + inputData, + (data) => { + return checkBitwiseFragment( + data, + inputData, + t.params.op, + t.params.format, + t.params.size[0], + t.params.size[1] + ); + } + ); +}); + +g.test('fragment,split').unimplemented(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBroadcast.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBroadcast.spec.js new file mode 100644 index 00000000000..f6d11fc3c27 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupBroadcast.spec.js @@ -0,0 +1,321 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for subgroupBroadcast + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { iterRange } from '../../../../../../common/util/util.js'; +import { GPUTest } from '../../../../../gpu_test.js'; +import { + kConcreteNumericScalarsAndVectors, + Type, + VectorType, + elementTypeOf } from +'../../../../../util/conversion.js'; + +export const g = makeTestGroup(GPUTest); + +const kDataTypes = objectsToRecord(kConcreteNumericScalarsAndVectors); + +const kWGSizes = [ +[4, 1, 1], +[8, 1, 1], +[16, 1, 1], +[32, 1, 1], +[64, 1, 1], +[128, 1, 1], +[256, 1, 1], +[1, 4, 1], +[1, 8, 1], +[1, 16, 1], +[1, 32, 1], +[1, 64, 1], +[1, 128, 1], +[1, 256, 1], +[1, 1, 4], +[1, 1, 8], +[1, 1, 16], +[1, 1, 32], +[1, 1, 64], +[3, 3, 3], +[4, 4, 4], +[16, 16, 1], +[16, 1, 16], +[1, 16, 16], +[15, 3, 3], +[3, 15, 3], +[3, 3, 15]]; + + +g.test('data_types'). +desc('Tests broadcast of data types'). +params((u) => +u. +combine('type', keysOf(kDataTypes)). +filter((t) => { + // Skip vec3h for simplicity + const type = kDataTypes[t.type]; + return type !== Type['vec3h']; +}). +beginSubcases(). +combine('id', [0, 1, 2, 3]). +combine('wgSize', kWGSizes) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kDataTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn(async (t) => { + const type = kDataTypes[t.params.type]; + let enables = 'enable subgroups;\n'; + if (type.requiresF16()) { + enables += 'enable f16;\nenable subgroups_f16;\n'; + } + + // Compatibility mode has lower workgroup limits. + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + const { + maxComputeInvocationsPerWorkgroup, + maxComputeWorkgroupSizeX, + maxComputeWorkgroupSizeY, + maxComputeWorkgroupSizeZ + } = t.device.limits; + t.skipIf( + maxComputeInvocationsPerWorkgroup < wgThreads || + maxComputeWorkgroupSizeX < t.params.wgSize[0] || + maxComputeWorkgroupSizeY < t.params.wgSize[1] || + maxComputeWorkgroupSizeZ < t.params.wgSize[2], + 'Workgroup size too large' + ); + + let outputType = Type.u32; + if (type instanceof VectorType) { + outputType = Type['vec'](type.width, outputType); + } + + let updates = `_ = atomicAdd(&output[b], 1);`; + if (type instanceof VectorType) { + updates = ``; + for (let i = 0; i < type.width; i++) { + updates += `_ = atomicAdd(&output[b[${i}]], 1);\n`; + } + } + + // This test should be expanded to cover large input values for each type instead of just conversions to u32. + const wgsl = ` +${enables} + +@group(0) @binding(0) +var size : u32; + +@group(0) @binding(1) +var output : array>; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main(@builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) subgroupSize : u32) { + let scalar = ${elementTypeOf(type).toString()}(id); + let v = ${type.toString()}(scalar); + let b = ${outputType.toString()}(subgroupBroadcast(v, ${t.params.id})); + ${updates} + if (lid == 0) { + size = subgroupSize; + } +}`; + + const sizeBuffer = t.makeBufferWithContents( + new Uint32Array([0]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(sizeBuffer); + + const outputNumInts = wgThreads; + const outputBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(outputNumInts, (x) => 0)]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(outputBuffer); + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ + code: wgsl + }), + entryPoint: 'main' + } + }); + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer: sizeBuffer + } + }, + { + binding: 1, + resource: { + buffer: outputBuffer + } + }] + + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.dispatchWorkgroups(1, 1, 1); + pass.end(); + t.queue.submit([encoder.finish()]); + + const sizeReadback = await t.readGPUBufferRangeTyped(sizeBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: 1, + method: 'copy' + }); + const subgroupSize = sizeReadback.data[0]; + + let width = 1; + if (type instanceof VectorType) { + width = type.width; + } + + const expect = Array(wgThreads); + expect.fill(0); + + const numFullSubgroups = Math.floor(wgThreads / subgroupSize); + const partialSize = wgThreads % subgroupSize; + const numSubgroups = Math.ceil(wgThreads / subgroupSize); + for (let i = 0; i < numSubgroups; i++) { + if (i < numFullSubgroups) { + expect[t.params.id] += width * subgroupSize; + } else { + expect[t.params.id] += width * partialSize; + } + } + t.expectGPUBufferValuesEqual(outputBuffer, new Uint32Array(expect)); +}); + +g.test('workgroup_uniform_load'). +desc('Tests a workgroup uniform load equivalent'). +params((u) => +u. +combine('wgSize', kWGSizes). +beginSubcases(). +combine('inputId', [1, 2, 3]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + // Compatibility mode has lower workgroup limits. + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + const { + maxComputeInvocationsPerWorkgroup, + maxComputeWorkgroupSizeX, + maxComputeWorkgroupSizeY, + maxComputeWorkgroupSizeZ + } = t.device.limits; + t.skipIf( + maxComputeInvocationsPerWorkgroup < wgThreads || + maxComputeWorkgroupSizeX < t.params.wgSize[0] || + maxComputeWorkgroupSizeY < t.params.wgSize[1] || + maxComputeWorkgroupSizeZ < t.params.wgSize[2], + 'Workgroup size too large' + ); + + const wgsl = ` +enable subgroups; + +var wgmem : u32; + +@group(0) @binding(0) +var inputs : array; + +@group(0) @binding(1) +var output : array; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main(@builtin(subgroup_invocation_id) id : u32, + @builtin(local_invocation_index) lid : u32) { + if (lid == ${t.params.inputId}) { + wgmem = inputs[lid]; + } + workgroupBarrier(); + var v = 0u; + if (id == 0) { + v = wgmem; + } + v = subgroupBroadcast(v, 0); + output[lid] = v; +}`; + + const values = [1, 13, 33, 125]; + const inputBuffer = t.makeBufferWithContents( + new Uint32Array(values), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(inputBuffer); + + const outputBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(wgThreads, (x) => 0)]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(outputBuffer); + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ + code: wgsl + }), + entryPoint: 'main' + } + }); + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer: inputBuffer + } + }, + { + binding: 1, + resource: { + buffer: outputBuffer + } + }] + + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.dispatchWorkgroups(1, 1, 1); + pass.end(); + t.queue.submit([encoder.finish()]); + + const expect = Array(wgThreads); + expect.fill(values[t.params.inputId]); + t.expectGPUBufferValuesEqual(outputBuffer, new Uint32Array(expect)); +}); + +g.test('fragment').unimplemented(); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupMul.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupMul.spec.js new file mode 100644 index 00000000000..f8e8ddf230b --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroupMul.spec.js @@ -0,0 +1,387 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for subgroupMul, subgroupExclusiveMul, and subgroupInclusiveMul + +Note: There is a lack of portability for non-uniform execution so these tests +restrict themselves to uniform control flow. +Note: There is no guaranteed mapping between subgroup_invocation_id and +local_invocation_index. Tests should avoid assuming there is. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { iterRange } from '../../../../../../common/util/util.js'; +import { GPUTest } from '../../../../../gpu_test.js'; +import { + kConcreteNumericScalarsAndVectors, + Type, + VectorType, + numberToFloatBits, + floatBitsToNumber, + kFloat32Format, + kFloat16Format, + scalarTypeOf } from +'../../../../../util/conversion.js'; +import { FP } from '../../../../../util/floating_point.js'; + +import { + kNumCases, + kStride, + kWGSizes, + kPredicateCases, + runAccuracyTest, + runComputeTest } from +'./subgroup_util.js'; + +export const g = makeTestGroup(GPUTest); + +const kIdentity = 1; + +const kDataTypes = objectsToRecord(kConcreteNumericScalarsAndVectors); + +const kOperations = ['subgroupMul', 'subgroupExclusiveMul', 'subgroupInclusiveMul']; + +g.test('fp_accuracy'). +desc( + `Tests the accuracy of floating-point multiplication. + +The order of operations is implementation defined, most threads are filled with +the identity value and two receive random values. +Subgroup sizes are not known ahead of time so some cases may not perform any +interesting operations. The test biases towards checking subgroup sizes under 64. +These tests only check two values in order to reuse more of the existing infrastructure +and limit the number of permutations needed to calculate the final result.` +). +params((u) => +u. +combine('case', [...iterRange(kNumCases, (x) => x)]). +combine('type', ['f32', 'f16']). +combine('wgSize', [ +[kStride, 1, 1], +[kStride / 2, 2, 1]] +) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + if (t.params.type === 'f16') { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn(async (t) => { + await runAccuracyTest( + t, + t.params.case, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + 'subgroupMul', + t.params.type, + kIdentity, + t.params.type === 'f16' ? FP.f16.multiplicationInterval : FP.f32.multiplicationInterval + ); +}); + +/** + * Checks subgroup multiplications. + * + * Expected results: + * - subgroupMul: each invocation should have result equal to 2 to the real subgroup size + * - subgroupExclusiveMul: each invocation should have result equal to 2 to its subgroup invocation id + * - subgroupInclusiveMul: each invocation should be equal to subgroupExclusiveMul result multiplied by the fill value + * @param metadata An array containing actual subgroup size per invocation followed by + * subgroup invocation id per invocation + * @param output An array of multiplications + * @param type The data type + * @param operation Type of multiplication + * @param expectedFillValue The original value used to fill the test array + */ +function checkMultiplication( +metadata, +output, +type, +operation, +expectedfillValue) +{ + let numEles = 1; + if (type instanceof VectorType) { + numEles = type.width; + } + const scalarTy = scalarTypeOf(type); + const expectedOffset = operation === 'subgroupMul' ? 0 : metadata.length / 2; + for (let i = 0; i < metadata.length / 2; i++) { + let expected = Math.pow(2, metadata[i + expectedOffset]); + if (operation === 'subgroupInclusiveMul') { + expected *= expectedfillValue; + } + for (let j = 0; j < numEles; j++) { + let idx = i * numEles + j; + const isOdd = idx & 0x1; + if (scalarTy === Type.f16) { + idx = Math.floor(idx / 2); + } + let val = output[idx]; + if (scalarTy === Type.f32) { + val = floatBitsToNumber(val, kFloat32Format); + } else if (scalarTy === Type.f16) { + if (isOdd) { + val = val >> 16; + } + val = floatBitsToNumber(val & 0xffff, kFloat16Format); + } + if (expected !== val) { + return new Error(`Invocation ${i}, component ${j}: incorrect result +- expected: ${expected} +- got: ${val}`); + } + } + } + + return undefined; +} + +g.test('data_types'). +desc( + `Tests subgroup multiplication for valid data types + +Tests a simple multiplication of all 2 values. +Reductions expect result to be equal to actual subgroup size. +Exclusice scans expect result to be equal subgroup invocation id. + +TODO: support vec3 types. + ` +). +params((u) => +u. +combine('type', keysOf(kDataTypes)). +filter((t) => { + const type = kDataTypes[t.type]; + if (type instanceof VectorType) { + return type.width !== 3; + } + return true; +}). +beginSubcases() +// Workgroup sizes are kept < 16 to avoid overflows. +// Other tests cover that the full subgroup will contribute. +.combine('wgSize', [ +[4, 1, 1], +[8, 1, 1], +[1, 4, 1], +[1, 8, 1], +[1, 1, 4], +[1, 1, 8], +[2, 2, 2], +[4, 2, 1], +[4, 1, 2], +[2, 4, 1], +[2, 1, 4], +[1, 4, 2], +[1, 2, 4], +[3, 3, 1], +[3, 1, 3], +[1, 3, 3]] +). +combine('operation', kOperations) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kDataTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn(async (t) => { + const type = kDataTypes[t.params.type]; + let numEles = 1; + if (type instanceof VectorType) { + numEles = type.width; + } + const scalarType = scalarTypeOf(type); + let enables = 'enable subgroups;\n'; + if (type.requiresF16()) { + enables += 'enable f16;\nenable subgroups_f16;\n'; + } + + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +${enables} + +@group(0) @binding(0) +var inputs : array<${type.toString()}>; + +@group(0) @binding(1) +var outputs : array<${type.toString()}>; + +struct Metadata { + subgroup_size : array, + subgroup_invocation_id : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, +) { + // Record the actual subgroup size for this invocation. + // Note: subgroup_size builtin is always a power-of-2 and might be larger + // if the subgroup is not full. + let ballot = subgroupBallot(true); + var size = countOneBits(ballot.x); + size += countOneBits(ballot.y); + size += countOneBits(ballot.z); + size += countOneBits(ballot.w); + metadata.subgroup_size[lid] = size; + + // Record subgroup invocation id for this invocation. + metadata.subgroup_invocation_id[lid] = id; + + outputs[lid] = ${t.params.operation}(inputs[lid]); +}`; + + const expectedfillValue = 2; + let fillValue = expectedfillValue; + let numUints = wgThreads * numEles; + if (scalarType === Type.f32) { + fillValue = numberToFloatBits(fillValue, kFloat32Format); + } else if (scalarType === Type.f16) { + const f16 = numberToFloatBits(fillValue, kFloat16Format); + fillValue = f16 | f16 << 16; + numUints = Math.ceil(numUints / 2); + } + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + numUints, + new Uint32Array([...iterRange(numUints, (x) => fillValue)]), + (metadata, output) => { + return checkMultiplication(metadata, output, type, t.params.operation, expectedfillValue); + } + ); +}); + +g.test('fragment').unimplemented(); + +/** + * Performs correctness checking for predicated multiplications + * + * Assumes the shader performs a predicated subgroup multiplication with the + * subgroup_invocation_id as the data. + * + * @param metadata An array containing subgroup sizes and subgroup invocation ids + * @param output An array containing the output results + * @param operation The type of multiplication + * @param filter A functor that mirrors the predication in the shader + */ +function checkPredicatedMultiplication( +metadata, +output, +operation, +filter) +{ + for (let i = 0; i < output.length; i++) { + const size = metadata[i]; + const id = metadata[output.length + i]; + let expected = 1; + if (filter(id, size)) { + // This function replicates the behavior in the shader. + const valueModFun = function (id) { + return id % 4 + 1; + }; + const bound = + operation === 'subgroupInclusiveMul' ? id + 1 : operation === 'subgroupMul' ? size : id; + for (let j = 0; j < bound; j++) { + if (filter(j, size)) { + expected *= valueModFun(j); + } + } + } else { + expected = 999; + } + if (expected !== output[i]) { + return new Error(`Invocation ${i}: incorrect result +- expected: ${expected} +- got: ${output[i]}`); + } + } + return undefined; +} + +g.test('compute,split'). +desc('Tests that only active invocations contribute to the operation'). +params((u) => +u. +combine('case', keysOf(kPredicateCases)). +beginSubcases(). +combine('operation', kOperations). +combine('wgSize', kWGSizes) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const testcase = kPredicateCases[t.params.case]; + const outputUintsPerElement = 1; + const inputData = new Uint32Array([0]); // no input data + const wgThreads = t.params.wgSize[0] * t.params.wgSize[1] * t.params.wgSize[2]; + + const wgsl = ` +enable subgroups; + +@group(0) @binding(0) +var input : array; + +@group(0) @binding(1) +var outputs : array; + +struct Metadata { + subgroup_size : array, + subgroup_invocation_id : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${t.params.wgSize[0]}, ${t.params.wgSize[1]}, ${t.params.wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, + @builtin(subgroup_invocation_id) id : u32, +) { + _ = input[0]; + + // Record the actual subgroup size for this invocation. + // Note: subgroup_size builtin is always a power-of-2 and might be larger + // if the subgroup is not full. + let ballot = subgroupBallot(true); + var subgroupSize = countOneBits(ballot.x); + subgroupSize += countOneBits(ballot.y); + subgroupSize += countOneBits(ballot.z); + subgroupSize += countOneBits(ballot.w); + metadata.subgroup_size[lid] = subgroupSize; + + // Record subgroup invocation id for this invocation. + metadata.subgroup_invocation_id[lid] = id; + + if ${testcase.cond} { + outputs[lid] = ${t.params.operation}((id % 4) + 1); + } else { + return; + } +}`; + + await runComputeTest( + t, + wgsl, + [t.params.wgSize[0], t.params.wgSize[1], t.params.wgSize[2]], + outputUintsPerElement, + inputData, + (metadata, output) => { + return checkPredicatedMultiplication(metadata, output, t.params.operation, testcase.filter); + } + ); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroup_util.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroup_util.js new file mode 100644 index 00000000000..67ce096918a --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/subgroup_util.js @@ -0,0 +1,555 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/import { assert, iterRange } from '../../../../../../common/util/util.js';import { Float16Array } from '../../../../../../external/petamoriken/float16/float16.js';import { kTextureFormatInfo } from '../../../../../format_info.js'; +import { GPUTest, TextureTestMixin } from '../../../../../gpu_test.js'; + +import { sparseScalarF16Range, sparseScalarF32Range, align } from '../../../../../util/math.js'; +import { PRNG } from '../../../../../util/prng.js'; + +export class SubgroupTest extends TextureTestMixin(GPUTest) {} + +export const kNumCases = 1000; +export const kStride = 128; + +export const kWGSizes = [ +[4, 1, 1], +[8, 1, 1], +[16, 1, 1], +[32, 1, 1], +[64, 1, 1], +[128, 1, 1], +[256, 1, 1], +[1, 4, 1], +[1, 8, 1], +[1, 16, 1], +[1, 32, 1], +[1, 64, 1], +[1, 128, 1], +[1, 256, 1], +[1, 1, 4], +[1, 1, 8], +[1, 1, 16], +[1, 1, 32], +[1, 1, 64], +[3, 3, 3], +[4, 4, 4], +[16, 16, 1], +[16, 1, 16], +[1, 16, 16], +[15, 3, 3], +[3, 15, 3], +[3, 3, 15]]; + + +export const kPredicateCases = { + every_even: { + cond: `id % 2 == 0`, + filter: (id, size) => { + return id % 2 === 0; + } + }, + every_odd: { + cond: `id % 2 == 1`, + filter: (id, size) => { + return id % 2 === 1; + } + }, + lower_half: { + cond: `id < subgroupSize / 2`, + filter: (id, size) => { + return id < Math.floor(size / 2); + } + }, + upper_half: { + cond: `id >= subgroupSize / 2`, + filter: (id, size) => { + return id >= Math.floor(size / 2); + } + }, + first_two: { + cond: `id == 0 || id == 1`, + filter: (id) => { + return id === 0 || id === 1; + } + } +}; + +/** + * Check the accuracy of the reduction operation. + * + * @param metadata An array containing subgroup ids for each invocation + * @param output An array containing the results of the reduction for each invocation + * @param indices An array of two values containing the indices of the interesting values in the input + * @param values An array of two values containing the interesting values in the input + * @param identity The identity for the operation + * @param intervalGen A functor to generate an appropriate FPInterval for a binary operation + */ +function checkAccuracy( +metadata, +output, +indices, +values, +identity, +intervalGen) +{ + const subgroupIdIdx1 = metadata[indices[0]]; + const subgroupIdIdx2 = metadata[indices[1]]; + for (let i = 0; i < output.length; i++) { + const subgroupId = metadata[i]; + + const v1 = subgroupId === subgroupIdIdx1 ? values[0] : identity; + const v2 = subgroupId === subgroupIdIdx2 ? values[1] : identity; + const interval = intervalGen(v1, v2); + if (!interval.contains(output[i])) { + return new Error(`Invocation ${i}, subgroup id ${subgroupId}: incorrect result +- interval: ${interval.toString()} +- output: ${output[i]}`); + } + } + + return undefined; +} + +/** + * Run a floating-point accuracy subgroup test. + * + * @param t The base test + * @param seed A seed for the PRNG + * @param wgSize An array for the workgroup size + * @param operation The subgroup operation + * @param type The type (f16 or f32) + * @param identity The identity for the operation + * @param intervalGen A functor to generate an appropriate FPInterval for a binary operation + */ +export async function runAccuracyTest( +t, +seed, +wgSize, +operation, +type, +identity, +intervalGen) +{ + assert(seed < kNumCases); + const prng = new PRNG(seed); + + // Compatibility mode has lower workgroup limits. + const wgThreads = wgSize[0] * wgSize[1] * wgSize[2]; + const { + maxComputeInvocationsPerWorkgroup, + maxComputeWorkgroupSizeX, + maxComputeWorkgroupSizeY, + maxComputeWorkgroupSizeZ + } = t.device.limits; + t.skipIf( + maxComputeInvocationsPerWorkgroup < wgThreads || + maxComputeWorkgroupSizeX < wgSize[0] || + maxComputeWorkgroupSizeY < wgSize[1] || + maxComputeWorkgroupSizeZ < wgSize[2], + 'Workgroup size too large' + ); + + // Bias half the cases to lower indices since most subgroup sizes are <= 64. + let indexLimit = kStride; + if (seed < kNumCases / 4) { + indexLimit = 16; + } else if (seed < kNumCases / 2) { + indexLimit = 64; + } + + // Ensure two distinct indices are picked. + const idx1 = prng.uniformInt(indexLimit); + let idx2 = prng.uniformInt(indexLimit - 1); + if (idx1 === idx2) { + idx2++; + } + assert(idx2 < indexLimit); + + // Select two random values. + const range = type === 'f16' ? sparseScalarF16Range() : sparseScalarF32Range(); + const numVals = range.length; + const val1 = range[prng.uniformInt(numVals)]; + const val2 = range[prng.uniformInt(numVals)]; + + const extraEnables = type === 'f16' ? `enable f16;\nenable subgroups_f16;` : ``; + const wgsl = ` +enable subgroups; +${extraEnables} + +@group(0) @binding(0) +var inputs : array<${type}>; + +@group(0) @binding(1) +var outputs : array<${type}>; + +struct Metadata { + subgroup_id : array, +} + +@group(0) @binding(2) +var metadata : Metadata; + +@compute @workgroup_size(${wgSize[0]}, ${wgSize[1]}, ${wgSize[2]}) +fn main( + @builtin(local_invocation_index) lid : u32, +) { + metadata.subgroup_id[lid] = subgroupBroadcast(lid, 0); + outputs[lid] = ${operation}(inputs[lid]); +}`; + + const inputData = + type === 'f16' ? + new Float16Array([ + ...iterRange(kStride, (x) => { + if (x === idx1) return val1; + if (x === idx2) return val2; + return identity; + })] + ) : + new Float32Array([ + ...iterRange(kStride, (x) => { + if (x === idx1) return val1; + if (x === idx2) return val2; + return identity; + })] + ); + + const inputBuffer = t.makeBufferWithContents( + inputData, + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(inputBuffer); + + const outputBuffer = t.makeBufferWithContents( + new Float32Array([...iterRange(kStride, (x) => 0)]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(outputBuffer); + + const numMetadata = kStride; + const metadataBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(numMetadata, (x) => 0)]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ + code: wgsl + }), + entryPoint: 'main' + } + }); + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer: inputBuffer + } + }, + { + binding: 1, + resource: { + buffer: outputBuffer + } + }, + { + binding: 2, + resource: { + buffer: metadataBuffer + } + }] + + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.dispatchWorkgroups(1, 1, 1); + pass.end(); + t.queue.submit([encoder.finish()]); + + const metadataReadback = await t.readGPUBufferRangeTyped(metadataBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: numMetadata, + method: 'copy' + }); + const metadata = metadataReadback.data; + + let output; + if (type === 'f16') { + const outputReadback = await t.readGPUBufferRangeTyped(outputBuffer, { + srcByteOffset: 0, + type: Float16Array, + typedLength: kStride, + method: 'copy' + }); + output = outputReadback.data; + } else { + const outputReadback = await t.readGPUBufferRangeTyped(outputBuffer, { + srcByteOffset: 0, + type: Float32Array, + typedLength: kStride, + method: 'copy' + }); + output = outputReadback.data; + } + + t.expectOK(checkAccuracy(metadata, output, [idx1, idx2], [val1, val2], identity, intervalGen)); +} + +// Repeat the bit pattern evey 16 bits for use with 16-bit types. +export const kDataSentinel = 999 | 999 << 16; + +/** + * Runs compute shader subgroup test + * + * The test makes the following assumptions: + * * group(0) binding(0) is a storage buffer for input data + * * group(0) binding(1) is an output storage buffer for outputUintsPerElement * wgSize uints + * * group(0) binding(2) is an output storage buffer for 2 * wgSize uints + * + * @param t The base test + * @param wgsl The shader code + * @param outputUintsPerElement number of uints output per invocation + * @param inputData the input data + * @param checkFunction a functor that takes the output storage buffer data to check result validity + */ +export async function runComputeTest( +t, +wgsl, +wgSize, +outputUintsPerElement, +inputData, +checkFunction) +{ + // Compatibility mode has lower workgroup limits. + const wgThreads = wgSize[0] * wgSize[1] * wgSize[2]; + const { + maxComputeInvocationsPerWorkgroup, + maxComputeWorkgroupSizeX, + maxComputeWorkgroupSizeY, + maxComputeWorkgroupSizeZ + } = t.device.limits; + t.skipIf( + maxComputeInvocationsPerWorkgroup < wgThreads || + maxComputeWorkgroupSizeX < wgSize[0] || + maxComputeWorkgroupSizeY < wgSize[1] || + maxComputeWorkgroupSizeZ < wgSize[2], + 'Workgroup size too large' + ); + + const inputBuffer = t.makeBufferWithContents( + inputData, + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(inputBuffer); + + const outputUints = outputUintsPerElement * wgThreads; + const outputBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(outputUints, (x) => kDataSentinel)]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + t.trackForCleanup(outputBuffer); + + const numMetadata = 2 * wgThreads; + const metadataBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(numMetadata, (x) => kDataSentinel)]), + GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + ); + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ + code: wgsl + }) + } + }); + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer: inputBuffer + } + }, + { + binding: 1, + resource: { + buffer: outputBuffer + } + }, + { + binding: 2, + resource: { + buffer: metadataBuffer + } + }] + + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.dispatchWorkgroups(1, 1, 1); + pass.end(); + t.queue.submit([encoder.finish()]); + + const metadataReadback = await t.readGPUBufferRangeTyped(metadataBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: numMetadata, + method: 'copy' + }); + const metadata = metadataReadback.data; + + const outputReadback = await t.readGPUBufferRangeTyped(outputBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: outputUints, + method: 'copy' + }); + const output = outputReadback.data; + + t.expectOK(checkFunction(metadata, output)); +} + +// Minimum size is [3, 3]. +export const kFramebufferSizes = [ +[15, 15], +[16, 16], +[17, 17], +[19, 13], +[13, 10], +[111, 3], +[3, 111], +[35, 3], +[3, 35], +[53, 13], +[13, 53], +[3, 3]]; + + +/** + * Runs a subgroup builtin test for fragment shaders + * + * This test draws a full screen triangle. + * Tests should avoid checking the last row or column to avoid helper + * invocations. Underlying APIs do not consistently guarantee whether + * helper invocations participate in subgroup operations. + * @param t The base test + * @param format The framebuffer format + * @param fsShader The fragment shader with the following interface: + * Location 0 output is framebuffer with format + * Group 0 binding 0 is input data + * @param width The framebuffer width + * @param height The framebuffer height + * @param inputData The input data + * @param checker A functor to check the framebuffer values + */ +export async function runFragmentTest( +t, +format, +fsShader, +width, +height, +inputData, +checker) +{ + const vsShader = ` +@vertex +fn vsMain(@builtin(vertex_index) index : u32) -> @builtin(position) vec4f { + const vertices = array( + vec2(-2, 4), vec2(-2, -4), vec2(2, 0), + ); + return vec4f(vec2f(vertices[index]), 0, 1); +}`; + + assert(width >= 3, 'Minimum width is 3'); + assert(height >= 3, 'Minimum height is 3'); + const pipeline = t.device.createRenderPipeline({ + layout: 'auto', + vertex: { + module: t.device.createShaderModule({ code: vsShader }) + }, + fragment: { + module: t.device.createShaderModule({ code: fsShader }), + targets: [{ format }] + }, + primitive: { + topology: 'triangle-list' + } + }); + + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + assert(bytesPerBlock !== undefined); + + const blocksPerRow = width / blockWidth; + const blocksPerColumn = height / blockHeight; + // 256 minimum arises from image copy requirements. + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const byteLength = bytesPerRow * blocksPerColumn; + const uintLength = byteLength / 4; + + const buffer = t.makeBufferWithContents( + inputData, + GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_DST + ); + + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer + } + }] + + }); + + const framebuffer = t.createTextureTracked({ + size: [width, height], + usage: + GPUTextureUsage.COPY_SRC | + GPUTextureUsage.COPY_DST | + GPUTextureUsage.RENDER_ATTACHMENT | + GPUTextureUsage.TEXTURE_BINDING, + format + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginRenderPass({ + colorAttachments: [ + { + view: framebuffer.createView(), + loadOp: 'clear', + storeOp: 'store' + }] + + }); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.draw(3); + pass.end(); + t.queue.submit([encoder.finish()]); + + const copyBuffer = t.copyWholeTextureToNewBufferSimple(framebuffer, 0); + const readback = await t.readGPUBufferRangeTyped(copyBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: uintLength, + method: 'copy' + }); + const data = readback.data; + + t.expectOK(checker(data)); +} \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGather.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGather.spec.js index 162832708f0..4e72dc97c4e 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGather.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGather.spec.js @@ -3,6 +3,8 @@ **/export const description = ` Execution tests for the 'textureGather' builtin function +- TODO: Test un-encodable formats. + A texture gather operation reads from a 2D, 2D array, cube, or cube array texture, computing a four-component vector as follows: * Find the four texels that would be used in a sampling operation with linear filtering, from mip level 0: - Use the specified coordinate, array index (when present), and offset (when present). @@ -23,11 +25,38 @@ A texture gather operation reads from a 2D, 2D array, cube, or cube array textur z (umax,vmin) w (umin,vmin) `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { GPUTest } from '../../../../../gpu_test.js'; +import { + isDepthTextureFormat, + isEncodableTextureFormat, + kCompressedTextureFormats, + kDepthStencilFormats, + kEncodableTextureFormats } from +'../../../../../format_info.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; +import { + appendComponentTypeForFormatToTextureType, + checkCallResults, + chooseTextureSize, + createTextureWithRandomDataAndGetTexels, + doTextureCalls, + generateSamplePointsCube, + generateTextureBuiltinInputs2D, + isFillable, + kCubeSamplePointMethods, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + kShortShaderStages, + skipIfNeedsFilteringAndIsUnfilterableOrSelectDevice, -export const g = makeTestGroup(GPUTest); + + + WGSLTextureSampleTest } from +'./texture_utils.js'; + +const kTestableColorFormats = [...kEncodableTextureFormats, ...kCompressedTextureFormats]; + +export const g = makeTestGroup(WGSLTextureSampleTest); g.test('sampled_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). @@ -55,22 +84,89 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('T', ['f32-only', 'i32', 'u32']). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)) +combine('samplePoints', kSamplePointMethods) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); + skipIfNeedsFilteringAndIsUnfilterableOrSelectDevice(t, t.params.filt, t.params.format); +}). +fn(async (t) => { + const { format, C, samplePoints, stage, modeU, modeV, filt: minFilter, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureGather', + sampler, + descriptor, + offset, + component: true, + hashInputs: [stage, format, C, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, component, offset }) => { + return { + builtin: 'textureGather', + coordType: 'f', + coords, + component, + componentType: C === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = appendComponentTypeForFormatToTextureType('texture_2d', format); + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). desc( ` -C: i32, u32 T: i32, u32, f32 fn textureGather(component: C, t: texture_cube, s: sampler, coords: vec3) -> vec4 @@ -85,15 +181,86 @@ Parameters: * coords: The texture coordinates ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('T', ['f32-only', 'i32', 'u32']). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(3)) +combine('samplePoints', kCubeSamplePointMethods) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); + skipIfNeedsFilteringAndIsUnfilterableOrSelectDevice(t, t.params.filt, t.params.format); +}). +fn(async (t) => { + const { format, C, stage, samplePoints, mode, filt: minFilter } = t.params; + + const viewDimension = 'cube'; + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + const depthOrArrayLayers = 6; + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size: { width, height, depthOrArrayLayers }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + component: true, + textureBuiltin: 'textureGather', + hashInputs: [stage, format, C, samplePoints, mode, minFilter] + }).map(({ coords, component }) => { + return { + builtin: 'textureGather', + component, + componentType: C === 'i32' ? 'i' : 'u', + coordType: 'f', + coords + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = appendComponentTypeForFormatToTextureType('texture_cube', format); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_array_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). @@ -122,17 +289,90 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('T', ['f32-only', 'i32', 'u32']). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(2)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('offset', generateOffsets(2)) +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); + skipIfNeedsFilteringAndIsUnfilterableOrSelectDevice(t, t.params.filt, t.params.format); +}). +fn(async (t) => { + const { format, stage, samplePoints, C, A, modeU, modeV, filt: minFilter, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const depthOrArrayLayers = 4; + + const descriptor = { + format, + size: { width, height, depthOrArrayLayers }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureGather', + sampler, + descriptor, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + offset, + component: true, + hashInputs: [stage, format, samplePoints, C, A, modeU, modeV, minFilter, offset] + }).map(({ coords, component, arrayIndex, offset }) => { + return { + builtin: 'textureGather', + component, + componentType: C === 'i32' ? 'i' : 'u', + coordType: 'f', + coords, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = appendComponentTypeForFormatToTextureType('texture_2d_array', format); + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_array_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). @@ -140,8 +380,9 @@ desc( ` C: i32, u32 T: i32, u32, f32 +A: i32, u32 -fn textureGather(component: C, t: texture_cube_array, s: sampler, coords: vec3, array_index: C) -> vec4 +fn textureGather(component: C, t: texture_cube_array, s: sampler, coords: vec3, array_index: A) -> vec4 Parameters: * component: @@ -154,17 +395,90 @@ Parameters: * array_index: The 0-based texture array index ` ). -paramsSubcasesOnly( - (u) => - u. - combine('T', ['f32-only', 'i32', 'u32']). - combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). - combine('C', ['i32', 'u32']). - combine('C_value', [-1, 0, 1, 2, 3, 4]). - combine('coords', generateCoordBoundaries(3)) - /* array_index not param'd as out-of-bounds is implementation specific */ +params((u) => +u. +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('C', ['i32', 'u32']). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); + t.skipIfTextureViewDimensionNotSupported('cube-array'); + skipIfNeedsFilteringAndIsUnfilterableOrSelectDevice(t, t.params.filt, t.params.format); +}). +fn(async (t) => { + const { format, C, A, stage, samplePoints, mode, filt: minFilter } = t.params; + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + component: true, + textureBuiltin: 'textureGather', + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + hashInputs: [stage, format, C, samplePoints, mode, minFilter] + }).map(({ coords, component, arrayIndex }) => { + return { + builtin: 'textureGather', + component, + componentType: C === 'i32' ? 'i' : 'u', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + coordType: 'f', + coords + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = appendComponentTypeForFormatToTextureType('texture_cube_array', format); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('depth_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). @@ -185,13 +499,79 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods) ). -unimplemented(); +fn(async (t) => { + const { format, stage, samplePoints, modeU, modeV, filt: minFilter, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureGather', + sampler, + descriptor, + offset, + hashInputs: [stage, format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, offset }) => { + return { + builtin: 'textureGather', + coordType: 'f', + coords, + offset + }; + }); + const textureType = 'texture_depth_2d'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('depth_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). @@ -205,21 +585,90 @@ Parameters: * coords: The texture coordinates ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods) ). -unimplemented(); +fn(async (t) => { + const { format, stage, samplePoints, mode, filt: minFilter } = t.params; + + const viewDimension = 'cube'; + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + const depthOrArrayLayers = 6; + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size: { width, height, depthOrArrayLayers }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + textureBuiltin: 'textureGather', + hashInputs: [stage, format, samplePoints, mode, minFilter] + }).map(({ coords, component }) => { + return { + builtin: 'textureGather', + coordType: 'f', + coords + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('depth_array_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). desc( ` -C: i32, u32 +A: i32, u32 -fn textureGather(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: C) -> vec4 -fn textureGather(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: C, offset: vec2) -> vec4 +fn textureGather(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: A) -> vec4 +fn textureGather(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: A, offset: vec2) -> vec4 Parameters: * t: The depth texture to read from @@ -234,23 +683,97 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('coords', generateCoordBoundaries(2)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); + skipIfNeedsFilteringAndIsUnfilterableOrSelectDevice(t, t.params.filt, t.params.format); +}). +fn(async (t) => { + const { format, stage, samplePoints, A, modeU, modeV, filt: minFilter, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const depthOrArrayLayers = 4; + + const descriptor = { + format, + size: { width, height, depthOrArrayLayers }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureGather', + sampler, + descriptor, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + offset, + hashInputs: [stage, format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, arrayIndex, offset }) => { + return { + builtin: 'textureGather', + coordType: 'f', + coords, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = 'texture_depth_2d_array'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('depth_array_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegather'). desc( ` -C: i32, u32 +A: i32, u32 -fn textureGather(t: texture_depth_cube_array, s: sampler, coords: vec3, array_index: C) -> vec4 +fn textureGather(t: texture_depth_cube_array, s: sampler, coords: vec3, array_index: A) -> vec4 Parameters: * t: The depth texture to read from @@ -259,12 +782,84 @@ Parameters: * array_index: The 0-based texture array index ` ). -paramsSubcasesOnly( - (u) => - u. - combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). - combine('C', ['i32', 'u32']). - combine('coords', generateCoordBoundaries(3)) - /* array_index not param'd as out-of-bounds is implementation specific */ +params((u) => +u. +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); \ No newline at end of file +beforeAllSubcases((t) => { + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, A, stage, samplePoints, mode, filt: minFilter } = t.params; + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + textureBuiltin: 'textureGather', + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + hashInputs: [stage, format, samplePoints, mode, minFilter] + }).map(({ coords, arrayIndex }) => { + return { + builtin: 'textureGather', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + coordType: 'f', + coords + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube_array'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.js index d029c8cdf5e..6ed16e0020f 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.js @@ -17,20 +17,42 @@ A texture gather compare operation performs a depth comparison on four texels in z (umax,vmin) w (umin,vmin) `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { GPUTest } from '../../../../../gpu_test.js'; +import { kCompareFunctions } from '../../../../../capability_info.js'; +import { + isDepthTextureFormat, + isEncodableTextureFormat, + kDepthStencilFormats } from +'../../../../../format_info.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; +import { + checkCallResults, + chooseTextureSize, + createTextureWithRandomDataAndGetTexels, + doTextureCalls, + generateSamplePointsCube, + generateTextureBuiltinInputs2D, + kCubeSamplePointMethods, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + kShortShaderStages, + makeRandomDepthComparisonTexelGenerator, -export const g = makeTestGroup(GPUTest); + + + WGSLTextureSampleTest } from +'./texture_utils.js'; + +export const g = makeTestGroup(WGSLTextureSampleTest); g.test('array_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegathercompare'). desc( ` -C: i32, u32 +A: i32, u32 -fn textureGatherCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: C, depth_ref: f32) -> vec4 -fn textureGatherCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: C, depth_ref: f32, offset: vec2) -> vec4 +fn textureGatherCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: A, depth_ref: f32) -> vec4 +fn textureGatherCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: A, depth_ref: f32, offset: vec2) -> vec4 Parameters: * t: The depth texture to read from @@ -46,24 +68,110 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(2)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]). -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('compare', kCompareFunctions) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); +}). +fn(async (t) => { + const { + format, + stage, + samplePoints, + A, + modeU, + modeV, + filt: minFilter, + compare, + offset + } = t.params; + + const viewDimension = '2d-array'; + const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format, viewDimension }); + + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureGatherCompare', + sampler, + descriptor, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + depthRef: true, + offset, + hashInputs: [stage, format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, arrayIndex, depthRef, offset }) => { + return { + builtin: 'textureGatherCompare', + coordType: 'f', + coords, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + depthRef, + offset + }; + }); + const textureType = 'texture_depth_2d_array'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('array_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegathercompare'). desc( ` -C: i32, u32 +A: i32, u32 -fn textureGatherCompare(t: texture_depth_cube_array, s: sampler_comparison, coords: vec3, array_index: C, depth_ref: f32) -> vec4 +fn textureGatherCompare(t: texture_depth_cube_array, s: sampler_comparison, coords: vec3, array_index: A, depth_ref: f32) -> vec4 Parameters: * t: The depth texture to read from @@ -73,17 +181,94 @@ Parameters: * depth_ref: The reference value to compare the sampled depth value against ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(3)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('compare', kCompareFunctions) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, A, stage, samplePoints, mode, filt: minFilter, compare } = t.params; -g.test('sampled_array_2d_coords'). + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + textureBuiltin: 'textureGatherCompare', + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + depthRef: true, + hashInputs: [stage, format, samplePoints, mode, minFilter] + }).map(({ coords, depthRef, arrayIndex }) => { + return { + builtin: 'textureGatherCompare', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + coordType: 'f', + coords, + depthRef + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube_array'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); + +g.test('sampled_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegathercompare'). desc( ` @@ -103,16 +288,85 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]). -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('C', ['i32', 'u32']). +combine('samplePoints', kSamplePointMethods). +combine('compare', kCompareFunctions) ). -unimplemented(); +fn(async (t) => { + const { format, C, stage, samplePoints, mode, compare, filt: minFilter, offset } = t.params; -g.test('sampled_array_3d_coords'). + const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureGatherCompare', + sampler, + descriptor, + offset, + depthRef: true, + hashInputs: [stage, format, C, samplePoints, mode, minFilter, compare, offset] + }).map(({ coords, depthRef, offset }) => { + return { + builtin: 'textureGatherCompare', + coordType: 'f', + coords, + depthRef, + offset + }; + }); + const textureType = 'texture_depth_2d'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); + +g.test('sampled_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturegathercompare'). desc( ` @@ -125,10 +379,82 @@ Parameters: * depth_ref: The reference value to compare the sampled depth value against ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('compare', kCompareFunctions) ). -unimplemented(); \ No newline at end of file +fn(async (t) => { + const { format, stage, samplePoints, mode, filt: minFilter, compare } = t.params; + + const viewDimension = 'cube'; + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + depthRef: true, + textureBuiltin: 'textureGatherCompare', + hashInputs: [stage, format, samplePoints, mode, minFilter, compare] + }).map(({ coords, depthRef }) => { + return { + builtin: 'textureGatherCompare', + coordType: 'f', + coords, + depthRef + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.js index 4c9789b1b03..9ca902a6ea6 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.js @@ -18,25 +18,25 @@ If an out of bounds access occurs, the built-in function returns one of: * 0.0 for depth textures TODO: Test textureLoad with depth textures as texture_2d, etc... +TODO: Test textureLoad with multisampled stencil8 format +TODO: Test un-encodable formats. +TODO: Test stencil8 format. `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { unreachable, iterRange } from '../../../../../../common/util/util.js'; import { + canUseAsRenderTarget, isCompressedFloatTextureFormat, isDepthTextureFormat, + isEncodableTextureFormat, + isMultisampledTextureFormat, + isStencilTextureFormat, kCompressedTextureFormats, + kDepthStencilFormats, kEncodableTextureFormats, kTextureFormatInfo, textureDimensionAndFormatCompatible } from '../../../../../format_info.js'; import { GPUTest } from '../../../../../gpu_test.js'; -import { - kFloat32Format, - kFloat16Format, - numberToFloatBits, - pack4x8unorm, - pack4x8snorm } from -'../../../../../util/conversion.js'; -import { maxMipLevelCount } from '../../../../../util/texture/base.js'; +import { maxMipLevelCount, virtualMipSize } from '../../../../../util/texture/base.js'; import { TexelFormats } from '../../../../types.js'; import { @@ -45,42 +45,32 @@ import { chooseTextureSize, createTextureWithRandomDataAndGetTexels, doTextureCalls, - appendComponentTypeForFormatToTextureType } from + appendComponentTypeForFormatToTextureType, + kSamplePointMethods, + kShortShaderStages, + generateTextureBuiltinInputs1D, + generateTextureBuiltinInputs2D, + generateTextureBuiltinInputs3D, + + createVideoFrameWithRandomDataAndGetTexels } from './texture_utils.js'; -import { - - - - generateCoordBoundaries, - getCoordinateForBoundaries, - getLayerFromLayerSpec, - getMipLevelFromLevelSpec, - isBoundaryNegative, - isLayerSpecNegative, - isLevelSpecNegative } from -'./utils.js'; const kTestableColorFormats = [...kEncodableTextureFormats, ...kCompressedTextureFormats]; -function filterOutDepthAndCompressedFloatTextureFormats({ format }) { - return !isDepthTextureFormat(format) && !isCompressedFloatTextureFormat(format); -} - -function filterOutU32WithNegativeValues(t) - - - - +export function normalizedCoordToTexelLoadTestCoord( +descriptor, +mipLevel, +coordType, +v) { - return ( - t.C === 'i32' || - !isLevelSpecNegative(t.level) && - !isBoundaryNegative(t.coordsBoundary) && - !isLayerSpecNegative(t.array_index ?? 0)); - + const size = virtualMipSize(descriptor.dimension ?? '2d', descriptor.size, mipLevel); + return v.map((v, i) => { + const t = v * size[i]; + return coordType === 'u32' ? Math.abs(Math.round(t)) : Math.round(t); + }); } export const g = makeTestGroup(GPUTest); @@ -101,18 +91,15 @@ Parameters: ). params((u) => u. +combine('stage', kShortShaderStages). combine('format', kTestableColorFormats). filter((t) => textureDimensionAndFormatCompatible('1d', t.format)) // 1d textures can't have a height !== 1 .filter((t) => kTextureFormatInfo[t.format].blockHeight === 1). beginSubcases(). +combine('samplePoints', kSamplePointMethods). combine('C', ['i32', 'u32']). -combine('L', ['i32', 'u32']). -combine('coordsBoundary', generateCoordBoundaries(1)). -combine('level', [-1, 0, `numLevels-1`, `numLevels`]) -// Only test level out of bounds if coordBoundary is in-bounds -.filter((t) => !(t.level !== 0 && t.coordsBoundary !== 'in-bounds')). -filter(filterOutU32WithNegativeValues) +combine('L', ['i32', 'u32']) ). beforeAllSubcases((t) => { const { format } = t.params; @@ -120,7 +107,7 @@ beforeAllSubcases((t) => { t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); }). fn(async (t) => { - const { format, C, L, coordsBoundary, level } = t.params; + const { format, stage, C, L, samplePoints } = t.params; // We want at least 4 blocks or something wide enough for 3 mip levels. const [width] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); @@ -133,29 +120,43 @@ fn(async (t) => { usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING }; const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); - const mipLevel = getMipLevelFromLevelSpec(texture.mipLevelCount, level); - const coords = getCoordinateForBoundaries(texture, mipLevel, coordsBoundary); - const calls = [ - { - builtin: 'textureLoad', - coordType: C === 'i32' ? 'i' : 'u', - levelType: L === 'i32' ? 'i' : 'u', - mipLevel, - coords - }]; + const calls = generateTextureBuiltinInputs1D(50, { + method: samplePoints, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: L }, + hashInputs: [stage, format, samplePoints, C, L] + }).map(({ coords, mipLevel }, i) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + levelType: L === 'i32' ? 'i' : 'u', + mipLevel, + coords: normalizedCoordToTexelLoadTestCoord(descriptor, mipLevel, C, coords) + }; + }); const textureType = appendComponentTypeForFormatToTextureType('texture_1d', texture.format); const viewDescriptor = {}; const sampler = undefined; - const results = await doTextureCalls(t, texture, viewDescriptor, textureType, sampler, calls); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); const res = await checkCallResults( t, { texels, descriptor, viewDescriptor }, textureType, sampler, calls, - results + results, + stage, + texture ); t.expectOK(res); }); @@ -177,16 +178,13 @@ Parameters: ). params((u) => u. +combine('stage', kShortShaderStages). combine('format', kTestableColorFormats). -filter(filterOutDepthAndCompressedFloatTextureFormats). +filter((t) => !isCompressedFloatTextureFormat(t.format)). beginSubcases(). +combine('samplePoints', kSamplePointMethods). combine('C', ['i32', 'u32']). -combine('L', ['i32', 'u32']). -combine('coordsBoundary', generateCoordBoundaries(2)). -combine('level', [-1, 0, `numLevels-1`, `numLevels`]) -// Only test level out of bounds if coordBoundary is in-bounds -.filter((t) => !(t.level !== 0 && t.coordsBoundary !== 'in-bounds')). -filter(filterOutU32WithNegativeValues) +combine('L', ['i32', 'u32']) ). beforeAllSubcases((t) => { const { format } = t.params; @@ -194,7 +192,7 @@ beforeAllSubcases((t) => { t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); }). fn(async (t) => { - const { format, C, L, coordsBoundary, level } = t.params; + const { format, stage, samplePoints, C, L } = t.params; // We want at least 4 blocks or something wide enough for 3 mip levels. const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); @@ -206,29 +204,42 @@ fn(async (t) => { mipLevelCount: maxMipLevelCount({ size }) }; const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); - const mipLevel = getMipLevelFromLevelSpec(texture.mipLevelCount, level); - const coords = getCoordinateForBoundaries(texture, mipLevel, coordsBoundary); - const calls = [ - { - builtin: 'textureLoad', - coordType: C === 'i32' ? 'i' : 'u', - levelType: L === 'i32' ? 'i' : 'u', - mipLevel, - coords - }]; + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + descriptor, + hashInputs: [stage, format, samplePoints, C, L] + }).map(({ coords, mipLevel }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + levelType: L === 'i32' ? 'i' : 'u', + mipLevel, + coords: normalizedCoordToTexelLoadTestCoord(descriptor, mipLevel, C, coords) + }; + }); const textureType = appendComponentTypeForFormatToTextureType('texture_2d', texture.format); const viewDescriptor = {}; const sampler = undefined; - const results = await doTextureCalls(t, texture, viewDescriptor, textureType, sampler, calls); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); const res = await checkCallResults( t, { texels, descriptor, viewDescriptor }, textureType, sampler, calls, - results + results, + stage, + texture ); t.expectOK(res); }); @@ -249,16 +260,13 @@ Parameters: ). params((u) => u. +combine('stage', kShortShaderStages). combine('format', kTestableColorFormats). filter((t) => textureDimensionAndFormatCompatible('3d', t.format)). beginSubcases(). +combine('samplePoints', kSamplePointMethods). combine('C', ['i32', 'u32']). -combine('L', ['i32', 'u32']). -combine('coordsBoundary', generateCoordBoundaries(3)). -combine('level', [-1, 0, `numLevels-1`, `numLevels`]) -// Only test level out of bounds if coordBoundary is in-bounds -.filter((t) => !(t.level !== 0 && t.coordsBoundary !== 'in-bounds')). -filter(filterOutU32WithNegativeValues) +combine('L', ['i32', 'u32']) ). beforeAllSubcases((t) => { const { format } = t.params; @@ -266,7 +274,7 @@ beforeAllSubcases((t) => { t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); }). fn(async (t) => { - const { format, C, L, coordsBoundary, level } = t.params; + const { format, stage, samplePoints, C, L } = t.params; // We want at least 4 blocks or something wide enough for 3 mip levels. const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format, viewDimension: '3d' }); @@ -279,29 +287,43 @@ fn(async (t) => { mipLevelCount: maxMipLevelCount({ size }) }; const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); - const mipLevel = getMipLevelFromLevelSpec(texture.mipLevelCount, level); - const coords = getCoordinateForBoundaries(texture, mipLevel, coordsBoundary); - const calls = [ - { - builtin: 'textureLoad', - coordType: C === 'i32' ? 'i' : 'u', - levelType: L === 'i32' ? 'i' : 'u', - mipLevel, - coords - }]; + const calls = generateTextureBuiltinInputs3D(50, { + method: samplePoints, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: L }, + hashInputs: [stage, format, samplePoints, C, L] + }).map(({ coords, mipLevel }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + levelType: L === 'i32' ? 'i' : 'u', + mipLevel, + coords: normalizedCoordToTexelLoadTestCoord(descriptor, mipLevel, C, coords) + }; + }); const textureType = appendComponentTypeForFormatToTextureType('texture_3d', texture.format); const viewDescriptor = {}; const sampler = undefined; - const results = await doTextureCalls(t, texture, viewDescriptor, textureType, sampler, calls); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); const res = await checkCallResults( t, { texels, descriptor, viewDescriptor }, textureType, sampler, calls, - results + results, + stage, + texture ); t.expectOK(res); }); @@ -311,9 +333,10 @@ specURL('https://www.w3.org/TR/WGSL/#textureload'). desc( ` C is i32 or u32 +S is i32 or u32 -fn textureLoad(t: texture_multisampled_2d, coords: vec2, sample_index: C)-> vec4 -fn textureLoad(t: texture_depth_multisampled_2d, coords: vec2, sample_index: C)-> f32 +fn textureLoad(t: texture_multisampled_2d, coords: vec2, sample_index: S)-> vec4 +fn textureLoad(t: texture_depth_multisampled_2d, coords: vec2, sample_index: S)-> f32 Parameters: * t: The sampled texture to read from @@ -323,16 +346,84 @@ Parameters: ). params((u) => u. +combine('stage', kShortShaderStages). combine('texture_type', [ 'texture_multisampled_2d', 'texture_depth_multisampled_2d'] ). -beginSubcases(). -combine('C', ['i32', 'u32']). -combine('coords', generateCoordBoundaries(2)). -combine('sample_index', [-1, 0, `sampleCount-1`, `sampleCount`]) +combine('format', kTestableColorFormats). +filter((t) => isMultisampledTextureFormat(t.format)). +filter((t) => !isStencilTextureFormat(t.format)) +// Filter out texture_depth_multisampled_2d with non-depth formats +.filter( + (t) => + !(t.texture_type === 'texture_depth_multisampled_2d' && !isDepthTextureFormat(t.format)) ). -unimplemented(); +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('C', ['i32', 'u32']). +combine('S', ['i32', 'u32']) +). +beforeAllSubcases((t) => { + const { format } = t.params; + t.skipIfTextureFormatNotSupported(format); + t.skipIfTextureLoadNotSupportedForTextureType(t.params.texture_type); + t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); +}). +fn(async (t) => { + const { texture_type, format, stage, samplePoints, C, S } = t.params; + + const sampleCount = 4; + const descriptor = { + format, + size: [8, 8], + usage: + GPUTextureUsage.COPY_DST | + GPUTextureUsage.TEXTURE_BINDING | + GPUTextureUsage.RENDER_ATTACHMENT, + sampleCount + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + descriptor, + sampleIndex: { num: texture.sampleCount, type: S }, + hashInputs: [stage, format, samplePoints, C, S] + }).map(({ coords, sampleIndex }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + sampleIndexType: S === 'i32' ? 'i' : 'u', + sampleIndex, + coords: normalizedCoordToTexelLoadTestCoord(descriptor, 0, C, coords) + }; + }); + + const textureType = appendComponentTypeForFormatToTextureType(texture_type, texture.format); + const viewDescriptor = {}; + const sampler = undefined; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('depth'). specURL('https://www.w3.org/TR/WGSL/#textureload'). @@ -340,7 +431,7 @@ desc( ` C is i32 or u32 -fn textureLoad(t: texture_depth_2d, coords: vec2, level: C) -> f32 +fn textureLoad(t: texture_depth_2d, coords: vec2, level: L) -> f32 Parameters: * t: The sampled texture to read from @@ -348,13 +439,74 @@ Parameters: * level: The mip level, with level 0 containing a full size version of the texture ` ). -paramsSubcasesOnly((u) => +params((u) => u. +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). combine('C', ['i32', 'u32']). -combine('coords', generateCoordBoundaries(2)). -combine('level', [-1, 0, `numLevels-1`, `numLevels`]) +combine('L', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureLoadNotSupportedForTextureType('texture_depth_2d'); +}). +fn(async (t) => { + const { format, stage, samplePoints, C, L } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: maxMipLevelCount({ size }) + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: L }, + hashInputs: [stage, format, samplePoints, C, L] + }).map(({ coords, mipLevel }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + levelType: L === 'i32' ? 'i' : 'u', + mipLevel, + coords: normalizedCoordToTexelLoadTestCoord(descriptor, mipLevel, C, coords) + }; + }); + const textureType = 'texture_depth_2d'; + const viewDescriptor = {}; + const sampler = undefined; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('external'). specURL('https://www.w3.org/TR/WGSL/#textureload'). @@ -366,13 +518,72 @@ fn textureLoad(t: texture_external, coords: vec2) -> vec4 Parameters: * t: The sampled texture to read from - * coords: The 0-based texel coordinate + * coords: The 0-based texel coordinate. ` ). -paramsSubcasesOnly((u) => -u.combine('C', ['i32', 'u32']).combine('coords', generateCoordBoundaries(2)) +params((u) => +u. +combine('stage', kShortShaderStages). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('C', ['i32', 'u32']). +combine('L', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => +t.skipIf(typeof VideoFrame === 'undefined', 'VideoFrames are not supported') +). +fn(async (t) => { + const { stage, samplePoints, C, L } = t.params; + + const size = [8, 8, 1]; + + // Note: external texture doesn't use this descriptor. + // It's used to pass to the softwareTextureRead functions. + const descriptor = { + format: 'rgba8unorm', + size, + usage: GPUTextureUsage.COPY_DST + }; + + const { texels, videoFrame } = createVideoFrameWithRandomDataAndGetTexels(descriptor.size); + const texture = t.device.importExternalTexture({ source: videoFrame }); + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + descriptor, + hashInputs: [samplePoints, C, L] + }).map(({ coords }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + coords: normalizedCoordToTexelLoadTestCoord(descriptor, 0, C, coords) + }; + }); + + const textureType = 'texture_external'; + const viewDescriptor = {}; + const sampler = undefined; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage + ); + t.expectOK(res); + videoFrame.close(); +}); g.test('arrayed'). specURL('https://www.w3.org/TR/WGSL/#textureload'). @@ -392,33 +603,31 @@ Parameters: ). params((u) => u. +combine('stage', kShortShaderStages). combine('format', kTestableColorFormats) -// MAINTENANCE_TODO: Update createTextureFromTexelViews to support depth32float and remove this filter. -.filter((t) => t.format !== 'depth32float' && !isCompressedFloatTextureFormat(t.format)). +// MAINTENANCE_TODO: Update createTextureFromTexelViews to support stencil8 and remove this filter. +.filter((t) => t.format !== 'stencil8' && !isCompressedFloatTextureFormat(t.format)). combine('texture_type', ['texture_2d_array', 'texture_depth_2d_array']). filter( (t) => !(t.texture_type === 'texture_depth_2d_array' && !isDepthTextureFormat(t.format)) ). beginSubcases(). -combine('C', ['i32', 'u32']). -combine('A', ['i32', 'u32']). -combine('L', ['i32', 'u32']). -combine('coordsBoundary', generateCoordBoundaries(3)). -combine('array_index', [-1, 0, `numLayers-1`, `numLayers`]) -// Only test array_index out of bounds if coordBoundary is in bounds -.filter((t) => !(t.array_index !== 0 && t.coordsBoundary !== 'in-bounds')). -combine('level', [-1, 0, `numLevels-1`, `numLevels`]) -// Only test level out of bounds if coordBoundary and array_index are in bounds -.filter((t) => !(t.level !== 0 && (t.coordsBoundary !== 'in-bounds' || t.array_index !== 0))). -filter(filterOutU32WithNegativeValues) +combine('samplePoints', kSamplePointMethods). +combineWithParams([ +{ C: 'i32', A: 'u32', L: 'u32' }, +{ C: 'u32', A: 'u32', L: 'u32' }, +{ C: 'u32', A: 'i32', L: 'u32' }, +{ C: 'u32', A: 'u32', L: 'i32' }] +) ). beforeAllSubcases((t) => { const { format } = t.params; t.skipIfTextureFormatNotSupported(format); + t.skipIfTextureLoadNotSupportedForTextureType(t.params.texture_type); t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); }). fn(async (t) => { - const { texture_type, format, C, A, L, coordsBoundary, level, array_index } = t.params; + const { texture_type, format, stage, samplePoints, C, A, L } = t.params; // We want at least 4 blocks or something wide enough for 3 mip levels. const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format, viewDimension: '3d' }); @@ -426,139 +635,77 @@ fn(async (t) => { const descriptor = { format, size, - usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + usage: + GPUTextureUsage.COPY_DST | + GPUTextureUsage.TEXTURE_BINDING | ( + canUseAsRenderTarget(format) ? GPUTextureUsage.RENDER_ATTACHMENT : 0), mipLevelCount: maxMipLevelCount({ size }) }; const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); - const mipLevel = getMipLevelFromLevelSpec(texture.mipLevelCount, level); - const arrayIndex = getLayerFromLayerSpec(texture.depthOrArrayLayers, array_index); - const coords = getCoordinateForBoundaries(texture, mipLevel, coordsBoundary); - - const calls = [ - { - builtin: 'textureLoad', - coordType: C === 'i32' ? 'i' : 'u', - levelType: L === 'i32' ? 'i' : 'u', - arrayIndexType: A === 'i32' ? 'i' : 'u', - arrayIndex, - mipLevel, - coords - }]; + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: L }, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + hashInputs: [stage, format, samplePoints, C, L, A] + }).map(({ coords, mipLevel, arrayIndex }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + levelType: L === 'i32' ? 'i' : 'u', + arrayIndexType: A === 'i32' ? 'i' : 'u', + arrayIndex, + mipLevel, + coords: normalizedCoordToTexelLoadTestCoord(descriptor, mipLevel, C, coords) + }; + }); const textureType = appendComponentTypeForFormatToTextureType(texture_type, texture.format); const viewDescriptor = {}; const sampler = undefined; - const results = await doTextureCalls(t, texture, viewDescriptor, textureType, sampler, calls); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); const res = await checkCallResults( t, { texels, descriptor, viewDescriptor }, textureType, sampler, calls, - results + results, + stage, + texture ); t.expectOK(res); }); -// Returns texel values to use as inputs for textureLoad. -// Values are kept simple to avoid rounding issues. -function shaderValues(format, type) { - switch (type) { - case 'f32':{ - switch (format) { - case 'rbga8snorm': +g.test('storage_textures_1d'). +specURL('https://www.w3.org/TR/WGSL/#textureload'). +desc( + ` +C is i32 or u32 - return [ - { r: 0.0, g: 0.0, b: 0.0, a: 0.0 }, - { r: 0.2, g: 0.4, b: 0.6, a: 0.8 }, - { r: -0.2, g: -0.4, b: -0.6, a: -0.8 }, - { r: 0.2, g: -0.4, b: 0.6, a: -0.8 }, - { r: -0.2, g: 0.4, b: -0.6, a: 0.8 }, - { r: 0.2, g: 0.2, b: 0.2, a: 0.2 }, - { r: -0.2, g: -0.2, b: -0.2, a: -0.2 }, - { r: 0.4, g: 0.4, b: 0.4, a: 0.4 }, - { r: -0.4, g: -0.4, b: -0.4, a: -0.4 }, - { r: 0.6, g: 0.6, b: 0.6, a: 0.6 }, - { r: -0.6, g: -0.6, b: -0.6, a: -0.6 }, - { r: 0.8, g: 0.8, b: 0.8, a: 0.8 }, - { r: -0.8, g: -0.8, b: -0.8, a: -0.8 }]; +fn textureLoad(t: texture_storage_1d, coords: C) -> vec4 - case 'rgba8unorm': - case 'bgra8unorm': - - return [ - { r: 0.0, g: 0.0, b: 0.0, a: 0.0 }, - { r: 0.2, g: 0.4, b: 0.6, a: 0.8 }, - { r: 0.9, g: 0.4, b: 0.6, a: 0.8 }, - { r: 0.2, g: 0.9, b: 0.6, a: 0.8 }, - { r: 0.2, g: 0.4, b: 0.9, a: 0.8 }, - { r: 0.2, g: 0.4, b: 0.6, a: 0.9 }, - { r: 0.2, g: 0.2, b: 0.2, a: 0.2 }, - { r: 0.4, g: 0.4, b: 0.4, a: 0.4 }, - { r: 0.6, g: 0.6, b: 0.6, a: 0.6 }, - { r: 0.8, g: 0.8, b: 0.8, a: 0.8 }]; - - default: - // Stick within 16-bit ranges. - - return [ - { r: 100, g: 128, b: 100, a: 128 }, - { r: 64, g: 32, b: 32, a: 64 }, - { r: 8, g: 0, b: 8, a: 0 }, - { r: 0, g: 0, b: 0, a: 0 }, - { r: -100, g: 128, b: 100, a: 128 }, - { r: -64, g: 32, b: 32, a: 64 }, - { r: -8, g: 0, b: 8, a: 0 }, - { r: 100, g: -128, b: 100, a: 128 }, - { r: 64, g: -32, b: 32, a: 64 }, - { r: 8, g: 0, b: 8, a: 0 }, - { r: 100, g: 128, b: -100, a: 128 }, - { r: 64, g: 32, b: -32, a: 64 }, - { r: 8, g: 0, b: -8, a: 0 }, - { r: 100, g: 128, b: 100, a: -128 }, - { r: 64, g: 32, b: 32, a: -64 }, - { r: 8, g: 0, b: 8, a: 0 }]; - - } - break; - } - case 'u32': - // Keep all ranges within u8. - - return [ - { r: 0, g: 0, b: 0, a: 0 }, - { r: 0, g: 8, b: 16, a: 128 }, - { r: 8, g: 16, b: 32, a: 64 }, - { r: 16, g: 32, b: 64, a: 128 }, - { r: 255, g: 254, b: 253, a: 252 }, - { r: 255, g: 255, b: 255, a: 255 }, - { r: 128, g: 64, b: 32, a: 16 }, - { r: 64, g: 32, b: 16, a: 8 }, - { r: 32, g: 16, b: 8, a: 0 }]; - - case 'i32': - // Keep all ranges i8 - - return [ - { r: 0, g: 0, b: 0, a: 0 }, - { r: 0, g: -8, b: 16, a: 127 }, - { r: 8, g: 16, b: -32, a: 64 }, - { r: -16, g: 32, b: 64, a: -128 }, - { r: 127, g: 126, b: 125, a: 124 }, - { r: -128, g: -127, b: -126, a: -125 }, - { r: 127, g: 127, b: 127, a: 127 }, - { r: -128, g: -128, b: -128, a: -128 }]; - - default: - unreachable(`unhandled shader type ${type}`); - break; - } - return []; -} - -g.test('storage_texel_formats'). -desc('Test loading of texel formats'). -params((u) => u.combineWithParams([...TexelFormats, { format: 'bgra8unorm', _shaderType: 'f32' }])). +Parameters: + * t: The sampled texture to read from + * coords: The 0-based texel coordinate +` +). +params((u) => +u. +combine('stage', kShortShaderStages). +combineWithParams([...TexelFormats, { format: 'bgra8unorm' }]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('C', ['i32', 'u32']) +). beforeAllSubcases((t) => { t.skipIf(!t.hasLanguageFeature('readonly_and_readwrite_storage_textures')); if (t.params.format === 'bgra8unorm') { @@ -567,223 +714,292 @@ beforeAllSubcases((t) => { t.skipIfTextureFormatNotUsableAsStorageTexture(t.params.format); } }). -fn((t) => { - const { format, _shaderType } = t.params; - const values = shaderValues(format, _shaderType); +fn(async (t) => { + const { format, stage, samplePoints, C } = t.params; - // To avoid rounding issues, unorm and snorm values are repacked in the shader. - let useType = _shaderType; - let assignValue = `v`; - if (format === 'bgra8unorm' || format === 'rgba8unorm') { - useType = 'u32'; - assignValue = `vec4u(pack4x8unorm(v),0,0,0)`; - } else if (format === 'rgba8snorm') { - useType = 'u32'; - assignValue = `vec4u(pack4x8snorm(v),0,0,0)`; - } - const wgsl = ` -requires readonly_and_readwrite_storage_textures; - -@group(0) @binding(0) -var tex : texture_storage_1d<${format}, read>; - -@group(0) @binding(1) -var out : array>; - -@compute @workgroup_size(${values.length}) -fn main(@builtin(global_invocation_id) gid : vec3u) { - let v = textureLoad(tex, gid.x); - out[gid.x] = ${assignValue}; -}`; - - const bytesPerRow = 256; - let bytesPerTexel = 4; - switch (format) { - case 'rgba16uint': - case 'rgba16sint': - case 'rgba16float': - case 'rg32uint': - case 'rg32sint': - case 'rg32float': - bytesPerTexel = 8; - break; - case 'rgba32uint': - case 'rgba32sint': - case 'rgba32float': - bytesPerTexel = 16; - break; - default: - break; - } - - const textureSize = { - width: bytesPerRow / bytesPerTexel, - height: 1, - depthOrArrayLayers: 1 + // We want at least 3 blocks or something wide enough for 3 mip levels. + const [width] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const size = [width, 1]; + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.STORAGE_BINDING, + dimension: '1d' }; - const texture = t.createTextureTracked({ - format: format, - dimension: '1d', - size: textureSize, - mipLevelCount: 1, - usage: GPUTextureUsage.STORAGE_BINDING | GPUTextureUsage.COPY_DST + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + + const calls = generateTextureBuiltinInputs1D(50, { + method: samplePoints, + descriptor, + hashInputs: [stage, format, samplePoints, C] + }).map(({ coords }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + coords: normalizedCoordToTexelLoadTestCoord(descriptor, 0, C, coords) + }; }); - const outputBuffer = t.makeBufferWithContents( - new Uint32Array([...iterRange(values.length * 4, (x) => 0)]), - GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + const textureType = `texture_storage_1d<${format}, read>`; + const viewDescriptor = {}; + const sampler = undefined; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage ); - t.trackForCleanup(outputBuffer); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); - const transformed = values.flatMap((x) => { - switch (format) { - case 'rgba8unorm': - return pack4x8unorm(x.r, x.g, x.b, x.a); - case 'bgra8unorm': - return pack4x8unorm(x.b, x.g, x.r, x.a); - case 'rgba8snorm': - return pack4x8snorm(x.r, x.g, x.b, x.a); - case 'r32uint': - case 'r32sint': - return x.r; - case 'rg32uint': - case 'rg32sint': - return [x.r, x.g]; - case 'rgba32uint': - case 'rgba32sint': - return [x.r, x.g, x.b, x.a]; - case 'rgba8uint': - case 'rgba8sint': - return x.r & 0xff | (x.g & 0xff) << 8 | (x.b & 0xff) << 16 | (x.a & 0xff) << 24; - case 'rgba16uint': - case 'rgba16sint': - return [x.r & 0xffff | (x.g & 0xffff) << 16, x.b & 0xffff | (x.a & 0xffff) << 16]; - case 'r32float': - return numberToFloatBits(x.r, kFloat32Format); - case 'rg32float': - return [numberToFloatBits(x.r, kFloat32Format), numberToFloatBits(x.g, kFloat32Format)]; - case 'rgba32float': - return [ - numberToFloatBits(x.r, kFloat32Format), - numberToFloatBits(x.g, kFloat32Format), - numberToFloatBits(x.b, kFloat32Format), - numberToFloatBits(x.a, kFloat32Format)]; +g.test('storage_textures_2d'). +specURL('https://www.w3.org/TR/WGSL/#textureload'). +desc( + ` +C is i32 or u32 - case 'rgba16float': - return [ - numberToFloatBits(x.r, kFloat16Format) & 0xffff | - (numberToFloatBits(x.g, kFloat16Format) & 0xffff) << 16, - numberToFloatBits(x.b, kFloat16Format) & 0xffff | - (numberToFloatBits(x.a, kFloat16Format) & 0xffff) << 16]; +fn textureLoad(t: texture_storage_2d, coords: vec2) -> vec4 - default: - unreachable(`unhandled format ${format}`); - break; - } - return 0; +Parameters: + * t: The sampled texture to read from + * coords: The 0-based texel coordinate +` +). +params((u) => +u. +combine('stage', kShortShaderStages). +combineWithParams([...TexelFormats, { format: 'bgra8unorm' }]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('C', ['i32', 'u32']) +). +beforeAllSubcases((t) => { + t.skipIf(!t.hasLanguageFeature('readonly_and_readwrite_storage_textures')); + if (t.params.format === 'bgra8unorm') { + t.selectDeviceOrSkipTestCase('bgra8unorm-storage'); + } else { + t.skipIfTextureFormatNotUsableAsStorageTexture(t.params.format); + } +}). +fn(async (t) => { + const { format, stage, samplePoints, C } = t.params; + + // We want at least 3 blocks or something wide enough for 3 mip levels. + const size = chooseTextureSize({ minSize: 8, minBlocks: 3, format }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.STORAGE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + descriptor, + hashInputs: [stage, format, samplePoints, C] + }).map(({ coords }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + coords: normalizedCoordToTexelLoadTestCoord(descriptor, 0, C, coords) + }; }); - - const texelBuffer = t.makeBufferWithContents( - new Uint32Array([ - ...iterRange(bytesPerRow, (x) => { - if (x < transformed.length) { - return transformed[x]; - } else { - return 0; - } - })] - ), - GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + const textureType = `texture_storage_2d<${format}, read>`; + const viewDescriptor = {}; + const sampler = undefined; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage ); - t.trackForCleanup(texelBuffer); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); - const pipeline = t.device.createComputePipeline({ - layout: 'auto', - compute: { - module: t.device.createShaderModule({ - code: wgsl - }), - entryPoint: 'main' - } +g.test('storage_textures_2d_array'). +specURL('https://www.w3.org/TR/WGSL/#textureload'). +desc( + ` +C is i32 or u32 +A is i32 or u32 + +fn textureLoad(t: texture_storage_2d, coords: vec2, array_index: A) -> vec4 + +Parameters: + * t: The sampled texture to read from + * coords: The 0-based texel coordinate + * array_index: The 0-based texture array index +` +). +params((u) => +u. +combine('stage', kShortShaderStages). +combineWithParams([...TexelFormats, { format: 'bgra8unorm' }]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('C', ['i32', 'u32']). +combine('A', ['i32', 'u32']) +). +beforeAllSubcases((t) => { + t.skipIf(!t.hasLanguageFeature('readonly_and_readwrite_storage_textures')); + if (t.params.format === 'bgra8unorm') { + t.selectDeviceOrSkipTestCase('bgra8unorm-storage'); + } else { + t.skipIfTextureFormatNotUsableAsStorageTexture(t.params.format); + } +}). +fn(async (t) => { + const { format, stage, samplePoints, C, A } = t.params; + + // We want at least 3 blocks or something wide enough for 3 mip levels. + const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format, viewDimension: '3d' }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.STORAGE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + descriptor, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + hashInputs: [stage, format, samplePoints, C, A] + }).map(({ coords, arrayIndex }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + coords: normalizedCoordToTexelLoadTestCoord(descriptor, 0, C, coords), + arrayIndexType: A === 'i32' ? 'i' : 'u', + arrayIndex + }; }); - const bg = t.device.createBindGroup({ - layout: pipeline.getBindGroupLayout(0), - entries: [ - { - binding: 0, - resource: texture.createView({ - format: format, - dimension: '1d' - }) - }, - { - binding: 1, - resource: { - buffer: outputBuffer - } - }] + const textureType = `texture_storage_2d_array<${format}, read>`; + const viewDescriptor = { + dimension: '2d-array' + }; + const sampler = undefined; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); +g.test('storage_textures_3d'). +specURL('https://www.w3.org/TR/WGSL/#textureload'). +desc( + ` +C is i32 or u32 + +fn textureLoad(t: texture_storage_2d, coords: vec3) -> vec4 + +Parameters: + * t: The sampled texture to read from + * coords: The 0-based texel coordinate +` +). +params((u) => +u. +combine('stage', kShortShaderStages). +combineWithParams([...TexelFormats, { format: 'bgra8unorm' }]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('C', ['i32', 'u32']) +). +beforeAllSubcases((t) => { + t.skipIf(!t.hasLanguageFeature('readonly_and_readwrite_storage_textures')); + if (t.params.format === 'bgra8unorm') { + t.selectDeviceOrSkipTestCase('bgra8unorm-storage'); + } else { + t.skipIfTextureFormatNotUsableAsStorageTexture(t.params.format); + } +}). +fn(async (t) => { + const { format, stage, samplePoints, C } = t.params; + + // We want at least 3 blocks or something wide enough for 3 mip levels. + const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format, viewDimension: '3d' }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.STORAGE_BINDING, + dimension: '3d' + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + + const calls = generateTextureBuiltinInputs3D(50, { + method: samplePoints, + descriptor, + hashInputs: [stage, format, samplePoints, C] + }).map(({ coords }) => { + return { + builtin: 'textureLoad', + coordType: C === 'i32' ? 'i' : 'u', + coords: normalizedCoordToTexelLoadTestCoord(descriptor, 0, C, coords) + }; }); - - const encoder = t.device.createCommandEncoder(); - encoder.copyBufferToTexture( - { - buffer: texelBuffer, - offset: 0, - bytesPerRow, - rowsPerImage: 1 - }, - { texture }, - textureSize + const textureType = `texture_storage_3d<${format}, read>`; + const viewDescriptor = {}; + const sampler = undefined; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage ); - - const pass = encoder.beginComputePass(); - pass.setPipeline(pipeline); - pass.setBindGroup(0, bg); - pass.dispatchWorkgroups(1, 1, 1); - pass.end(); - t.queue.submit([encoder.finish()]); - - const expected = new Uint32Array( - values.flatMap((x) => { - switch (format) { - case 'r32uint': - case 'r32sint': - return [x.r, 0, 0, 1]; - case 'rg32uint': - case 'rg32sint': - return [x.r, x.g, 0, 1]; - case 'r32float': - return [ - numberToFloatBits(x.r, kFloat32Format), - 0, - 0, - numberToFloatBits(1, kFloat32Format)]; - - case 'rg32float': - return [ - numberToFloatBits(x.r, kFloat32Format), - numberToFloatBits(x.g, kFloat32Format), - 0, - numberToFloatBits(1, kFloat32Format)]; - - case 'rgba32float': - case 'rgba16float': - return [ - numberToFloatBits(x.r, kFloat32Format), - numberToFloatBits(x.g, kFloat32Format), - numberToFloatBits(x.b, kFloat32Format), - numberToFloatBits(x.a, kFloat32Format)]; - - case 'rgba8unorm': - case 'bgra8unorm': - return [pack4x8unorm(x.r, x.g, x.b, x.a), 0, 0, 0]; - case 'rgba8snorm': - return [pack4x8snorm(x.r, x.g, x.b, x.a), 0, 0, 0]; - default: - break; - } - return [x.r, x.g, x.b, x.a]; - }) + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture ); - t.expectGPUBufferValuesEqual(outputBuffer, expected); + t.expectOK(res); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLayers.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLayers.spec.js index 835095a2274..d6aa188b2e1 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLayers.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLayers.spec.js @@ -51,13 +51,13 @@ Parameters params((u) => u. combine('texture_type', ['texture_2d_array', 'texture_cube_array']). +combine('view_type', ['full', 'partial']). beginSubcases(). -combine('sampled_type', ['f32', 'i32', 'u32']). -combine('view_type', ['full', 'partial']) +combine('sampled_type', ['f32', 'i32', 'u32']) ). beforeAllSubcases((t) => { t.skipIf( - t.isCompatibility && t.params.view === 'partial', + t.isCompatibility && t.params.view_type === 'partial', 'compatibility mode does not support partial layer views' ); t.skipIf( @@ -110,12 +110,11 @@ Parameters params((u) => u. combine('texture_type', ['texture_depth_2d_array', 'texture_depth_cube_array']). -beginSubcases(). combine('view_type', ['full', 'partial']) ). beforeAllSubcases((t) => { t.skipIf( - t.isCompatibility && t.params.view === 'partial', + t.isCompatibility && t.params.view_type === 'partial', 'compatibility mode does not support partial layer views' ); t.skipIf( @@ -184,14 +183,20 @@ Parameters params((u) => u. combineWithParams(TexelFormats). +combine('view_type', ['full', 'partial']). beginSubcases(). combine('access_mode', ['read', 'write', 'read_write']). filter( (t) => t.access_mode !== 'read_write' || kTextureFormatInfo[t.format].color?.readWriteStorage +) ). -combine('view_type', ['full', 'partial']) -). -beforeAllSubcases((t) => t.skipIfTextureFormatNotUsableAsStorageTexture(t.params.format)). +beforeAllSubcases((t) => { + t.skipIf( + t.isCompatibility && t.params.view_type === 'partial', + 'compatibility mode does not support partial layer views' + ); + t.skipIfTextureFormatNotUsableAsStorageTexture(t.params.format); +}). fn((t) => { const { format, access_mode, view_type } = t.params; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLevels.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLevels.spec.js index 9292252108b..e53eff548f8 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLevels.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLevels.spec.js @@ -88,6 +88,7 @@ fn((t) => { const texture = t.createTextureTracked({ format, dimension, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), usage: GPUTextureUsage.TEXTURE_BINDING, size: { width, @@ -157,6 +158,7 @@ fn((t) => { const texture = t.createTextureTracked({ format: 'depth32float', dimension, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), usage: GPUTextureUsage.TEXTURE_BINDING, size: { width, diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSample.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSample.spec.js index bc18d9ad32a..a59fb2b1670 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSample.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSample.spec.js @@ -3,65 +3,50 @@ **/export const description = ` Samples a texture. +- TODO: test cube maps with more than 1 mip level. +- TODO: test un-encodable formats. + note: uniformity validation is covered in src/webgpu/shader/validation/uniformity/uniformity.spec.ts `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { unreachable } from '../../../../../../common/util/util.js'; import { - isCompressedTextureFormat, + isDepthTextureFormat, + isEncodableTextureFormat, kCompressedTextureFormats, + kDepthStencilFormats, kEncodableTextureFormats, - kTextureFormatInfo } from + textureDimensionAndFormatCompatible } from '../../../../../format_info.js'; -import { GPUTest, TextureTestMixin } from '../../../../../gpu_test.js'; -import { hashU32 } from '../../../../../util/math.js'; +import { TextureTestMixin } from '../../../../../gpu_test.js'; import { - putDataInTextureThenDrawAndCheckResultsComparedToSoftwareRasterizer, - generateSamplePoints2D, - generateSamplePoints3D, + generateTextureBuiltinInputs2D, + generateTextureBuiltinInputs3D, kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, doTextureCalls, checkCallResults, createTextureWithRandomDataAndGetTexels, generateSamplePointsCube, kCubeSamplePointMethods, - chooseTextureSize } from + chooseTextureSize, + isPotentiallyFilterableAndFillable, + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable, + getTextureTypeForTextureViewDimension, + WGSLTextureSampleTest, + isSupportedViewFormatCombo, + + generateTextureBuiltinInputs1D, + skipIfNeedsFilteringAndIsUnfilterable } from './texture_utils.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; const kTestableColorFormats = [...kEncodableTextureFormats, ...kCompressedTextureFormats]; -function getDepthOrArrayLayersForViewDimension(viewDimension) { - switch (viewDimension) { - case '2d': - return 1; - case '3d': - return 8; - case 'cube': - return 6; - default: - unreachable(); - } -} - -function getTextureTypeForTextureViewDimension(viewDimension) { - switch (viewDimension) { - case '2d': - return 'texture_2d'; - case '3d': - return 'texture_3d'; - case 'cube': - return 'texture_cube'; - default: - unreachable(); - } -} - -export const g = makeTestGroup(TextureTestMixin(GPUTest)); +export const g = makeTestGroup(TextureTestMixin(WGSLTextureSampleTest)); g.test('sampled_1d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). @@ -75,12 +60,75 @@ Parameters: * coords The texture coordinates used for sampling. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(1)) +combine('format', kTestableColorFormats). +filter((t) => textureDimensionAndFormatCompatible('1d', t.format)). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kSamplePointMethods) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, samplePoints, modeU, filt: minFilter } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const size = chooseTextureSize({ minSize: 8, minBlocks: 4, format, viewDimension: '1d' }); + + const descriptor = { + format, + dimension: '1d', + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + minFilter, + magFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs1D(50, { + sampler, + method: samplePoints, + descriptor, + derivatives: true, + hashInputs: [format, samplePoints, modeU, minFilter] + }).map(({ coords, derivativeMult }) => { + return { + builtin: 'textureSample', + coordType: 'f', + coords, + derivativeMult + }; + }); + const viewDescriptor = {}; + const textureType = 'texture_1d'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('sampled_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). @@ -104,33 +152,20 @@ Parameters: params((u) => u. combine('format', kTestableColorFormats). -filter((t) => { - const type = kTextureFormatInfo[t.format].color?.type; - const canPotentialFilter = type === 'float' || type === 'unfilterable-float'; - // We can't easily put random bytes into compressed textures if they are float formats - // since we want the range to be +/- 1000 and not +/- infinity or NaN. - const isFillable = !isCompressedTextureFormat(t.format) || !t.format.endsWith('float'); - return canPotentialFilter && isFillable; -}). -combine('sample_points', kSamplePointMethods). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). beginSubcases(). -combine('addressModeU', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('addressModeV', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('minFilter', ['nearest', 'linear']). -combine('offset', [false, true]) +combine('samplePoints', kSamplePointMethods) ). beforeAllSubcases((t) => { - const { format } = t.params; - t.skipIfTextureFormatNotSupported(format); - const info = kTextureFormatInfo[format]; - if (info.color?.type === 'unfilterable-float') { - t.selectDeviceOrSkipTestCase('float32-filterable'); - } else { - t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); - } + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format); }). fn(async (t) => { - const { format, sample_points, addressModeU, addressModeV, minFilter, offset } = t.params; + const { format, samplePoints, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); // We want at least 4 blocks or something wide enough for 3 mip levels. const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); @@ -138,128 +173,58 @@ fn(async (t) => { const descriptor = { format, size: { width, height }, - usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 }; const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; - const calls = generateSamplePoints2D(50, minFilter === 'nearest', { - method: sample_points, - textureWidth: texture.width, - textureHeight: texture.height - }).map((c, i) => { - const hash = hashU32(i); + const calls = generateTextureBuiltinInputs2D(50, { + sampler, + method: samplePoints, + descriptor, + derivatives: true, + offset: true, + hashInputs: [format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, offset }) => { return { builtin: 'textureSample', coordType: 'f', - coords: c, - offset: offset ? [(hash & 0xf) - 8, (hash >> 4 & 0xf) - 8] : undefined + coords, + derivativeMult, + offset }; }); - const sampler = { - addressModeU, - addressModeV, - minFilter, - magFilter: minFilter - }; const viewDescriptor = {}; + const textureType = 'texture_2d'; const results = await doTextureCalls( t, texture, viewDescriptor, - 'texture_2d', + textureType, sampler, - calls + calls, + 'f' ); const res = await checkCallResults( t, { texels, descriptor, viewDescriptor }, - 'texture_2d', + textureType, sampler, calls, - results + results, + 'f', + texture ); t.expectOK(res); }); -g.test('sampled_2d_coords,derivatives'). -specURL('https://www.w3.org/TR/WGSL/#texturesample'). -desc( - ` -fn textureSample(t: texture_2d, s: sampler, coords: vec2) -> vec4 -fn textureSample(t: texture_2d, s: sampler, coords: vec2, offset: vec2) -> vec4 - -test mip level selection based on derivatives - ` -). -params((u) => -u. -combine('format', kTestableColorFormats). -filter((t) => { - const type = kTextureFormatInfo[t.format].color?.type; - const canPotentialFilter = type === 'float' || type === 'unfilterable-float'; - // We can't easily put random bytes into compressed textures if they are float formats - // since we want the range to be +/- 1000 and not +/- infinity or NaN. - const isFillable = !isCompressedTextureFormat(t.format) || !t.format.endsWith('float'); - return canPotentialFilter && isFillable; -}). -combine('mipmapFilter', ['nearest', 'linear']). -beginSubcases() -// note: this is the derivative we want at sample time. It is not the value -// passed directly to the shader. This way if we change the texture size -// or render target size we can compute the correct values to achieve the -// same results. -.combineWithParams([ -{ ddx: 0.5, ddy: 0.5 }, // test mag filter -{ ddx: 1, ddy: 1 }, // test level 0 -{ ddx: 2, ddy: 1 }, // test level 1 via ddx -{ ddx: 1, ddy: 4 }, // test level 2 via ddy -{ ddx: 1.5, ddy: 1.5 }, // test mix between 1 and 2 -{ ddx: 6, ddy: 6 }, // test mix between 2 and 3 (there is no 3 so we should get just 2) -{ ddx: 1.5, ddy: 1.5, offset: [7, -8] }, // test mix between 1 and 2 with offset -{ ddx: 1.5, ddy: 1.5, offset: [3, -3] }, // test mix between 1 and 2 with offset -{ ddx: 1.5, ddy: 1.5, uvwStart: [-3.5, -4] } // test mix between 1 and 2 with negative coords -]) -). -beforeAllSubcases((t) => { - const { format } = t.params; - t.skipIfTextureFormatNotSupported(format); - const info = kTextureFormatInfo[format]; - if (info.color?.type === 'unfilterable-float') { - t.selectDeviceOrSkipTestCase('float32-filterable'); - } else { - t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); - } -}). -fn(async (t) => { - const { format, mipmapFilter, ddx, ddy, uvwStart, offset } = t.params; - - // We want at least 4 blocks or something wide enough for 3 mip levels. - const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); - - const descriptor = { - format, - mipLevelCount: 3, - size: { width, height }, - usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING - }; - - const sampler = { - addressModeU: 'repeat', - addressModeV: 'repeat', - minFilter: 'linear', - magFilter: 'linear', - mipmapFilter - }; - const viewDescriptor = {}; - await putDataInTextureThenDrawAndCheckResultsComparedToSoftwareRasterizer( - t, - descriptor, - viewDescriptor, - sampler, - { ddx, ddy, uvwStart, offset } - ); -}); - g.test('sampled_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). desc( @@ -285,94 +250,112 @@ Parameters: params((u) => u. combine('format', kTestableColorFormats). -filter((t) => { - const type = kTextureFormatInfo[t.format].color?.type; - const canPotentialFilter = type === 'float' || type === 'unfilterable-float'; - // We can't easily put random bytes into compressed textures if they are float formats - // since we want the range to be +/- 1000 and not +/- infinity or NaN. - const isFillable = !isCompressedTextureFormat(t.format) || !t.format.endsWith('float'); - return canPotentialFilter && isFillable; -}). -combine('viewDimension', ['3d', 'cube']). -filter((t) => !isCompressedTextureFormat(t.format) || t.viewDimension === 'cube'). -combine('sample_points', kCubeSamplePointMethods). -filter((t) => t.sample_points !== 'cube-edges' || t.viewDimension !== '3d'). -beginSubcases(). -combine('addressModeU', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('addressModeV', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('addressModeW', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('minFilter', ['nearest', 'linear']). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('dim', ['3d', 'cube']). +filter((t) => isSupportedViewFormatCombo(t.format, t.dim)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('modeW', kShortAddressModes). combine('offset', [false, true]). -filter((t) => t.viewDimension !== 'cube' || t.offset !== true) +filter((t) => t.dim !== 'cube' || t.offset !== true). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +filter((t) => t.samplePoints !== 'cube-edges' || t.dim !== '3d') +). +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) ). -beforeAllSubcases((t) => { - const { format } = t.params; - t.skipIfTextureFormatNotSupported(format); - const info = kTextureFormatInfo[format]; - if (info.color?.type === 'unfilterable-float') { - t.selectDeviceOrSkipTestCase('float32-filterable'); - } else { - t.selectDeviceForTextureFormatOrSkipTestCase(t.params.format); - } -}). fn(async (t) => { - const { format, viewDimension, sample_points, addressModeU, addressModeV, minFilter, offset } = - t.params; - - const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); - const depthOrArrayLayers = getDepthOrArrayLayersForViewDimension(viewDimension); + const { + format, + dim: viewDimension, + samplePoints, + modeU, + modeV, + modeW, + filt: minFilter, + offset + } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); const descriptor = { format, dimension: viewDimension === '3d' ? '3d' : '2d', ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), - size: { width, height, depthOrArrayLayers }, - usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: test derivatives with cubemaps by just always setting this to 3. + mipLevelCount: viewDimension === '3d' ? 3 : 1 }; const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + addressModeW: kShortAddressModeToAddressMode[modeW], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const hashInputs = [ + format, + viewDimension, + samplePoints, + modeU, + modeV, + modeW, + minFilter, + offset]; const calls = ( viewDimension === '3d' ? - generateSamplePoints3D(50, minFilter === 'nearest', { - method: sample_points, - textureWidth: texture.width, - textureHeight: texture.height, - textureDepthOrArrayLayers: texture.depthOrArrayLayers + generateTextureBuiltinInputs3D(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + hashInputs }) : - generateSamplePointsCube(50, minFilter === 'nearest', { - method: sample_points, - textureWidth: texture.width, - textureDepthOrArrayLayers: texture.depthOrArrayLayers + generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + hashInputs })). - map((c, i) => { - const hash = hashU32(i); + map(({ coords, derivativeMult, offset }) => { return { builtin: 'textureSample', coordType: 'f', - coords: c, - offset: offset ? - [(hash & 0xf) - 8, (hash >> 4 & 0xf) - 8, (hash >> 8 & 0xf) - 8] : - undefined + coords, + derivativeMult, + offset }; }); - const sampler = { - addressModeU, - addressModeV, - minFilter, - magFilter: minFilter - }; const viewDescriptor = { dimension: viewDimension }; const textureType = getTextureTypeForTextureViewDimension(viewDimension); - const results = await doTextureCalls(t, texture, viewDescriptor, textureType, sampler, calls); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); const res = await checkCallResults( t, { texels, descriptor, viewDescriptor }, textureType, sampler, calls, - results + results, + 'f', + texture ); t.expectOK(res); }); @@ -396,22 +379,89 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)) +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods) ). -unimplemented(); +fn(async (t) => { + const { format, samplePoints, modeU, modeV, filt: minFilter, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + sampler, + method: samplePoints, + descriptor, + derivatives: true, + offset, + hashInputs: [format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, offset }) => { + return { + builtin: 'textureSample', + coordType: 'f', + coords, + derivativeMult, + offset + }; + }); + + const viewDescriptor = {}; + const textureType = 'texture_depth_2d'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('sampled_array_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSample(t: texture_2d_array, s: sampler, coords: vec2, array_index: C) -> vec4 -fn textureSample(t: texture_2d_array, s: sampler, coords: vec2, array_index: C, offset: vec2) -> vec4 +fn textureSample(t: texture_2d_array, s: sampler, coords: vec2, array_index: A) -> vec4 +fn textureSample(t: texture_2d_array, s: sampler, coords: vec2, array_index: A, offset: vec2) -> vec4 Parameters: * t The sampled, depth, or external texture to sample. @@ -426,24 +476,94 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('offset', generateOffsets(2)) +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, samplePoints, A, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const depthOrArrayLayers = 4; + + const descriptor = { + format, + size: { width, height, depthOrArrayLayers }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + offset, + hashInputs: [format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, arrayIndex, offset }) => { + return { + builtin: 'textureSample', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = 'texture_2d_array'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('sampled_array_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSample(t: texture_cube_array, s: sampler, coords: vec3, array_index: C) -> vec4 +fn textureSample(t: texture_cube_array, s: sampler, coords: vec3, array_index: A) -> vec4 Parameters: * t The sampled, depth, or external texture to sample. @@ -452,16 +572,90 @@ Parameters: * array_index The 0-based texture array index to sample. ` ). -paramsSubcasesOnly( - (u) => - u. - combine('C', ['i32', 'u32']). - combine('C_value', [-1, 0, 1, 2, 3, 4]). - combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). - combine('coords', generateCoordBoundaries(3)) - /* array_index not param'd as out-of-bounds is implementation specific */ +params((u) => +u. +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => { + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format); + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, samplePoints, A, mode, filt: minFilter } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ + minSize: 32, + minBlocks: 4, + format, + viewDimension + }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: test derivatives with cubemaps by setting this to 3. + mipLevelCount: 1 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + hashInputs: [format, viewDimension, A, samplePoints, mode, minFilter] + }).map(({ coords, derivativeMult, arrayIndex }) => { + return { + builtin: 'textureSample', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u' + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = getTextureTypeForTextureViewDimension(viewDimension); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('depth_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). @@ -475,21 +669,106 @@ Parameters: * coords The texture coordinates used for sampling. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)) +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combineWithParams([ +{ viewDimension: 'cube' }, +{ viewDimension: 'cube-array', A: 'i32' }, +{ viewDimension: 'cube-array', A: 'u32' }] ). -unimplemented(); +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods) +). +beforeAllSubcases((t) => { + t.skipIfTextureViewDimensionNotSupported(t.params.viewDimension); +}). +fn(async (t) => { + const { format, viewDimension, samplePoints, A, mode, filt: minFilter } = t.params; + + const size = chooseTextureSize({ + minSize: 32, + minBlocks: 4, + format, + viewDimension + }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: test derivatives with cubemaps by setting this to 3. + mipLevelCount: 1, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }) + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + arrayIndex: A ? { num: texture.depthOrArrayLayers / 6, type: A } : undefined, + hashInputs: [format, viewDimension, samplePoints, mode, minFilter] + }).map(({ coords, derivativeMult, arrayIndex }) => { + return { + builtin: 'textureSample', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A ? A === 'i32' ? 'i' : 'u' : undefined + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = + viewDimension === 'cube' ? 'texture_depth_cube' : 'texture_depth_cube_array'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('depth_array_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSample(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: C) -> f32 -fn textureSample(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: C, offset: vec2) -> f32 +fn textureSample(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: A) -> f32 +fn textureSample(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: A, offset: vec2) -> f32 Parameters: * t The sampled, depth, or external texture to sample. @@ -504,24 +783,92 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('offset', generateOffsets(2)) +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('L', ['i32', 'u32']) ). -unimplemented(); +fn(async (t) => { + const { format, samplePoints, mode, filt: minFilter, A, L, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3, + ...(t.isCompatibility && { textureBindingViewDimension: '2d-array' }) + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + offset, + hashInputs: [format, samplePoints, mode, minFilter, L, A, offset] + }).map(({ coords, derivativeMult, arrayIndex, offset }) => { + return { + builtin: 'textureSample', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = 'texture_depth_2d_array'; + const viewDescriptor = { dimension: '2d-array' }; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('depth_array_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesample'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSample(t: texture_depth_cube_array, s: sampler, coords: vec3, array_index: C) -> f32 +fn textureSample(t: texture_depth_cube_array, s: sampler, coords: vec3, array_index: A) -> f32 Parameters: * t The sampled, depth, or external texture to sample. @@ -530,13 +877,90 @@ Parameters: * array_index The 0-based texture array index to sample. ` ). -paramsSubcasesOnly( - (u) => - u. - combine('C', ['i32', 'u32']). - combine('C_value', [-1, 0, 1, 2, 3, 4]). - combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). - combine('coords', generateCoordBoundaries(3)) - /* array_index not param'd as out-of-bounds is implementation specific */ +params((u) => +u. +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); \ No newline at end of file +beforeAllSubcases((t) => { + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, samplePoints, A, mode, filt: minFilter } = t.params; + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ + minSize: 32, + minBlocks: 4, + format, + viewDimension + }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: test derivatives with cubemaps by setting this to 3. + mipLevelCount: 1, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }) + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + arrayIndex: A ? { num: texture.depthOrArrayLayers / 6, type: A } : undefined, + hashInputs: [format, viewDimension, samplePoints, mode, minFilter] + }).map(({ coords, derivativeMult, arrayIndex }) => { + return { + builtin: 'textureSample', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A ? A === 'i32' ? 'i' : 'u' : undefined + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube_array'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.spec.js new file mode 100644 index 00000000000..d06634ad4f1 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.spec.js @@ -0,0 +1,134 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Execution tests for textureSampleBaseClampToEdge +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; + + + +import { + checkCallResults, + createTextureWithRandomDataAndGetTexels, + createVideoFrameWithRandomDataAndGetTexels, + doTextureCalls, + generateTextureBuiltinInputs2D, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + kShortShaderStages, + + + WGSLTextureSampleTest } from +'./texture_utils.js'; + +export const g = makeTestGroup(WGSLTextureSampleTest); + +async function createTextureAndDataForTest( +t, +descriptor, +isExternal) + + + + +{ + if (isExternal) { + const { texels, videoFrame } = createVideoFrameWithRandomDataAndGetTexels(descriptor.size); + const texture = t.device.importExternalTexture({ source: videoFrame }); + return { texels, texture, videoFrame }; + } else { + return await createTextureWithRandomDataAndGetTexels(t, descriptor); + } +} + +g.test('2d_coords'). +specURL('https://www.w3.org/TR/WGSL/#texturesamplebaseclamptoedge'). +desc( + ` +fn textureSampleBaseClampToEdge(t: texture_2d, s: sampler, coords: vec2) -> vec4 +fn textureSampleBaseClampToEdge(t: texture_external, s: sampler, coords: vec2) -> vec4 + + +Parameters: + * t The texture to sample. + * s The sampler type. + * coords The texture coordinates used for sampling. +` +). +params((u) => +u. +combine('stage', kShortShaderStages). +combine('textureType', ['texture_2d', 'texture_external']). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kSamplePointMethods) +). +beforeAllSubcases((t) => +t.skipIf( + t.params.textureType === 'texture_external' && typeof VideoFrame === 'undefined', + 'VideoFrames are not supported' +) +). +fn(async (t) => { + const { textureType, stage, samplePoints, modeU, modeV, filt: minFilter } = t.params; + + const descriptor = { + format: 'rgba8unorm', + size: [8, 8], + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + + const isExternal = textureType === 'texture_external'; + const { texture, texels, videoFrame } = await createTextureAndDataForTest( + t, + descriptor, + isExternal + ); + try { + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + hashInputs: [samplePoints, modeU, modeV, minFilter] + }).map(({ coords }) => { + return { + builtin: 'textureSampleBaseClampToEdge', + coordType: 'f', + coords + }; + }); + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage + ); + t.expectOK(res); + } finally { + videoFrame?.close(); + } +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.js index a11274e067f..05e33c8aed1 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.js @@ -4,12 +4,40 @@ Execution tests for the 'textureSampleBias' builtin function Samples a texture with a bias to the mip level. + +- TODO: test cube maps with more than one mip level. +- TODO: Test un-encodable formats. `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { GPUTest } from '../../../../../gpu_test.js'; +import { kCompressedTextureFormats, kEncodableTextureFormats } from '../../../../../format_info.js'; +import { TextureTestMixin } from '../../../../../gpu_test.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; +import { -export const g = makeTestGroup(GPUTest); + + + generateTextureBuiltinInputs2D, + generateTextureBuiltinInputs3D, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + doTextureCalls, + checkCallResults, + createTextureWithRandomDataAndGetTexels, + generateSamplePointsCube, + kCubeSamplePointMethods, + + chooseTextureSize, + isPotentiallyFilterableAndFillable, + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable, + getTextureTypeForTextureViewDimension, + WGSLTextureSampleTest, + isSupportedViewFormatCombo, + skipIfNeedsFilteringAndIsUnfilterable } from +'./texture_utils.js'; + +const kTestableColorFormats = [...kEncodableTextureFormats, ...kCompressedTextureFormats]; + +export const g = makeTestGroup(TextureTestMixin(WGSLTextureSampleTest)); g.test('sampled_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplebias'). @@ -31,14 +59,82 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('bias', [-16.1, -16, 0, 1, 15.99, 16]). -combine('offset', generateOffsets(2)) +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, samplePoints, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + + const descriptor = { + format, + size: { width, height }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + sampler, + method: samplePoints, + descriptor, + bias: true, + offset, + hashInputs: [format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, offset, bias }) => { + return { + builtin: 'textureSampleBias', + coordType: 'f', + coords, + derivativeMult, + bias, + offset + }; + }); + const viewDescriptor = {}; + const textureType = 'texture_2d'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('sampled_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplebias'). @@ -63,23 +159,126 @@ Parameters: ). params((u) => u. -combine('texture_type', ['texture_3d', 'texture_cube']). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('dim', ['3d', 'cube']). +filter((t) => isSupportedViewFormatCombo(t.format, t.dim)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('modeW', kShortAddressModes). +combine('offset', [false, true]). +filter((t) => t.dim !== 'cube' || t.offset !== true). beginSubcases(). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('bias', [-16.1, -16, 0, 1, 15.99, 16]). -combine('offset', generateOffsets(3)) +combine('samplePoints', kCubeSamplePointMethods). +filter((t) => t.samplePoints !== 'cube-edges' || t.dim !== '3d') ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { + format, + dim: viewDimension, + samplePoints, + modeU, + modeV, + modeW, + filt: minFilter, + offset + } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + const descriptor = { + format, + dimension: viewDimension === '3d' ? '3d' : '2d', + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + // MAINTENANCE_TODO: use 3 for cube maps when derivatives are supported for cube maps. + mipLevelCount: viewDimension === '3d' ? 3 : 1, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + addressModeW: kShortAddressModeToAddressMode[modeW], + minFilter, + magFilter: minFilter + }; + + const hashInputs = [ + format, + viewDimension, + samplePoints, + modeU, + modeV, + modeW, + minFilter, + offset]; + + const calls = ( + viewDimension === '3d' ? + generateTextureBuiltinInputs3D(50, { + method: samplePoints, + sampler, + descriptor, + bias: true, + offset, + hashInputs + }) : + generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + bias: true, + hashInputs + })). + map(({ coords, derivativeMult, offset, bias }) => { + return { + builtin: 'textureSampleBias', + coordType: 'f', + coords, + derivativeMult, + bias, + offset + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = getTextureTypeForTextureViewDimension(viewDimension); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('arrayed_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplebias'). desc( ` -C: i32, u32 +A: i32, u32 -fn textureSampleBias(t: texture_2d_array, s: sampler, coords: vec2, array_index: C, bias: f32) -> vec4 -fn textureSampleBias(t: texture_2d_array, s: sampler, coords: vec2, array_index: C, bias: f32, offset: vec2) -> vec4 +fn textureSampleBias(t: texture_2d_array, s: sampler, coords: vec2, array_index: A, bias: f32) -> vec4 +fn textureSampleBias(t: texture_2d_array, s: sampler, coords: vec2, array_index: A, bias: f32, offset: vec2) -> vec4 Parameters: * t: The sampled texture to read from @@ -95,25 +294,95 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('bias', [-16.1, -16, 0, 1, 15.99, 16]). -combine('offset', generateOffsets(2)) +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, samplePoints, A, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const depthOrArrayLayers = 4; + + const descriptor = { + format, + size: { width, height, depthOrArrayLayers }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + bias: true, + offset, + hashInputs: [format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, arrayIndex, bias, offset }) => { + return { + builtin: 'textureSampleBias', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + bias, + offset + }; + }); + const textureType = 'texture_2d_array'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('arrayed_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplebias'). desc( ` -C: i32, u32 +A: i32, u32 -fn textureSampleBias(t: texture_cube_array, s: sampler, coords: vec3, array_index: C, bias: f32) -> vec4 +fn textureSampleBias(t: texture_cube_array, s: sampler, coords: vec3, array_index: A, bias: f32) -> vec4 Parameters: * t: The sampled texture to read from @@ -129,13 +398,88 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('bias', [-16.1, -16, 0, 1, 15.99, 16]) +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); \ No newline at end of file +beforeAllSubcases((t) => { + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format); + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, samplePoints, A, mode, filt: minFilter } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ + minSize: 32, + minBlocks: 4, + format, + viewDimension + }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: use 3 for cube maps when derivatives are supported for cube maps. + mipLevelCount: 1 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + bias: true, + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + hashInputs: [format, viewDimension, A, samplePoints, mode, minFilter] + }).map(({ coords, derivativeMult, arrayIndex, bias }) => { + return { + builtin: 'textureSampleBias', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + bias + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = getTextureTypeForTextureViewDimension(viewDimension); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompare.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompare.spec.js index cb34aa652cc..10c25607a60 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompare.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompare.spec.js @@ -2,12 +2,36 @@ * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts **/export const description = ` Samples a depth texture and compares the sampled depth values against a reference value. + +- TODO: test cube maps with more than 1 mip level. +- TODO: test un-encodable formats. `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { GPUTest } from '../../../../../gpu_test.js'; +import { kCompareFunctions } from '../../../../../capability_info.js'; +import { + isDepthTextureFormat, + isEncodableTextureFormat, + kDepthStencilFormats } from +'../../../../../format_info.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; +import { + checkCallResults, + chooseTextureSize, + createTextureWithRandomDataAndGetTexels, + doTextureCalls, + generateSamplePointsCube, + generateTextureBuiltinInputs2D, + kCubeSamplePointMethods, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + makeRandomDepthComparisonTexelGenerator, -export const g = makeTestGroup(GPUTest); + + + WGSLTextureSampleTest } from +'./texture_utils.js'; + +export const g = makeTestGroup(WGSLTextureSampleTest); g.test('2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecompare'). @@ -18,7 +42,7 @@ fn textureSampleCompare(t: texture_depth_2d, s: sampler_comparison, coords: vec2 Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * depth_ref The reference value to compare the sampled depth value against. * offset @@ -29,14 +53,86 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]). -combine('offset', generateOffsets(2)) +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('compare', kCompareFunctions) ). -unimplemented(); +fn(async (t) => { + const { format, samplePoints, modeU, modeV, filt: minFilter, compare, offset } = t.params; + + const size = chooseTextureSize({ minSize: 16, minBlocks: 4, format }); + + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureSampleCompare', + sampler, + descriptor, + derivatives: true, + depthRef: true, + offset, + hashInputs: [format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, arrayIndex, depthRef, offset }) => { + return { + builtin: 'textureSampleCompare', + coordType: 'f', + coords, + derivativeMult, + depthRef, + offset + }; + }); + const textureType = 'texture_depth_2d'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecompare'). @@ -46,31 +142,106 @@ fn textureSampleCompare(t: texture_depth_cube, s: sampler_comparison, coords: ve Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * depth_ref The reference value to compare the sampled depth value against. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]) +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('compare', kCompareFunctions) ). -unimplemented(); +fn(async (t) => { + const { format, samplePoints, mode, filt: minFilter, compare } = t.params; + + const viewDimension = 'cube'; + const size = chooseTextureSize({ minSize: 16, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: change to 3 once derivatives with cube maps are supported + mipLevelCount: 1 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + depthRef: true, + textureBuiltin: 'textureSampleCompare', + hashInputs: [format, samplePoints, mode, minFilter, compare] + }).map(({ coords, derivativeMult, depthRef }) => { + return { + builtin: 'textureSampleCompare', + coordType: 'f', + coords, + derivativeMult, + depthRef + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('arrayed_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecompare'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSampleCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: C, depth_ref: f32) -> f32 -fn textureSampleCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: C, depth_ref: f32, offset: vec2) -> f32 +fn textureSampleCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: A, depth_ref: f32) -> f32 +fn textureSampleCompare(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: A, depth_ref: f32, offset: vec2) -> f32 Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * array_index: The 0-based texture array index to sample. * depth_ref The reference value to compare the sampled depth value against. @@ -82,41 +253,197 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]). -combine('offset', generateOffsets(2)) +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('compare', kCompareFunctions) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); +}). +fn(async (t) => { + const { format, samplePoints, A, modeU, modeV, filt: minFilter, compare, offset } = t.params; + + const viewDimension = '2d-array'; + const size = chooseTextureSize({ minSize: 16, minBlocks: 4, format, viewDimension }); + + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureSampleCompare', + sampler, + descriptor, + derivatives: true, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + depthRef: true, + offset, + hashInputs: [format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, arrayIndex, depthRef, offset }) => { + return { + builtin: 'textureSampleCompare', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + depthRef, + offset + }; + }); + const textureType = 'texture_depth_2d_array'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); g.test('arrayed_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecompare'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSampleCompare(t: texture_depth_cube_array, s: sampler_comparison, coords: vec3, array_index: C, depth_ref: f32) -> f32 +fn textureSampleCompare(t: texture_depth_cube_array, s: sampler_comparison, coords: vec3, array_index: A, depth_ref: f32) -> f32 Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * array_index: The 0-based texture array index to sample. * depth_ref The reference value to compare the sampled depth value against. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]) +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('compare', kCompareFunctions) ). -unimplemented(); \ No newline at end of file +beforeAllSubcases((t) => { + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, A, samplePoints, mode, filt: minFilter, compare } = t.params; + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: change to 3 once derivatives with cube maps are supported + mipLevelCount: 1 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + textureBuiltin: 'textureSampleCompare', + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + depthRef: true, + hashInputs: [format, samplePoints, mode, minFilter] + }).map(({ coords, derivativeMult, depthRef, arrayIndex }) => { + return { + builtin: 'textureSampleCompare', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + coordType: 'f', + coords, + derivativeMult, + depthRef + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube_array'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + 'f' + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + 'f', + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompareLevel.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompareLevel.spec.js index f3db871107c..add992e8a97 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompareLevel.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompareLevel.spec.js @@ -9,32 +9,36 @@ The textureSampleCompareLevel function is the same as textureSampleCompare, exce * The function does not compute derivatives. * There is no requirement for textureSampleCompareLevel to be invoked in uniform control flow. * textureSampleCompareLevel may be invoked in any shader stage. + +- TODO: test un-encodable formats. `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { GPUTest } from '../../../../../gpu_test.js'; +import { kCompareFunctions } from '../../../../../capability_info.js'; +import { + isDepthTextureFormat, + isEncodableTextureFormat, + kDepthStencilFormats } from +'../../../../../format_info.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; +import { + checkCallResults, + chooseTextureSize, + createTextureWithRandomDataAndGetTexels, + doTextureCalls, + generateSamplePointsCube, + generateTextureBuiltinInputs2D, + kCubeSamplePointMethods, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + kShortShaderStages, + makeRandomDepthComparisonTexelGenerator, -export const g = makeTestGroup(GPUTest); -g.test('stage'). -specURL('https://www.w3.org/TR/WGSL/#texturesamplecomparelevel'). -desc( - ` -Tests that 'textureSampleCompareLevel' maybe called in any shader stage. -` -). -params((u) => u.combine('stage', ['fragment', 'vertex', 'compute'])). -unimplemented(); -g.test('control_flow'). -specURL('https://www.w3.org/TR/WGSL/#texturesamplecomparelevel'). -desc( - ` -Tests that 'textureSampleCompareLevel' maybe called in non-uniform control flow. -` -). -params((u) => u.combine('stage', ['fragment', 'vertex', 'compute'])). -unimplemented(); + WGSLTextureSampleTest } from +'./texture_utils.js'; + +export const g = makeTestGroup(WGSLTextureSampleTest); g.test('2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecomparelevel'). @@ -45,7 +49,7 @@ fn textureSampleCompareLevel(t: texture_depth_2d, s: sampler_comparison, coords: Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * depth_ref The reference value to compare the sampled depth value against. * offset @@ -56,14 +60,96 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]). -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('compare', kCompareFunctions) ). -unimplemented(); +fn(async (t) => { + const { + format, + stage, + samplePoints, + modeU, + modeV, + filt: minFilter, + compare, + offset + } = t.params; + + const size = chooseTextureSize({ minSize: 16, minBlocks: 4, format }); + + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureSampleCompareLevel', + sampler, + descriptor, + derivatives: true, + depthRef: true, + offset, + hashInputs: [stage, format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, arrayIndex, depthRef, offset }) => { + return { + builtin: 'textureSampleCompareLevel', + coordType: 'f', + coords, + derivativeMult, + depthRef, + offset + }; + }); + const textureType = 'texture_depth_2d'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecomparelevel'). @@ -73,31 +159,107 @@ fn textureSampleCompareLevel(t: texture_depth_cube, s: sampler_comparison, coord Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * depth_ref The reference value to compare the sampled depth value against. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('compare', kCompareFunctions) ). -unimplemented(); +fn(async (t) => { + const { format, stage, samplePoints, mode, filt: minFilter, compare } = t.params; + + const viewDimension = 'cube'; + const size = chooseTextureSize({ minSize: 16, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: change to 3 + mipLevelCount: 1 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + depthRef: true, + textureBuiltin: 'textureSampleCompareLevel', + hashInputs: [stage, format, samplePoints, mode, minFilter, compare] + }).map(({ coords, derivativeMult, depthRef }) => { + return { + builtin: 'textureSampleCompareLevel', + coordType: 'f', + coords, + derivativeMult, + depthRef + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('arrayed_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecomparelevel'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSampleCompareLevel(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: C, depth_ref: f32) -> f32 -fn textureSampleCompareLevel(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: C, depth_ref: f32, offset: vec2) -> f32 +fn textureSampleCompareLevel(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: A, depth_ref: f32) -> f32 +fn textureSampleCompareLevel(t: texture_depth_2d_array, s: sampler_comparison, coords: vec2, array_index: A, depth_ref: f32, offset: vec2) -> f32 Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * array_index: The 0-based texture array index to sample. * depth_ref The reference value to compare the sampled depth value against. @@ -109,41 +271,207 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]). -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('compare', kCompareFunctions) ). -unimplemented(); +beforeAllSubcases((t) => { + t.skipIfTextureFormatNotSupported(t.params.format); +}). +fn(async (t) => { + const { + format, + stage, + samplePoints, + A, + modeU, + modeV, + filt: minFilter, + compare, + offset + } = t.params; + + const viewDimension = '2d-array'; + const size = chooseTextureSize({ minSize: 16, minBlocks: 4, format, viewDimension }); + + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + textureBuiltin: 'textureSampleCompareLevel', + sampler, + descriptor, + derivatives: true, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + depthRef: true, + offset, + hashInputs: [stage, format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, derivativeMult, arrayIndex, depthRef, offset }) => { + return { + builtin: 'textureSampleCompareLevel', + coordType: 'f', + coords, + derivativeMult, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + depthRef, + offset + }; + }); + const textureType = 'texture_depth_2d_array'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('arrayed_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplecomparelevel'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSampleCompareLevel(t: texture_depth_cube_array, s: sampler_comparison, coords: vec3, array_index: C, depth_ref: f32) -> f32 +fn textureSampleCompareLevel(t: texture_depth_cube_array, s: sampler_comparison, coords: vec3, array_index: A, depth_ref: f32) -> f32 Parameters: * t The depth texture to sample. - * s The sampler_comparision type. + * s The sampler_comparison type. * coords The texture coordinates used for sampling. * array_index: The 0-based texture array index to sample. * depth_ref The reference value to compare the sampled depth value against. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('depth_ref', [-1 /* smaller ref */, 0 /* equal ref */, 1 /* larger ref */]) +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('compare', kCompareFunctions) ). -unimplemented(); \ No newline at end of file +beforeAllSubcases((t) => { + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, A, stage, samplePoints, mode, filt: minFilter, compare } = t.params; + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + + const descriptor = { + format, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor, { + generator: makeRandomDepthComparisonTexelGenerator(descriptor, compare) + }); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + compare, + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + derivatives: true, + textureBuiltin: 'textureSampleCompareLevel', + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + depthRef: true, + hashInputs: [stage, format, samplePoints, mode, minFilter] + }).map(({ coords, derivativeMult, depthRef, arrayIndex }) => { + return { + builtin: 'textureSampleCompareLevel', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + coordType: 'f', + coords, + derivativeMult, + depthRef + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = 'texture_depth_cube_array'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.js index dcf121f0388..04b3a5e1ace 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.js @@ -2,12 +2,41 @@ * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts **/export const description = ` Samples a texture using explicit gradients. + +- TODO: test cube maps with more than one mip level. +- TODO: Test un-encodable formats. `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { GPUTest } from '../../../../../gpu_test.js'; +import { kCompressedTextureFormats, kEncodableTextureFormats } from '../../../../../format_info.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; +import { + appendComponentTypeForFormatToTextureType, + checkCallResults, + chooseTextureSize, + createTextureWithRandomDataAndGetTexels, + doTextureCalls, + generateSamplePointsCube, + generateTextureBuiltinInputs2D, + generateTextureBuiltinInputs3D, + getTextureTypeForTextureViewDimension, + isPotentiallyFilterableAndFillable, + isSupportedViewFormatCombo, + kCubeSamplePointMethods, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + kShortShaderStages, -export const g = makeTestGroup(GPUTest); + skipIfNeedsFilteringAndIsUnfilterable, + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable, + + + + WGSLTextureSampleTest } from +'./texture_utils.js'; + +const kTestableColorFormats = [...kEncodableTextureFormats, ...kCompressedTextureFormats]; + +export const g = makeTestGroup(WGSLTextureSampleTest); g.test('sampled_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplegrad'). @@ -30,13 +59,82 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, stage, samplePoints, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + grad: true, + offset, + hashInputs: [stage, format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, offset, ddx, ddy }) => { + return { + builtin: 'textureSampleGrad', + coordType: 'f', + coords, + ddx, + ddy, + offset + }; + }); + const textureType = appendComponentTypeForFormatToTextureType('texture_2d', format); + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplegrad'). @@ -60,13 +158,121 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('offset', generateOffsets(3)) +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('dim', ['3d', 'cube']). +filter((t) => isSupportedViewFormatCombo(t.format, t.dim)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('modeW', kShortAddressModes). +combine('offset', [false, true]). +filter((t) => t.dim !== 'cube' || t.offset !== true). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +filter((t) => t.samplePoints !== 'cube-edges' || t.dim !== '3d') ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { + format, + dim: viewDimension, + stage, + samplePoints, + modeU, + modeV, + modeW, + filt: minFilter, + offset + } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + const size = chooseTextureSize({ minSize: 8, minBlocks: 2, format, viewDimension }); + const descriptor = { + format, + dimension: viewDimension === '3d' ? '3d' : '2d', + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size, + // MAINTENANCE_TODO: use 3 for cube maps when derivatives are supported for cube maps. + mipLevelCount: viewDimension === '3d' ? 3 : 1, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + addressModeW: kShortAddressModeToAddressMode[modeW], + minFilter, + magFilter: minFilter + }; + + const hashInputs = [ + format, + viewDimension, + samplePoints, + modeU, + modeV, + modeW, + minFilter, + offset]; + + const calls = ( + viewDimension === '3d' ? + generateTextureBuiltinInputs3D(50, { + method: samplePoints, + sampler, + descriptor, + grad: true, + offset, + hashInputs + }) : + generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + grad: true, + hashInputs + })). + map(({ coords, offset, ddx, ddy }) => { + return { + builtin: 'textureSampleGrad', + coordType: 'f', + coords, + ddx, + ddy, + offset + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = getTextureTypeForTextureViewDimension(viewDimension); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_array_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplegrad'). @@ -92,16 +298,88 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(2)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('offset', generateOffsets(2)) +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, stage, samplePoints, A, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const depthOrArrayLayers = 4; + + const descriptor = { + format, + size: { width, height, depthOrArrayLayers }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + grad: true, + offset, + hashInputs: [stage, format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, ddx, ddy, arrayIndex, offset }) => { + return { + builtin: 'textureSampleGrad', + coordType: 'f', + coords, + ddx, + ddy, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = 'texture_2d_array'; + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_array_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplegrad'). @@ -126,11 +404,89 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(3)) +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); \ No newline at end of file +beforeAllSubcases((t) => { + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format); + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, stage, samplePoints, A, mode, filt: minFilter } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ + minSize: 32, + minBlocks: 4, + format, + viewDimension + }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + // MAINTENANCE_TODO: use 3 for cube maps when derivatives are supported for cube maps. + mipLevelCount: 1 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + grad: true, + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + hashInputs: [stage, format, viewDimension, A, samplePoints, mode, minFilter] + }).map(({ coords, ddx, ddy, arrayIndex }) => { + return { + builtin: 'textureSampleGrad', + coordType: 'f', + coords, + ddx, + ddy, + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u' + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = getTextureTypeForTextureViewDimension(viewDimension); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.js index e2cdfff8038..9063d2528cd 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.js @@ -3,14 +3,46 @@ **/export const description = ` Samples a texture. -Must only be used in a fragment shader stage. -Must only be invoked in uniform control flow. +- TODO: Test un-encodable formats. `;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; -import { GPUTest } from '../../../../../gpu_test.js'; +import { + isDepthTextureFormat, + isEncodableTextureFormat, + kCompressedTextureFormats, + kDepthStencilFormats, + kEncodableTextureFormats } from +'../../../../../format_info.js'; -import { generateCoordBoundaries, generateOffsets } from './utils.js'; +import { + appendComponentTypeForFormatToTextureType, + checkCallResults, + chooseTextureSize, + createTextureWithRandomDataAndGetTexels, + doTextureCalls, + generateSamplePointsCube, + generateTextureBuiltinInputs2D, + generateTextureBuiltinInputs3D, + getDepthOrArrayLayersForViewDimension, + getTextureTypeForTextureViewDimension, + isPotentiallyFilterableAndFillable, + isSupportedViewFormatCombo, + kCubeSamplePointMethods, + kSamplePointMethods, + kShortAddressModes, + kShortAddressModeToAddressMode, + kShortShaderStages, -export const g = makeTestGroup(GPUTest); + skipIfNeedsFilteringAndIsUnfilterable, + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable, + + + + WGSLTextureSampleTest } from +'./texture_utils.js'; + +const kTestableColorFormats = [...kEncodableTextureFormats, ...kCompressedTextureFormats]; + +export const g = makeTestGroup(WGSLTextureSampleTest); g.test('sampled_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). @@ -36,14 +68,82 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)). -combine('level', [undefined, 0, 1, 'textureNumLevels', 'textureNumLevels+1']) +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, stage, samplePoints, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: 'f32' }, + offset, + hashInputs: [stage, format, samplePoints, modeU, modeV, minFilter, offset] + }).map(({ coords, mipLevel, offset }) => { + return { + builtin: 'textureSampleLevel', + coordType: 'f', + coords, + mipLevel, + levelType: 'f', + offset + }; + }); + const textureType = appendComponentTypeForFormatToTextureType('texture_2d', format); + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_array_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). @@ -51,8 +151,8 @@ desc( ` C is i32 or u32 -fn textureSampleLevel(t: texture_2d_array, s: sampler, coords: vec2, array_index: C, level: f32) -> vec4 -fn textureSampleLevel(t: texture_2d_array, s: sampler, coords: vec2, array_index: C, level: f32, offset: vec2) -> vec4 +fn textureSampleLevel(t: texture_2d_array, s: sampler, coords: vec2, array_index: A, level: f32) -> vec4 +fn textureSampleLevel(t: texture_2d_array, s: sampler, coords: vec2, array_index: A, level: f32, offset: vec2) -> vec4 Parameters: * t The sampled or depth texture to sample. @@ -72,17 +172,88 @@ Parameters: Values outside of this range will result in a shader-creation error. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('level', [undefined, 0, 1, 'textureNumLevels', 'textureNumLevels+1']) +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('modeU', kShortAddressModes). +combine('modeV', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, stage, samplePoints, A, modeU, modeV, filt: minFilter, offset } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const depthOrArrayLayers = 4; + + const descriptor = { + format, + size: { width, height, depthOrArrayLayers }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[modeU], + addressModeV: kShortAddressModeToAddressMode[modeV], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: 'f32' }, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + offset, + hashInputs: [stage, format, samplePoints, A, modeU, modeV, minFilter, offset] + }).map(({ coords, mipLevel, arrayIndex, offset }) => { + return { + builtin: 'textureSampleLevel', + coordType: 'f', + coords, + mipLevel, + levelType: 'f', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = appendComponentTypeForFormatToTextureType('texture_2d_array', format); + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). @@ -111,22 +282,116 @@ Parameters: ). params((u) => u. -combine('texture_type', ['texture_3d', 'texture_cube']). +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('dim', ['3d', 'cube']). +filter((t) => isSupportedViewFormatCombo(t.format, t.dim)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +combine('offset', [false, true]). +filter((t) => t.dim !== 'cube' || t.offset !== true). beginSubcases(). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('coords', generateCoordBoundaries(3)). -combine('offset', generateOffsets(3)). -combine('level', [undefined, 0, 1, 'textureNumLevels', 'textureNumLevels+1']) +combine('samplePoints', kCubeSamplePointMethods). +filter((t) => t.samplePoints !== 'cube-edges' || t.dim !== '3d') ). -unimplemented(); +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { + format, + dim: viewDimension, + stage, + samplePoints, + mode, + filt: minFilter, + offset + } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + const [width, height] = chooseTextureSize({ minSize: 32, minBlocks: 2, format, viewDimension }); + const depthOrArrayLayers = getDepthOrArrayLayersForViewDimension(viewDimension); + + const descriptor = { + format, + dimension: viewDimension === '3d' ? '3d' : '2d', + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }), + size: { width, height, depthOrArrayLayers }, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const hashInputs = [stage, format, viewDimension, samplePoints, mode, minFilter, offset]; + const calls = ( + viewDimension === '3d' ? + generateTextureBuiltinInputs3D(50, { + method: samplePoints, + sampler, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: 'f32' }, + offset, + hashInputs + }) : + generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: 'f32' }, + hashInputs + })). + map(({ coords, mipLevel, offset }) => { + return { + builtin: 'textureSampleLevel', + coordType: 'f', + coords, + mipLevel, + levelType: 'f', + offset + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = getTextureTypeForTextureViewDimension(viewDimension); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('sampled_array_3d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). desc( ` -C is i32 or u32 +A is i32 or u32 -fn textureSampleLevel(t: texture_cube_array, s: sampler, coords: vec3, array_index: C, level: f32) -> vec4 +fn textureSampleLevel(t: texture_cube_array, s: sampler, coords: vec3, array_index: A, level: f32) -> vec4 Parameters: * t The sampled or depth texture to sample. @@ -138,110 +403,110 @@ Parameters: * For the functions where level is a f32, fractional values may interpolate between two levels if the format is filterable according to the Texture Format Capabilities. * When not specified, mip level 0 is sampled. - * offset - * The optional texel offset applied to the unnormalized texture coordinate before sampling the texture. - * This offset is applied before applying any texture wrapping modes. - * The offset expression must be a creation-time expression (e.g. vec2(1, 2)). - * Each offset component must be at least -8 and at most 7. - Values outside of this range will result in a shader-creation error. + +- TODO: set mipLevelCount to 3 for cubemaps. See MAINTENANCE_TODO below + + The issue is sampling a corner of a cubemap is undefined. We try to quantize coordinates + so we never get a corner but when sampling smaller mip levels that's more difficult. + + * Solution 1: Fix the quantization + * Solution 2: special case checking cube corners. Expect some value between the color of the 3 corner texels. ` ). -paramsSubcasesOnly((u) => +params((u) => u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(3)). -combine('offset', generateOffsets(3)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('level', [undefined, 0, 1, 'textureNumLevels', 'textureNumLevels+1']) +combine('stage', kShortShaderStages). +combine('format', kTestableColorFormats). +filter((t) => isPotentiallyFilterableAndFillable(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('A', ['i32', 'u32']) ). -unimplemented(); +beforeAllSubcases((t) => { + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format); + t.skipIfTextureViewDimensionNotSupported('cube-array'); +}). +fn(async (t) => { + const { format, stage, samplePoints, A, mode, filt: minFilter } = t.params; + skipIfNeedsFilteringAndIsUnfilterable(t, minFilter, format); + + const viewDimension = 'cube-array'; + const size = chooseTextureSize({ + minSize: 32, + minBlocks: 4, + format, + viewDimension + }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3 + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: 'f32' }, + arrayIndex: { num: texture.depthOrArrayLayers / 6, type: A }, + hashInputs: [stage, format, viewDimension, A, samplePoints, mode, minFilter] + }).map(({ coords, mipLevel, arrayIndex }) => { + return { + builtin: 'textureSampleLevel', + coordType: 'f', + coords, + mipLevel, + levelType: 'f', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u' + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = getTextureTypeForTextureViewDimension(viewDimension); + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); g.test('depth_2d_coords'). specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). desc( ` -C is i32 or u32 +L is i32 or u32 -fn textureSampleLevel(t: texture_depth_2d, s: sampler, coords: vec2, level: C) -> f32 -fn textureSampleLevel(t: texture_depth_2d, s: sampler, coords: vec2, level: C, offset: vec2) -> f32 - -Parameters: - * t The sampled or depth texture to sample. - * s The sampler type. - * coords The texture coordinates used for sampling. - * level - * The mip level, with level 0 containing a full size version of the texture. - * For the functions where level is a f32, fractional values may interpolate between - two levels if the format is filterable according to the Texture Format Capabilities. - * When not specified, mip level 0 is sampled. - * offset - * The optional texel offset applied to the unnormalized texture coordinate before sampling the texture. - * This offset is applied before applying any texture wrapping modes. - * The offset expression must be a creation-time expression (e.g. vec2(1, 2)). - * Each offset component must be at least -8 and at most 7. - Values outside of this range will result in a shader-creation error. -` -). -paramsSubcasesOnly((u) => -u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)). -combine('level', [undefined, 0, 1, 'textureNumLevels', 'textureNumLevels+1']) -). -unimplemented(); - -g.test('depth_array_2d_coords'). -specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). -desc( - ` -C is i32 or u32 - -fn textureSampleLevel(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: C, level: C) -> f32 -fn textureSampleLevel(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: C, level: C, offset: vec2) -> f32 - -Parameters: - * t The sampled or depth texture to sample. - * s The sampler type. - * array_index The 0-based texture array index to sample. - * coords The texture coordinates used for sampling. - * level - * The mip level, with level 0 containing a full size version of the texture. - * For the functions where level is a f32, fractional values may interpolate between - two levels if the format is filterable according to the Texture Format Capabilities. - * When not specified, mip level 0 is sampled. - * offset - * The optional texel offset applied to the unnormalized texture coordinate before sampling the texture. - * This offset is applied before applying any texture wrapping modes. - * The offset expression must be a creation-time expression (e.g. vec2(1, 2)). - * Each offset component must be at least -8 and at most 7. - Values outside of this range will result in a shader-creation error. -` -). -paramsSubcasesOnly((u) => -u. -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(2)). -combine('offset', generateOffsets(2)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('level', [undefined, 0, 1, 'textureNumLevels', 'textureNumLevels+1']) -). -unimplemented(); - -g.test('depth_3d_coords'). -specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). -desc( - ` -C is i32 or u32 - -fn textureSampleLevel(t: texture_depth_cube, s: sampler, coords: vec3, level: C) -> f32 -fn textureSampleLevel(t: texture_depth_cube_array, s: sampler, coords: vec3, array_index: C, level: C) -> f32 +fn textureSampleLevel(t: texture_depth_2d, s: sampler, coords: vec2, level: L) -> f32 +fn textureSampleLevel(t: texture_depth_2d, s: sampler, coords: vec2, level: L, offset: vec2) -> f32 Parameters: * t The sampled or depth texture to sample. @@ -262,13 +527,313 @@ Parameters: ). params((u) => u. -combine('texture_type', ['texture_depth_cube', 'texture_depth_cube_array']). +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +combine('offset', [false, true]). beginSubcases(). -combine('S', ['clamp-to-edge', 'repeat', 'mirror-repeat']). -combine('C', ['i32', 'u32']). -combine('C_value', [-1, 0, 1, 2, 3, 4]). -combine('coords', generateCoordBoundaries(3)) -/* array_index not param'd as out-of-bounds is implementation specific */. -combine('level', [undefined, 0, 1, 'textureNumLevels', 'textureNumLevels+1']) +combine('samplePoints', kSamplePointMethods). +combine('L', ['i32', 'u32']) ). -unimplemented(); \ No newline at end of file +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, stage, samplePoints, mode, filt: minFilter, L, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + mipLevel: { num: texture.mipLevelCount, type: L }, + offset, + hashInputs: [stage, format, samplePoints, mode, minFilter, L, offset] + }).map(({ coords, mipLevel, offset }) => { + return { + builtin: 'textureSampleLevel', + coordType: 'f', + coords, + mipLevel, + levelType: L === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = appendComponentTypeForFormatToTextureType('texture_depth_2d', format); + const viewDescriptor = {}; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); + +g.test('depth_array_2d_coords'). +specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). +desc( + ` +A is i32 or u32 +L is i32 or u32 + +fn textureSampleLevel(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: A, level: L) -> f32 +fn textureSampleLevel(t: texture_depth_2d_array, s: sampler, coords: vec2, array_index: A, level: L, offset: vec2) -> f32 + +Parameters: + * t The sampled or depth texture to sample. + * s The sampler type. + * array_index The 0-based texture array index to sample. + * coords The texture coordinates used for sampling. + * level + * The mip level, with level 0 containing a full size version of the texture. + * For the functions where level is a f32, fractional values may interpolate between + two levels if the format is filterable according to the Texture Format Capabilities. + * When not specified, mip level 0 is sampled. + * offset + * The optional texel offset applied to the unnormalized texture coordinate before sampling the texture. + * This offset is applied before applying any texture wrapping modes. + * The offset expression must be a creation-time expression (e.g. vec2(1, 2)). + * Each offset component must be at least -8 and at most 7. + Values outside of this range will result in a shader-creation error. +` +). +params((u) => +u. +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +combine('offset', [false, true]). +beginSubcases(). +combine('samplePoints', kSamplePointMethods). +combine('A', ['i32', 'u32']). +combine('L', ['i32', 'u32']) +). +beforeAllSubcases((t) => +skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format) +). +fn(async (t) => { + const { format, stage, samplePoints, mode, filt: minFilter, A, L, offset } = t.params; + + // We want at least 4 blocks or something wide enough for 3 mip levels. + const [width, height] = chooseTextureSize({ minSize: 8, minBlocks: 4, format }); + const descriptor = { + format, + size: { width, height }, + mipLevelCount: 3, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + ...(t.isCompatibility && { textureBindingViewDimension: '2d-array' }) + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateTextureBuiltinInputs2D(50, { + method: samplePoints, + sampler, + descriptor, + arrayIndex: { num: texture.depthOrArrayLayers, type: A }, + mipLevel: { num: texture.mipLevelCount, type: L }, + offset, + hashInputs: [stage, format, samplePoints, mode, minFilter, L, A, offset] + }).map(({ coords, mipLevel, arrayIndex, offset }) => { + return { + builtin: 'textureSampleLevel', + coordType: 'f', + coords, + mipLevel, + levelType: L === 'i32' ? 'i' : 'u', + arrayIndex, + arrayIndexType: A === 'i32' ? 'i' : 'u', + offset + }; + }); + const textureType = appendComponentTypeForFormatToTextureType('texture_depth_2d_array', format); + const viewDescriptor = { dimension: '2d-array' }; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); + +g.test('depth_3d_coords'). +specURL('https://www.w3.org/TR/WGSL/#texturesamplelevel'). +desc( + ` +L is i32 or u32 +A is i32 or u32 + +fn textureSampleLevel(t: texture_depth_cube, s: sampler, coords: vec3, level: L) -> f32 +fn textureSampleLevel(t: texture_depth_cube_array, s: sampler, coords: vec3, array_index: A, level: L) -> f32 + +Parameters: + * t The sampled or depth texture to sample. + * s The sampler type. + * coords The texture coordinates used for sampling. + * level + * The mip level, with level 0 containing a full size version of the texture. + * For the functions where level is a f32, fractional values may interpolate between + two levels if the format is filterable according to the Texture Format Capabilities. + * When not specified, mip level 0 is sampled. + * offset + * The optional texel offset applied to the unnormalized texture coordinate before sampling the texture. + * This offset is applied before applying any texture wrapping modes. + * The offset expression must be a creation-time expression (e.g. vec2(1, 2)). + * Each offset component must be at least -8 and at most 7. + Values outside of this range will result in a shader-creation error. +` +). +params((u) => +u. +combine('stage', kShortShaderStages). +combine('format', kDepthStencilFormats) +// filter out stencil only formats +.filter((t) => isDepthTextureFormat(t.format)) +// MAINTENANCE_TODO: Remove when support for depth24plus, depth24plus-stencil8, and depth32float-stencil8 is added. +.filter((t) => isEncodableTextureFormat(t.format)). +combineWithParams([ +{ viewDimension: 'cube' }, +{ viewDimension: 'cube-array', A: 'i32' }, +{ viewDimension: 'cube-array', A: 'u32' }] +). +combine('filt', ['nearest', 'linear']). +combine('mode', kShortAddressModes). +beginSubcases(). +combine('samplePoints', kCubeSamplePointMethods). +combine('L', ['i32', 'u32']) +). +beforeAllSubcases((t) => { + skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable(t, t.params.format); + t.skipIfTextureViewDimensionNotSupported(t.params.viewDimension); +}). +fn(async (t) => { + const { format, stage, viewDimension, samplePoints, A, L, mode, filt: minFilter } = t.params; + + const size = chooseTextureSize({ + minSize: 32, + minBlocks: 4, + format, + viewDimension + }); + const descriptor = { + format, + size, + usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.TEXTURE_BINDING, + mipLevelCount: 3, + ...(t.isCompatibility && { textureBindingViewDimension: viewDimension }) + }; + const { texels, texture } = await createTextureWithRandomDataAndGetTexels(t, descriptor); + const sampler = { + addressModeU: kShortAddressModeToAddressMode[mode], + addressModeV: kShortAddressModeToAddressMode[mode], + addressModeW: kShortAddressModeToAddressMode[mode], + minFilter, + magFilter: minFilter, + mipmapFilter: minFilter + }; + + const calls = generateSamplePointsCube(50, { + method: samplePoints, + sampler, + descriptor, + mipLevel: { num: texture.mipLevelCount - 1, type: L }, + arrayIndex: A ? { num: texture.depthOrArrayLayers / 6, type: A } : undefined, + hashInputs: [stage, format, viewDimension, samplePoints, mode, minFilter] + }).map(({ coords, mipLevel, arrayIndex }) => { + return { + builtin: 'textureSampleLevel', + coordType: 'f', + coords, + mipLevel, + levelType: L === 'i32' ? 'i' : 'u', + arrayIndex, + arrayIndexType: A ? A === 'i32' ? 'i' : 'u' : undefined + }; + }); + const viewDescriptor = { + dimension: viewDimension + }; + const textureType = + viewDimension === 'cube' ? 'texture_depth_cube' : 'texture_depth_cube_array'; + const results = await doTextureCalls( + t, + texture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + + const res = await checkCallResults( + t, + { texels, descriptor, viewDescriptor }, + textureType, + sampler, + calls, + results, + stage, + texture + ); + t.expectOK(res); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureStore.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureStore.spec.js index 49e777d4550..cad4298e969 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureStore.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureStore.spec.js @@ -743,6 +743,18 @@ filter((t) => { return true; }) ). +beforeAllSubcases((t) => { + if (t.isCompatibility) { + t.skipIf( + t.params.baseLevel !== 0, + 'view base array layer must equal 0 in compatibility mode' + ); + t.skipIf( + t.params.arrayLevels !== kArrayLevels, + 'view array layers must equal texture array layers in compatibility mode' + ); + } +}). fn((t) => { const dim = '2d'; const view_dim = '2d-array'; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/texture_utils.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/texture_utils.js index d684573c294..6a36f9b60bb 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/texture_utils.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/texture_utils.js @@ -1,15 +1,18 @@ /** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/import { keysOf } from '../../../../../../common/util/data_tables.js';import { assert, range, unreachable } from '../../../../../../common/util/util.js';import { +**/import { keysOf } from '../../../../../../common/util/data_tables.js';import { assert, range, unreachable } from '../../../../../../common/util/util.js';import { Float16Array } from '../../../../../../external/petamoriken/float16/float16.js'; +import { isCompressedFloatTextureFormat, isCompressedTextureFormat, isDepthOrStencilTextureFormat, + isDepthTextureFormat, + isEncodableTextureFormat, + isStencilTextureFormat, kEncodableTextureFormats, kTextureFormatInfo } from '../../../../../format_info.js'; import { GPUTest } from '../../../../../gpu_test.js'; -import { float32ToUint32 } from '../../../../../util/conversion.js'; import { align, clamp, @@ -21,8 +24,10 @@ import { '../../../../../util/math.js'; import { effectiveViewDimensionForDimension, + physicalMipSize, physicalMipSizeFromTexture, reifyTextureDescriptor, + virtualMipSize } from '../../../../../util/texture/base.js'; import { @@ -38,6 +43,23 @@ import { createTextureFromTexelViews } from '../../../../../util/texture.js'; import { reifyExtent3D } from '../../../../../util/unions.js'; +// These are needed because the list of parameters was too long when converted to a filename. +export const kShortShaderStageToShaderStage = { + c: 'compute', + f: 'fragment', + v: 'vertex' +}; +export const kShortShaderStages = keysOf(kShortShaderStageToShaderStage); + + +// These are needed because the list of parameters was too long when converted to a filename. +export const kShortAddressModeToAddressMode = { + c: 'clamp-to-edge', + r: 'repeat', + m: 'mirror-repeat' +}; + +export const kShortAddressModes = keysOf(kShortAddressModeToAddressMode); export const kSampleTypeInfo = { f32: { @@ -51,6 +73,764 @@ export const kSampleTypeInfo = { } }; +// MAINTENANCE_TODO: Stop excluding sliced compressed 3d formats. +export function isSupportedViewFormatCombo( +format, +viewDimension) +{ + return !( + (isCompressedTextureFormat(format) || isDepthTextureFormat(format)) && + viewDimension === '3d'); + +} + +/** + * Return the texture type for a given view dimension + */ +export function getTextureTypeForTextureViewDimension(viewDimension) { + switch (viewDimension) { + case '1d': + return 'texture_1d'; + case '2d': + return 'texture_2d'; + case '2d-array': + return 'texture_2d_array'; + case '3d': + return 'texture_3d'; + case 'cube': + return 'texture_cube'; + case 'cube-array': + return 'texture_cube_array'; + default: + unreachable(); + } +} + +const is32Float = (format) => +format === 'r32float' || format === 'rg32float' || format === 'rgba32float'; + +/** + * Skips a subcase if the filter === 'linear' and the format is type + * 'unfilterable-float' and we cannot enable filtering. + */ +export function skipIfNeedsFilteringAndIsUnfilterableOrSelectDevice( +t, +filter, +format) +{ + const features = new Set(); + features.add(kTextureFormatInfo[format].feature); + + if (filter === 'linear') { + t.skipIf(isDepthTextureFormat(format), 'depth texture are unfilterable'); + + const type = kTextureFormatInfo[format].color?.type; + if (type === 'unfilterable-float') { + assert(is32Float(format)); + features.add('float32-filterable'); + } + } + + if (features.size > 0) { + t.selectDeviceOrSkipTestCase(Array.from(features)); + } +} + +/** + * Skips a test if filter === 'linear' and the format is not filterable + */ +export function skipIfNeedsFilteringAndIsUnfilterable( +t, +filter, +format) +{ + if (filter === 'linear') { + t.skipIf(isDepthTextureFormat(format), 'depth textures are unfilterable'); + } +} + +/** + * Returns if a texture format can be filled with random data. + */ +export function isFillable(format) { + // We can't easily put random bytes into compressed textures if they are float formats + // since we want the range to be +/- 1000 and not +/- infinity or NaN. + return !isCompressedTextureFormat(format) || !format.endsWith('float'); +} + +/** + * Returns if a texture format can potentially be filtered and can be filled with random data. + */ +export function isPotentiallyFilterableAndFillable(format) { + const info = kTextureFormatInfo[format]; + const type = info.color?.type ?? info.depth?.type; + const canPotentiallyFilter = + type === 'float' || type === 'unfilterable-float' || type === 'depth'; + const result = canPotentiallyFilter && isFillable(format); + return result; +} + +/** + * skips the test if the texture format is not supported or not available or not filterable. + */ +export function skipIfTextureFormatNotSupportedNotAvailableOrNotFilterable( +t, +format) +{ + t.skipIfTextureFormatNotSupported(format); + const info = kTextureFormatInfo[format]; + if (info.color?.type === 'unfilterable-float') { + t.selectDeviceOrSkipTestCase('float32-filterable'); + } else { + t.selectDeviceForTextureFormatOrSkipTestCase(format); + } +} + +/** + * Splits in array into multiple arrays where every Nth value goes to a different array + */ +function unzip(array, num) { + const arrays = range(num, () => []); + array.forEach((v, i) => { + arrays[i % num].push(v); + }); + return arrays; +} + + + + + + + +function makeGraph(width, height) { + const data = new Uint8Array(width * height); + + return { + plot(norm, x, c) { + const y = clamp(Math.floor(norm * height), { min: 0, max: height - 1 }); + const offset = (height - y - 1) * width + x; + data[offset] = c; + }, + plotValues(values, c) { + let i = 0; + for (const v of values) { + this.plot(v, i, c); + ++i; + } + }, + toString(conversion = ['.', 'e', 'A']) { + const lines = []; + for (let y = 0; y < height; ++y) { + const offset = y * width; + lines.push([...data.subarray(offset, offset + width)].map((v) => conversion[v]).join('')); + } + return lines.join('\n'); + } + }; +} + +function* linear0to1OverN(n) { + for (let i = 0; i <= n; ++i) { + yield i / n; + } +} + +function graphWeights(height, weights) { + const graph = makeGraph(weights.length, height); + graph.plotValues(linear0to1OverN(weights.length - 1), 1); + graph.plotValues(weights, 2); + return graph.toString(); +} + +/** + * Validates the weights go from 0 to 1 in increasing order. + */ +function validateWeights(stage, weights) { + const showWeights = () => ` +${weights.map((v, i) => `${i.toString().padStart(2)}: ${v}`).join('\n')} + +e = expected +A = actual +${graphWeights(32, weights)} +`; + + // Validate the weights + assert( + weights[0] === 0, + `stage: ${stage}, weight 0 expected 0 but was ${weights[0]}\n${showWeights()}` + ); + assert( + weights[kMipGradientSteps] === 1, + `stage: ${stage}, top weight expected 1 but was ${weights[kMipGradientSteps]}\n${showWeights()}` + ); + + // Note: for 16 steps, these are the AMD weights + // + // standard + // step mipLevel gpu AMD + // ---- -------- -------- ---------- + // 0: 0 0 0 + // 1: 0.0625 0.0625 0 + // 2: 0.125 0.125 0.03125 + // 3: 0.1875 0.1875 0.109375 + // 4: 0.25 0.25 0.1875 + // 5: 0.3125 0.3125 0.265625 + // 6: 0.375 0.375 0.34375 + // 7: 0.4375 0.4375 0.421875 + // 8: 0.5 0.5 0.5 + // 9: 0.5625 0.5625 0.578125 + // 10: 0.625 0.625 0.65625 + // 11: 0.6875 0.6875 0.734375 + // 12: 0.75 0.75 0.8125 + // 13: 0.8125 0.8125 0.890625 + // 14: 0.875 0.875 0.96875 + // 15: 0.9375 0.9375 1 + // 16: 1 1 1 + // + // notice step 1 is 0 and step 15 is 1. + // so we only check the 1 through 14. + // + // Note: these 2 changes are effectively here to catch Intel Mac + // issues and require implementations to work around them. + // + // Ideally the weights should form a straight line + // + // +----------------+ + // | **| + // | ** | + // | ** | + // | ** | + // | ** | + // | ** | + // | ** | + // |** | + // +----------------+ + // + // AMD Mac goes like this: Not great but we allow it + // + // +----------------+ + // | ***| + // | ** | + // | * | + // | ** | + // | ** | + // | * | + // | ** | + // |*** | + // +----------------+ + // + // Intel Mac goes like this: Unacceptable + // + // +----------------+ + // | *******| + // | * | + // | * | + // | * | + // | * | + // | * | + // | * | + // |******* | + // +----------------+ + // + const dx = 1 / kMipGradientSteps; + for (let i = 0; i < kMipGradientSteps; ++i) { + const dy = weights[i + 1] - weights[i]; + // dy / dx because dy might be 0 + const slope = dy / dx; + assert( + slope >= 0, + `stage: ${stage}, weight[${i}] was not <= weight[${i + 1}]\n${showWeights()}` + ); + assert( + slope <= 2, + `stage: ${stage}, slope from weight[${i}] to weight[${i + 1}] is > 2.\n${showWeights()}` + ); + } + + assert( + new Set(weights).size >= (weights.length * 0.66 | 0), + `stage: ${stage}, expected more unique weights\n${showWeights()}` + ); +} + +/** + * In an attempt to pass on more devices without lowering the tolerances + * so low they are meaningless, we ask the hardware to tell us, for a given + * gradient, level, what mix weights are being used. + * + * This is done by drawing instanced quads and using instance_index to + * write out results into an array. We sample a 2x2 pixel texture with + * 2 mip levels and set the 2nd mip level to white. This means the value + * we get back represents the weight used to mix the 2 mip levels. + * + * Just as a record of some differences across GPUs + * + * level weights: mapping from the mip level + * parameter of `textureSampleLevel` to + * the mix weight used by the GPU + * + * +--------+--------+--------+--------+ + * | | | intel | amd | + * | | m1 | gen-9 | rna-1 | + * | level | mac | mac | mac | + * +--------+--------+--------+--------+ + * | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + * | 0.0313 | 0.0314 | 0.0313 | 0.0000 | + * | 0.0625 | 0.0625 | 0.0625 | 0.0000 | + * | 0.0938 | 0.0939 | 0.0938 | 0.0000 | + * | 0.1250 | 0.1250 | 0.1250 | 0.0313 | + * | 0.1563 | 0.1564 | 0.1563 | 0.0703 | + * | 0.1875 | 0.1875 | 0.1875 | 0.1094 | + * | 0.2188 | 0.2189 | 0.2188 | 0.1484 | + * | 0.2500 | 0.2500 | 0.2500 | 0.1875 | + * | 0.2813 | 0.2814 | 0.2813 | 0.2266 | + * | 0.3125 | 0.3125 | 0.3125 | 0.2656 | + * | 0.3438 | 0.3439 | 0.3438 | 0.3047 | + * | 0.3750 | 0.3750 | 0.3750 | 0.3438 | + * | 0.4063 | 0.4064 | 0.4063 | 0.3828 | + * | 0.4375 | 0.4375 | 0.4375 | 0.4219 | + * | 0.4688 | 0.4689 | 0.4688 | 0.4609 | + * | 0.5000 | 0.5000 | 0.5000 | 0.5000 | + * | 0.5313 | 0.5314 | 0.5313 | 0.5391 | + * | 0.5625 | 0.5625 | 0.5625 | 0.5781 | + * | 0.5938 | 0.5939 | 0.5938 | 0.6172 | + * | 0.6250 | 0.6250 | 0.6250 | 0.6563 | + * | 0.6563 | 0.6564 | 0.6563 | 0.6953 | + * | 0.6875 | 0.6875 | 0.6875 | 0.7344 | + * | 0.7188 | 0.7189 | 0.7188 | 0.7734 | + * | 0.7500 | 0.7500 | 0.7500 | 0.8125 | + * | 0.7813 | 0.7814 | 0.7813 | 0.8516 | + * | 0.8125 | 0.8125 | 0.8125 | 0.8906 | + * | 0.8438 | 0.8439 | 0.8438 | 0.9297 | + * | 0.8750 | 0.8750 | 0.8750 | 0.9688 | + * | 0.9063 | 0.9064 | 0.9063 | 1.0000 | + * | 0.9375 | 0.9375 | 0.9375 | 1.0000 | + * | 0.9688 | 0.9689 | 0.9688 | 1.0000 | + * | 1.0000 | 1.0000 | 1.0000 | 1.0000 | + * +--------+--------+--------+--------+ + * + * grad weights: mapping from ddx value + * passed into `textureSampleGrad` to + * the mix weight used by the GPU + * + * +--------+--------+--------+--------+ + * | | | intel | amd | + * | | m1 | gen-9 | rna-1 | + * | ddx | mac | mac | mac | + * +--------+--------+--------+--------+ + * | 0.5000 | 0.0000 | 0.0000 | 0.0000 | + * | 0.5109 | 0.0390 | 0.0430 | 0.0000 | + * | 0.5221 | 0.0821 | 0.0859 | 0.0000 | + * | 0.5336 | 0.1211 | 0.1289 | 0.0352 | + * | 0.5453 | 0.1600 | 0.1719 | 0.0898 | + * | 0.5572 | 0.2032 | 0.2109 | 0.1328 | + * | 0.5694 | 0.2422 | 0.2461 | 0.1797 | + * | 0.5819 | 0.2814 | 0.2852 | 0.2305 | + * | 0.5946 | 0.3203 | 0.3203 | 0.2773 | + * | 0.6076 | 0.3554 | 0.3594 | 0.3164 | + * | 0.6209 | 0.3868 | 0.3906 | 0.3633 | + * | 0.6345 | 0.4218 | 0.4258 | 0.4063 | + * | 0.6484 | 0.4532 | 0.4609 | 0.4492 | + * | 0.6626 | 0.4882 | 0.4922 | 0.4883 | + * | 0.6771 | 0.5196 | 0.5234 | 0.5273 | + * | 0.6920 | 0.5507 | 0.5547 | 0.5664 | + * | 0.7071 | 0.5860 | 0.5859 | 0.6055 | + * | 0.7226 | 0.6132 | 0.6133 | 0.6406 | + * | 0.7384 | 0.6407 | 0.6445 | 0.6797 | + * | 0.7546 | 0.6679 | 0.6719 | 0.7148 | + * | 0.7711 | 0.6953 | 0.6992 | 0.7461 | + * | 0.7880 | 0.7225 | 0.7266 | 0.7813 | + * | 0.8052 | 0.7500 | 0.7539 | 0.8164 | + * | 0.8229 | 0.7814 | 0.7813 | 0.8516 | + * | 0.8409 | 0.8086 | 0.8086 | 0.8828 | + * | 0.8593 | 0.8321 | 0.8320 | 0.9141 | + * | 0.8781 | 0.8554 | 0.8594 | 0.9492 | + * | 0.8974 | 0.8789 | 0.8828 | 0.9766 | + * | 0.9170 | 0.9025 | 0.9063 | 1.0000 | + * | 0.9371 | 0.9297 | 0.9297 | 1.0000 | + * | 0.9576 | 0.9532 | 0.9531 | 1.0000 | + * | 0.9786 | 0.9765 | 0.9766 | 1.0000 | + * | 1.0000 | 1.0000 | 1.0000 | 1.0000 | + * +--------+--------+--------+--------+ + */ + +async function queryMipGradientValuesForDevice(t, stage) { + const { device } = t; + const kNumWeightTypes = 2; + const module = device.createShaderModule({ + code: ` + @group(0) @binding(0) var tex: texture_2d; + @group(0) @binding(1) var smp: sampler; + @group(0) @binding(2) var result: array; + + struct VSOutput { + @builtin(position) pos: vec4f, + @location(0) @interpolate(flat, either) ndx: u32, + @location(1) @interpolate(flat, either) result: vec4f, + }; + + fn getMixLevels(wNdx: u32) -> vec4f { + let mipLevel = f32(wNdx) / ${kMipGradientSteps}; + let size = textureDimensions(tex); + let g = mix(1.0, 2.0, mipLevel) / f32(size.x); + let ddx = vec2f(g, 0); + return vec4f( + textureSampleLevel(tex, smp, vec2f(0.5), mipLevel).r, + textureSampleGrad(tex, smp, vec2f(0.5), ddx, vec2f(0)).r, + 0, + 0); + } + + fn recordMixLevels(wNdx: u32, r: vec4f) { + let ndx = wNdx * ${kNumWeightTypes}; + for (var i: u32 = 0; i < ${kNumWeightTypes}; i++) { + result[ndx + i] = r[i]; + } + } + + fn getPosition(vNdx: u32) -> vec4f { + let pos = array( + vec2f(-1, 3), + vec2f( 3, -1), + vec2f(-1, -1), + ); + let p = pos[vNdx]; + return vec4f(p, 0, 1); + } + + @vertex fn vs(@builtin(vertex_index) vNdx: u32, @builtin(instance_index) iNdx: u32) -> VSOutput { + return VSOutput(getPosition(vNdx), iNdx, vec4f(0)); + } + + @fragment fn fsRecord(v: VSOutput) -> @location(0) vec4f { + recordMixLevels(v.ndx, getMixLevels(v.ndx)); + return vec4f(0); + } + + @compute @workgroup_size(1) fn csRecord(@builtin(global_invocation_id) id: vec3u) { + recordMixLevels(id.x, getMixLevels(id.x)); + } + + @vertex fn vsRecord(@builtin(vertex_index) vNdx: u32, @builtin(instance_index) iNdx: u32) -> VSOutput { + return VSOutput(getPosition(vNdx), iNdx, getMixLevels(iNdx)); + } + + @fragment fn fsSaveVs(v: VSOutput) -> @location(0) vec4f { + recordMixLevels(v.ndx, v.result); + return vec4f(0); + } + ` + }); + + const texture = t.createTextureTracked({ + size: [2, 2, 1], + format: 'r8unorm', + usage: GPUTextureUsage.TEXTURE_BINDING | GPUTextureUsage.COPY_DST, + mipLevelCount: 2 + }); + + device.queue.writeTexture( + { texture, mipLevel: 1 }, + new Uint8Array([255]), + { bytesPerRow: 1 }, + [1, 1] + ); + + const sampler = device.createSampler({ + minFilter: 'linear', + magFilter: 'linear', + mipmapFilter: 'linear' + }); + + const target = t.createTextureTracked({ + size: [1, 1], + format: 'rgba8unorm', + usage: GPUTextureUsage.RENDER_ATTACHMENT + }); + + const storageBuffer = t.createBufferTracked({ + size: 4 * (kMipGradientSteps + 1) * kNumWeightTypes, + usage: GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC + }); + + const resultBuffer = t.createBufferTracked({ + size: storageBuffer.size, + usage: GPUBufferUsage.COPY_DST | GPUBufferUsage.MAP_READ + }); + + const createBindGroup = (pipeline) => + device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { binding: 0, resource: texture.createView() }, + { binding: 1, resource: sampler }, + { binding: 2, resource: { buffer: storageBuffer } }] + + }); + + const encoder = device.createCommandEncoder(); + switch (stage) { + case 'compute':{ + const pipeline = device.createComputePipeline({ + layout: 'auto', + compute: { module } + }); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, createBindGroup(pipeline)); + pass.dispatchWorkgroups(kMipGradientSteps + 1); + pass.end(); + break; + } + case 'fragment':{ + const pipeline = device.createRenderPipeline({ + layout: 'auto', + vertex: { module, entryPoint: 'vs' }, + fragment: { module, entryPoint: 'fsRecord', targets: [{ format: 'rgba8unorm' }] } + }); + const pass = encoder.beginRenderPass({ + colorAttachments: [ + { + view: target.createView(), + loadOp: 'clear', + storeOp: 'store' + }] + + }); + pass.setPipeline(pipeline); + pass.setBindGroup(0, createBindGroup(pipeline)); + pass.draw(3, kMipGradientSteps + 1); + pass.end(); + break; + } + case 'vertex':{ + const pipeline = device.createRenderPipeline({ + layout: 'auto', + vertex: { module, entryPoint: 'vsRecord' }, + fragment: { module, entryPoint: 'fsSaveVs', targets: [{ format: 'rgba8unorm' }] } + }); + const pass = encoder.beginRenderPass({ + colorAttachments: [ + { + view: target.createView(), + loadOp: 'clear', + storeOp: 'store' + }] + + }); + pass.setPipeline(pipeline); + pass.setBindGroup(0, createBindGroup(pipeline)); + pass.draw(3, kMipGradientSteps + 1); + pass.end(); + break; + } + } + encoder.copyBufferToBuffer(storageBuffer, 0, resultBuffer, 0, resultBuffer.size); + device.queue.submit([encoder.finish()]); + + await resultBuffer.mapAsync(GPUMapMode.READ); + const result = Array.from(new Float32Array(resultBuffer.getMappedRange())); + resultBuffer.unmap(); + resultBuffer.destroy(); + + const [sampleLevelWeights, gradWeights] = unzip(result, kNumWeightTypes); + + validateWeights(stage, sampleLevelWeights); + validateWeights(stage, gradWeights); + + texture.destroy(); + storageBuffer.destroy(); + + return { + sampleLevelWeights, + softwareMixToGPUMixGradWeights: generateSoftwareMixToGPUMixGradWeights(gradWeights, texture) + }; +} + +// Given an array of ascending values and a value v, finds +// which indices in the array v is between. Returns the lower +// index and the mix weight between the 2 indices for v. +// +// In other words, if values = [10, 20, 30, 40, 50] +// +// getIndexAndWeight(values, 38) -> [2, 0.8] +// +// Example: +// +// values = [10, 20, 30, 40, 50] +// v = 38 +// [ndx, weight] = getIndexAndWeight(values, v); +// v2 = lerp(values[ndx], values[ndx + 1], weight); +// assert(v === v2) +function getIndexAndWeight(values, v) { + assert(v >= values[0] && v <= values[values.length - 1]); + let lo = 0; + let hi = values.length - 1; + for (;;) { + const i = lo + (hi - lo) / 2 | 0; + const w0 = values[i]; + const w1 = values[i + 1]; + if (lo === hi || v >= w0 && v <= w1) { + const weight = (v - w0) / (w1 - w0); + return [i, weight]; + } + if (v < w0) { + hi = i; + } else { + lo = i + 1; + } + } +} + +/** + * Given a fractional number between 0 and values.length returns the value between + * 2 values. Effectively lerp(values[ndx], values[ndx + 1], weight) + */ +function bilinearFilter(values, ndx, weight) { + const v0 = values[ndx]; + const v1 = values[ndx + 1] ?? 0; + assert(ndx < values.length - 1 || ndx === values.length - 1 && weight === 0); + return lerp(v0, v1, weight); +} + +/** + * Generates an array of values that maps between the software renderer's gradient computed + * mip level and the GPUs gradient computed mip level for mip level 0 to 1. + */ +function generateSoftwareMixToGPUMixGradWeights(gpuWeights, texture) { + const numSteps = gpuWeights.length - 1; + const size = [texture.width, texture.height, texture.depthOrArrayLayers]; + const softwareWeights = range(numSteps + 1, (i) => { + // u goes from 0 to 1 + const u = i / numSteps; + const g = lerp(1, 2, u) / texture.width; + const mipLevel = computeMipLevelFromGradients([g], [0], size); + assert(mipLevel >= 0 && mipLevel <= 1); + return mipLevel; + }); + const softwareMixToGPUMixMap = range(numSteps + 1, (i) => { + const mix = i / numSteps; + const [ndx, weight] = getIndexAndWeight(softwareWeights, mix); + return bilinearFilter(gpuWeights, ndx, weight); + }); + return softwareMixToGPUMixMap; +} + +function mapSoftwareMipLevelToGPUMipLevel(t, stage, mipLevel) { + const baseLevel = Math.floor(mipLevel); + const softwareMix = mipLevel - baseLevel; + const gpuMix = getMixWeightByTypeForMipLevel( + t, + stage, + 'softwareMixToGPUMixGradWeights', + softwareMix + ); + return baseLevel + gpuMix; +} + +const euclideanModulo = (n, m) => (n % m + m) % m; + +/** + * Gets the mip gradient values for the current device. + * The issue is, different GPUs have different ways of mixing between mip levels. + * For most GPUs it's linear but for AMD GPUs on Mac in particular, it's something + * else (which AFAICT is against all the specs). + * + * We seemingly have 3 options: + * + * 1. Increase the tolerances of tests so they pass on AMD. + * 2. Mark AMD as failing + * 3. Try to figure out how the GPU converts mip levels into weights + * + * We're doing 3. + * + * There's an assumption that the gradient will be the same for all formats + * and usages. + * + * Note: The code below has 2 maps. One device->Promise, the other device->weights + * device->weights is meant to be used synchronously by other code so we don't + * want to leave initMipGradientValuesForDevice until the weights have been read. + * But, multiple subcases will run because this function is async. So, subcase 1 + * runs, hits this init code, this code waits for the weights. Then, subcase 2 + * runs and hits this init code. The weights will not be in the device->weights map + * yet which is why we have the device->Promise map. This is so subcase 2 waits + * for subcase 1's "query the weights" step. Otherwise, all subcases would do the + * "get the weights" step separately. + */ +const kMipGradientSteps = 64; +const s_deviceToMipGradientValuesPromise = new WeakMap( + + +); +const s_deviceToMipGradientValues = new WeakMap(); + +async function initMipGradientValuesForDevice(t, stage) { + const { device } = t; + // Get the per stage promises (or make them) + const stageWeightsP = + s_deviceToMipGradientValuesPromise.get(device) ?? + {}; + s_deviceToMipGradientValuesPromise.set(device, stageWeightsP); + + let weightsP = stageWeightsP[stage]; + if (!weightsP) { + // There was no promise for this weight so request it + // and add a then clause so the first thing that will happen + // when the promise resolves is that we'll record the weights for + // that stage. + weightsP = queryMipGradientValuesForDevice(t, stage); + weightsP. + then((weights) => { + const stageWeights = + s_deviceToMipGradientValues.get(device) ?? {}; + s_deviceToMipGradientValues.set(device, stageWeights); + stageWeights[stage] = weights; + }). + catch((e) => { + throw e; + }); + stageWeightsP[stage] = weightsP; + } + return await weightsP; +} + +function getMixWeightByTypeForMipLevel( +t, +stage, +weightType, +mipLevel) +{ + if (weightType === 'identity') { + return euclideanModulo(mipLevel, 1); + } + // linear interpolate between weights + const weights = s_deviceToMipGradientValues.get(t.device)[stage][weightType]; + assert( + !!weights, + 'you must use WGSLTextureSampleTest or call initializeDeviceMipWeights before calling this function' + ); + const steps = weights.length - 1; + const w = euclideanModulo(mipLevel, 1) * steps; + const lowerNdx = Math.floor(w); + const upperNdx = Math.ceil(w); + const mix = w % 1; + return lerp(weights[lowerNdx], weights[upperNdx], mix); +} + +function getWeightForMipLevel( +t, +stage, +weightType, +mipLevelCount, +mipLevel) +{ + if (mipLevel < 0 || mipLevel >= mipLevelCount) { + return 1; + } + return getMixWeightByTypeForMipLevel(t, stage, weightType, mipLevel); +} + /** * Used for textureDimension, textureNumLevels, textureNumLayers */ @@ -92,6 +872,24 @@ export class WGSLTextureQueryTest extends GPUTest { } } +/** + * Used for textureSampleXXX + */ +export class WGSLTextureSampleTest extends GPUTest { + async init() { + await super.init(); + } +} + +/** + * Used to specify a range from [0, num) + * The type is used to determine if values should be integers and if they can be negative. + */ + + + + + function getLimitValue(v) { switch (v) { case Number.POSITIVE_INFINITY: @@ -103,17 +901,16 @@ function getLimitValue(v) { } } -function getValueBetweenMinAndMaxTexelValueInclusive( +function getMinAndMaxTexelValueForComponent( rep, -component, -normalized) +component) { assert(!!rep.numericRange); const perComponentRanges = rep.numericRange; const perComponentRange = perComponentRanges[component]; const range = rep.numericRange; const { min, max } = perComponentRange ? perComponentRange : range; - return lerp(getLimitValue(min), getLimitValue(max), normalized); + return { min: getLimitValue(min), max: getLimitValue(max) }; } /** @@ -171,42 +968,206 @@ export function appendComponentTypeForFormatToTextureType(base, format) { `${base}<${getTextureFormatTypeInfo(format).componentType}>`; } + + + + /** - * Creates a TexelView filled with random values. + * Make a generator for texels for depth comparison tests. */ -export function createRandomTexelView(info) +export function makeRandomDepthComparisonTexelGenerator( +info, + +comparison) { const rep = kTexelRepresentationInfo[info.format]; - const generator = (coords) => { + const size = reifyExtent3D(info.size); + + const comparisonIsEqualOrNotEqual = comparison === 'equal' || comparison === 'not-equal'; + + // for equal and not-equal we just want to test 0, 0.6, and 1 + // for everything else we want 0 to 1 + // Note: 0.6 is chosen because we'll never choose 0.6 as our depth reference + // value. (see generateTextureBuiltinInputsImpl and generateSamplePointsCube) + // The problem with comparing equal is other than 0.0 and 1.0, no other + // values are guaranteed to be equal. + const fixedValues = [0, 0.6, 1, 1]; + const format = comparisonIsEqualOrNotEqual ? + (norm) => fixedValues[norm * (fixedValues.length - 1) | 0] : + (norm) => norm; + + return (coords) => { const texel = {}; for (const component of rep.componentOrder) { - const rnd = hashU32(coords.x, coords.y, coords.z, component.charCodeAt(0)); + const rnd = hashU32( + coords.x, + coords.y, + coords.z, + coords.sampleIndex ?? 0, + component.charCodeAt(0), + size.width, + size.height, + size.depthOrArrayLayers + ); const normalized = clamp(rnd / 0xffffffff, { min: 0, max: 1 }); - texel[component] = getValueBetweenMinAndMaxTexelValueInclusive(rep, component, normalized); + texel[component] = format(normalized); } return quantize(texel, rep); }; - return TexelView.fromTexelsAsColors(info.format, generator); +} + +function createRandomTexelViewViaColors( +info, + + + + +options) +{ + const rep = kTexelRepresentationInfo[info.format]; + const size = reifyExtent3D(info.size); + const minMax = Object.fromEntries( + rep.componentOrder.map((component) => [ + component, + getMinAndMaxTexelValueForComponent(rep, component)] + ) + ); + const generator = (coords) => { + const texel = {}; + for (const component of rep.componentOrder) { + const rnd = hashU32( + coords.x, + coords.y, + coords.z, + coords.sampleIndex ?? 0, + component.charCodeAt(0), + info.mipLevel, + size.width, + size.height, + size.depthOrArrayLayers + ); + const normalized = clamp(rnd / 0xffffffff, { min: 0, max: 1 }); + const { min, max } = minMax[component]; + texel[component] = lerp(min, max, normalized); + } + return quantize(texel, rep); + }; + return TexelView.fromTexelsAsColors( + info.format, + options?.generator ?? generator + ); +} + +function createRandomTexelViewViaBytes(info) + + + + +{ + const { format } = info; + const formatInfo = kTextureFormatInfo[format]; + const rep = kTexelRepresentationInfo[info.format]; + assert(!!rep); + const bytesPerBlock = formatInfo.color?.bytes ?? formatInfo.stencil?.bytes; + assert(bytesPerBlock > 0); + const size = physicalMipSize(reifyExtent3D(info.size), info.format, '2d', 0); + const blocksAcross = Math.ceil(size.width / formatInfo.blockWidth); + const blocksDown = Math.ceil(size.height / formatInfo.blockHeight); + const bytesPerRow = blocksAcross * bytesPerBlock * info.sampleCount; + const bytesNeeded = bytesPerRow * blocksDown * size.depthOrArrayLayers; + const data = new Uint8Array(bytesNeeded); + + const hashBase = + sumOfCharCodesOfString(info.format) + + size.width + + size.height + + size.depthOrArrayLayers + + info.mipLevel + + info.sampleCount; + + if (info.format.includes('32float') || info.format.includes('16float')) { + const { min, max } = getMinAndMaxTexelValueForComponent(rep, TexelComponent.R); + const asFloat = info.format.includes('32float') ? + new Float32Array(data.buffer) : + new Float16Array(data.buffer); + for (let i = 0; i < asFloat.length; ++i) { + asFloat[i] = lerp(min, max, hashU32(hashBase + i) / 0xffff_ffff); + } + } else if (bytesNeeded % 4 === 0) { + const asU32 = new Uint32Array(data.buffer); + for (let i = 0; i < asU32.length; ++i) { + asU32[i] = hashU32(hashBase + i); + } + } else { + for (let i = 0; i < bytesNeeded; ++i) { + data[i] = hashU32(hashBase + i); + } + } + + return TexelView.fromTextureDataByReference(info.format, data, { + bytesPerRow, + rowsPerImage: size.height, + subrectOrigin: [0, 0, 0], + subrectSize: size + }); +} + +/** + * Creates a TexelView filled with random values. + */ +function createRandomTexelView( +info, + + + + + +options) +{ + assert(!isCompressedTextureFormat(info.format)); + const formatInfo = kTextureFormatInfo[info.format]; + const type = formatInfo.color?.type ?? formatInfo.depth?.type ?? formatInfo.stencil?.type; + const canFillWithRandomTypedData = + !options && + isEncodableTextureFormat(info.format) && ( + info.format.includes('norm') && type !== 'depth' || + info.format.includes('16float') || + info.format.includes('32float') && type !== 'depth' || + type === 'sint' || + type === 'uint'); + + return canFillWithRandomTypedData ? + createRandomTexelViewViaBytes(info) : + createRandomTexelViewViaColors(info, options); } /** * Creates a mip chain of TexelViews filled with random values */ -export function createRandomTexelViewMipmap(info) +function createRandomTexelViewMipmap( +info, + + +options) { const mipLevelCount = info.mipLevelCount ?? 1; const dimension = info.dimension ?? '2d'; return range(mipLevelCount, (i) => - createRandomTexelView({ - format: info.format, - size: virtualMipSize(dimension, info.size, i) - }) + createRandomTexelView( + { + format: info.format, + size: virtualMipSize(dimension, info.size, i), + mipLevel: i, + sampleCount: info.sampleCount ?? 1 + }, + options + ) ); } @@ -218,11 +1179,16 @@ export function createRandomTexelViewMipmap(info) const kTextureCallArgNames = [ +'component', 'coords', +'derivativeMult', // NOTE: derivativeMult not an argument but is used with coords for implicit derivatives. 'arrayIndex', +'bias', +'sampleIndex', 'mipLevel', 'ddx', 'ddy', +'depthRef', 'offset']; @@ -243,6 +1209,91 @@ const kTextureCallArgNames = [ + + + + + + + + + + + + + + + + + + +const isBuiltinComparison = (builtin) => +builtin === 'textureGatherCompare' || +builtin === 'textureSampleCompare' || +builtin === 'textureSampleCompareLevel'; +const isBuiltinGather = (builtin) => +builtin === 'textureGather' || builtin === 'textureGatherCompare'; +const builtinNeedsSampler = (builtin) => +builtin.startsWith('textureSample') || builtin.startsWith('textureGather'); +const builtinNeedsDerivatives = (builtin) => +builtin === 'textureSample' || +builtin === 'textureSampleBias' || +builtin === 'textureSampleCompare'; + +const isCubeViewDimension = (viewDescriptor) => +viewDescriptor?.dimension === 'cube' || viewDescriptor?.dimension === 'cube-array'; + +const s_u32 = new Uint32Array(1); +const s_f32 = new Float32Array(s_u32.buffer); +const s_i32 = new Int32Array(s_u32.buffer); + +const kBitCastFunctions = { + f: (v) => { + s_f32[0] = v; + return s_u32[0]; + }, + i: (v) => { + s_i32[0] = v; + assert(s_i32[0] === v, 'check we are not casting non-int or out-of-range value'); + return s_u32[0]; + }, + u: (v) => { + s_u32[0] = v; + assert(s_u32[0] === v, 'check we are not casting non-uint or out-of-range value'); + return s_u32[0]; + } +}; + +function getCallArgType( +call, +argName) +{ + switch (argName) { + case 'coords': + case 'derivativeMult': + return call.coordType; + case 'component': + assert(call.componentType !== undefined); + return call.componentType; + case 'mipLevel': + assert(call.levelType !== undefined); + return call.levelType; + case 'arrayIndex': + assert(call.arrayIndexType !== undefined); + return call.arrayIndexType; + case 'sampleIndex': + assert(call.sampleIndexType !== undefined); + return call.sampleIndexType; + case 'bias': + case 'depthRef': + case 'ddx': + case 'ddy': + return 'f'; + default: + unreachable(); + } +} + function toArray(coords) { if (coords instanceof Array) { return coords; @@ -323,6 +1374,35 @@ format) return out; } +/** + * Convert RGBA result format to texel view format. + * Example, converts + * { R: 0.1, G: 0, B: 0, A: 1 } to { Depth: 0.1 } + * { R: 0.1 } to { R: 0.1, G: 0, B: 0, A: 1 } + */ +function convertToTexelViewFormat(src, format) { + const componentOrder = isDepthTextureFormat(format) ? + [TexelComponent.Depth] : + isStencilTextureFormat(format) ? + [TexelComponent.Stencil] : + [TexelComponent.R, TexelComponent.G, TexelComponent.B, TexelComponent.A]; + const out = {}; + for (const component of componentOrder) { + let v = src[component]; + if (v === undefined) { + if (component === 'Depth' || component === 'Stencil') { + v = src.R; + } else if (component === 'G' || component === 'B') { + v = 0; + } else { + v = 1; + } + } + out[component] = v; + } + return out; +} + /** * Convert RGBA result format to texel view format of src texture. * Effectively this converts something like { R: 0.1, G: 0, B: 0, A: 1 } @@ -348,40 +1428,93 @@ function zeroValuePerTexelComponent(components) { return out; } +const kSamplerFns = { + never: (ref, v) => false, + less: (ref, v) => ref < v, + equal: (ref, v) => ref === v, + 'less-equal': (ref, v) => ref <= v, + greater: (ref, v) => ref > v, + 'not-equal': (ref, v) => ref !== v, + 'greater-equal': (ref, v) => ref >= v, + always: (ref, v) => true +}; + +function applyCompare( +call, +sampler, +components, +src) +{ + if (isBuiltinComparison(call.builtin)) { + assert(sampler !== undefined); + assert(call.depthRef !== undefined); + const out = {}; + const compareFn = kSamplerFns[sampler.compare]; + for (const component of components) { + out[component] = compareFn(call.depthRef, src[component]) ? 1 : 0; + } + return out; + } else { + return src; + } +} + /** * Returns the expect value for a WGSL builtin texture function for a single * mip level */ -export function softwareTextureReadMipLevel( +function softwareTextureReadMipLevel( call, texture, sampler, mipLevel) { - const { format } = texture.texels[mipLevel]; + assert(mipLevel % 1 === 0); + const { format } = texture.texels[0]; const rep = kTexelRepresentationInfo[format]; const textureSize = virtualMipSize( texture.descriptor.dimension || '2d', texture.descriptor.size, mipLevel ); - const addressMode = [ + const addressMode = + call.builtin === 'textureSampleBaseClampToEdge' ? + ['clamp-to-edge', 'clamp-to-edge', 'clamp-to-edge'] : + [ sampler?.addressModeU ?? 'clamp-to-edge', sampler?.addressModeV ?? 'clamp-to-edge', sampler?.addressModeW ?? 'clamp-to-edge']; - const load = (at) => - texture.texels[mipLevel].color({ - x: Math.floor(at[0]), - y: Math.floor(at[1] ?? 0), - z: call.arrayIndex ?? Math.floor(at[2] ?? 0) - }); + const isCube = isCubeViewDimension(texture.viewDescriptor); + const arrayIndexMult = isCube ? 6 : 1; + const numLayers = textureSize[2] / arrayIndexMult; + assert(numLayers % 1 === 0); + const textureSizeForCube = [textureSize[0], textureSize[1], 6]; - const isCube = texture.viewDescriptor.dimension === 'cube'; + const load = (at) => { + const zFromArrayIndex = + call.arrayIndex !== undefined ? + clamp(call.arrayIndex, { min: 0, max: numLayers - 1 }) * arrayIndexMult : + 0; + return texture.texels[mipLevel].color({ + x: Math.floor(at[0]), + y: Math.floor(at[1] ?? 0), + z: Math.floor(at[2] ?? 0) + zFromArrayIndex, + sampleIndex: call.sampleIndex + }); + }; switch (call.builtin) { - case 'textureSample':{ + case 'textureGather': + case 'textureGatherCompare': + case 'textureSample': + case 'textureSampleBias': + case 'textureSampleBaseClampToEdge': + case 'textureSampleCompare': + case 'textureSampleCompareLevel': + case 'textureSampleGrad': + case 'textureSampleLevel':{ let coords = toArray(call.coords); if (isCube) { @@ -398,7 +1531,7 @@ mipLevel) // ├───┼───┼───┼───┤ // │ │ │ │ b │ // └───┴───┴───┴───┘ - let at = coords.map((v, i) => v * textureSize[i] - 0.5); + let at = coords.map((v, i) => v * (isCube ? textureSizeForCube : textureSize)[i] - 0.5); // Apply offset in whole texel units // This means the offset is added at each mip level in texels. There's no @@ -409,7 +1542,7 @@ mipLevel) const samples = []; - const filter = sampler?.minFilter ?? 'nearest'; + const filter = isBuiltinGather(call.builtin) ? 'linear' : sampler?.minFilter ?? 'nearest'; switch (filter) { case 'linear':{ // 'p0' is the lower texel for 'at' @@ -428,10 +1561,11 @@ mipLevel) samples.push({ at: p1, weight: p1W[0] }); break; case 2:{ - samples.push({ at: p0, weight: p0W[0] * p0W[1] }); - samples.push({ at: [p1[0], p0[1]], weight: p1W[0] * p0W[1] }); + // Note: These are ordered to match textureGather samples.push({ at: [p0[0], p1[1]], weight: p0W[0] * p1W[1] }); samples.push({ at: p1, weight: p1W[0] * p1W[1] }); + samples.push({ at: [p1[0], p0[1]], weight: p1W[0] * p0W[1] }); + samples.push({ at: p0, weight: p0W[0] * p0W[1] }); break; } case 3:{ @@ -441,10 +1575,11 @@ mipLevel) // the slice they'll be wrapped by wrapFaceCoordToCubeFaceAtEdgeBoundaries // below. if (isCube) { - samples.push({ at: p0, weight: p0W[0] * p0W[1] }); - samples.push({ at: [p1[0], p0[1], p0[2]], weight: p1W[0] * p0W[1] }); + // Note: These are ordered to match textureGather samples.push({ at: [p0[0], p1[1], p0[2]], weight: p0W[0] * p1W[1] }); samples.push({ at: p1, weight: p1W[0] * p1W[1] }); + samples.push({ at: [p1[0], p0[1], p0[2]], weight: p1W[0] * p0W[1] }); + samples.push({ at: p0, weight: p0W[0] * p0W[1] }); const ndx = getUnusedCubeCornerSampleIndex(textureSize[0], coords); if (ndx >= 0) { // # Issues with corners of cubemaps @@ -478,7 +1613,16 @@ mipLevel) // I'm not sure what "average the values of the three available samples" // means. To me that would be (a+b+c)/3 or in other words, set all the // weights to 0.33333 but that's not what the M1 is doing. - unreachable('corners of cubemaps are not testable'); + // + // We could check that, given the 3 texels at the corner, if all 3 texels + // are the same value then the result must be the same value. Otherwise, + // the result must be between the 3 values. For now, the code that + // chooses test coordinates avoids corners. This has the restriction + // that the smallest mip level be at least 4x4 so there are some non + // corners to choose from. + unreachable( + `corners of cubemaps are not testable:\n ${describeTextureCall(call)}` + ); } } else { const p = [p0, p1]; @@ -508,16 +1652,33 @@ mipLevel) unreachable(); } + if (isBuiltinGather(call.builtin)) { + const componentNdx = call.component ?? 0; + assert(componentNdx >= 0 && componentNdx < 4); + assert(samples.length === 4); + const component = kRGBAComponents[componentNdx]; + const out = {}; + samples.forEach((sample, i) => { + const c = isCube ? + wrapFaceCoordToCubeFaceAtEdgeBoundaries(textureSize[0], sample.at) : + applyAddressModesToCoords(addressMode, textureSize, sample.at); + const v = load(c); + const postV = applyCompare(call, sampler, rep.componentOrder, v); + const rgba = convertPerTexelComponentToResultFormat(postV, format); + out[kRGBAComponents[i]] = rgba[component]; + }); + return out; + } + const out = {}; - const ss = []; for (const sample of samples) { const c = isCube ? wrapFaceCoordToCubeFaceAtEdgeBoundaries(textureSize[0], sample.at) : applyAddressModesToCoords(addressMode, textureSize, sample.at); const v = load(c); - ss.push(v); + const postV = applyCompare(call, sampler, rep.componentOrder, v); for (const component of rep.componentOrder) { - out[component] = (out[component] ?? 0) + v[component] * sample.weight; + out[component] = (out[component] ?? 0) + postV[component] * sample.weight; } } @@ -529,59 +1690,47 @@ mipLevel) load(call.coords); return convertPerTexelComponentToResultFormat(out, format); } + default: + unreachable(); } } /** - * The software version of a texture builtin (eg: textureSample) - * Note that this is not a complete implementation. Rather it's only - * what's needed to generate the correct expected value for the tests. + * Reads a texture, optionally sampling between 2 mipLevels */ -export function softwareTextureRead( +function softwareTextureReadLevel( +t, +stage, call, texture, -sampler) +sampler, +mipLevel) { - assert(call.ddx !== undefined); - assert(call.ddy !== undefined); - const rep = kTexelRepresentationInfo[texture.texels[0].format]; - const texSize = reifyExtent3D(texture.descriptor.size); - const textureSize = [texSize.width, texSize.height]; - - // ddx and ddy are the values that would be passed to textureSampleGrad - // If we're emulating textureSample then they're the computed derivatives - // such that if we passed them to textureSampleGrad they'd produce the - // same result. - const ddx = typeof call.ddx === 'number' ? [call.ddx] : call.ddx; - const ddy = typeof call.ddy === 'number' ? [call.ddy] : call.ddy; - - // Compute the mip level the same way textureSampleGrad does - const scaledDdx = ddx.map((v, i) => v * textureSize[i]); - const scaledDdy = ddy.map((v, i) => v * textureSize[i]); - const dotDDX = dotProduct(scaledDdx, scaledDdx); - const dotDDY = dotProduct(scaledDdy, scaledDdy); - const deltaMax = Math.max(dotDDX, dotDDY); - // MAINTENANCE_TODO: handle texture view baseMipLevel and mipLevelCount? - const mipLevel = 0.5 * Math.log2(deltaMax); - const mipLevelCount = texture.texels.length; const maxLevel = mipLevelCount - 1; - switch (sampler.mipmapFilter) { + if (!sampler) { + return softwareTextureReadMipLevel(call, texture, sampler, mipLevel); + } + + const effectiveMipmapFilter = isBuiltinGather(call.builtin) ? 'nearest' : sampler.mipmapFilter; + switch (effectiveMipmapFilter) { case 'linear':{ const clampedMipLevel = clamp(mipLevel, { min: 0, max: maxLevel }); const baseMipLevel = Math.floor(clampedMipLevel); const nextMipLevel = Math.ceil(clampedMipLevel); const t0 = softwareTextureReadMipLevel(call, texture, sampler, baseMipLevel); const t1 = softwareTextureReadMipLevel(call, texture, sampler, nextMipLevel); - const mix = mipLevel % 1; + const weightType = call.builtin === 'textureSampleLevel' ? 'sampleLevelWeights' : 'identity'; + const mix = getWeightForMipLevel(t, stage, weightType, mipLevelCount, clampedMipLevel); + assert(mix >= 0 && mix <= 1); const values = [ { v: t0, weight: 1 - mix }, { v: t1, weight: mix }]; const out = {}; for (const { v, weight } of values) { - for (const component of rep.componentOrder) { + for (const component of kRGBAComponents) { out[component] = (out[component] ?? 0) + v[component] * weight; } } @@ -596,6 +1745,148 @@ sampler) } } +function computeMipLevelFromGradients( +ddx, +ddy, +size) +{ + const texSize = reifyExtent3D(size); + const textureSize = [texSize.width, texSize.height, texSize.depthOrArrayLayers]; + + // Compute the mip level the same way textureSampleGrad does according to the spec. + const scaledDdx = ddx.map((v, i) => v * textureSize[i]); + const scaledDdy = ddy.map((v, i) => v * textureSize[i]); + const dotDDX = dotProduct(scaledDdx, scaledDdx); + const dotDDY = dotProduct(scaledDdy, scaledDdy); + const deltaMax = Math.max(dotDDX, dotDDY); + const mipLevel = 0.5 * Math.log2(deltaMax); + return mipLevel; +} + +function computeMipLevelFromGradientsForCall( +call, +size) +{ + assert(!!call.ddx); + assert(!!call.ddy); + // ddx and ddy are the values that would be passed to textureSampleGrad + // If we're emulating textureSample then they're the computed derivatives + // such that if we passed them to textureSampleGrad they'd produce the + // same result. + const ddx = typeof call.ddx === 'number' ? [call.ddx] : call.ddx; + const ddy = typeof call.ddy === 'number' ? [call.ddy] : call.ddy; + + return computeMipLevelFromGradients(ddx, ddy, size); +} + +/** + * The software version of textureSampleGrad except with optional level. + */ +function softwareTextureReadGrad( +t, +stage, +call, +texture, +sampler) +{ + const bias = call.bias === undefined ? 0 : clamp(call.bias, { min: -16.0, max: 15.99 }); + if (call.ddx) { + const mipLevel = computeMipLevelFromGradientsForCall(call, texture.descriptor.size); + const mipLevelCount = texture.descriptor.mipLevelCount ?? 1; + const clampedMipLevel = clamp(mipLevel + bias, { min: 0, max: mipLevelCount - 1 }); + const weightMipLevel = mapSoftwareMipLevelToGPUMipLevel(t, stage, clampedMipLevel); + return softwareTextureReadLevel(t, stage, call, texture, sampler, weightMipLevel); + } else { + return softwareTextureReadLevel(t, stage, call, texture, sampler, (call.mipLevel ?? 0) + bias); + } +} + +/** + * This must match the code in doTextureCalls for derivativeBase + * + * Note: normal implicit derivatives are computed like this + * + * fn textureSample(T, S, coord) -> vec4f { + * return textureSampleGrad(T, S, dpdx(coord), dpdy(coord)); + * } + * + * dpdx and dpdy are effectively computed by, + * getting the values of coord for 2x2 adjacent texels. + * + * p0 = coord value at x, y + * p1 = coord value at x + 1, y + * p2 = coord value at x, y + 1 + * p3 = coord value at x + 1, y + 1 + * + * dpdx is the average delta in x and dpdy is the average delta in y + * + * dpdx = (p1 - p0 + p3 - p2) / 2 // average of horizontal change + * dpdy = (p2 - p0 + p3 - p1) / 2 // average of vertical change + * + * derivativeBase is + * + * '1d' '2d' '3d' + * p0 = [0] [0, 0] [0, 0, 0] + * p1 = [1] [1, 0] [1, 0, 0] + * p2 = [0] [0, 1] [0, 1, 0] + * p3 = [1] [1, 1] [1, 1, 0] + * + * But, these values are normalized texels coords so if the src texture + * is 8x8 these would be * 0.125 + * + * Note: to test other derivatives we add in a multiplier but, + * this base gives us something to add that starts at 0,0 at the call + * but who's derivatives we can easily set. We need the default + * derivativeBase to be 1 otherwise it's 0 which makes the computed mip level + * be -Infinity which means bias in `textureSampleBias` has no meaning. + */ +function derivativeBaseForCall(texture, isDDX) { + const texSize = reifyExtent3D(texture.descriptor.size); + const textureSize = [texSize.width, texSize.height, texSize.depthOrArrayLayers]; + if (isCubeViewDimension(texture.viewDescriptor)) { + return isDDX ? [1 / textureSize[0], 0, 1] : [0, 1 / textureSize[1], 1]; + } else if (texture.descriptor.dimension === '3d') { + return isDDX ? [1 / textureSize[0], 0, 0] : [0, 1 / textureSize[1], 0]; + } else if (texture.descriptor.dimension === '1d') { + return [1 / textureSize[0]]; + } else { + return isDDX ? [1 / textureSize[0], 0] : [0, 1 / textureSize[1]]; + } +} + +/** + * Multiplies derivativeBase by derivativeMult or 1 + */ +function derivativeForCall( +texture, +call, +isDDX) +{ + const dd = derivativeBaseForCall(texture, isDDX); + return dd.map((v, i) => v * (call.derivativeMult?.[i] ?? 1)); +} + +function softwareTextureRead( +t, +stage, +call, +texture, +sampler) +{ + // add the implicit derivatives that we use from WGSL in doTextureCalls + if (builtinNeedsDerivatives(call.builtin) && !call.ddx) { + const newCall = { + ...call, + ddx: call.ddx ?? derivativeForCall(texture, call, true), + ddy: call.ddy ?? derivativeForCall(texture, call, false) + }; + call = newCall; + } + return softwareTextureReadGrad(t, stage, call, texture, sampler); +} + + + @@ -612,22 +1903,19 @@ sampler) * * sample_index is outside the range [0, textureNumSamples(s)) */ function isOutOfBoundsCall(texture, call) { - assert(call.mipLevel !== undefined); assert(call.coords !== undefined); - assert(call.offset === undefined); const desc = reifyTextureDescriptor(texture.descriptor); - const { coords, mipLevel, arrayIndex, sampleIndex } = call; - if (mipLevel < 0 || mipLevel >= desc.mipLevelCount) { + if (mipLevel !== undefined && (mipLevel < 0 || mipLevel >= desc.mipLevelCount)) { return true; } const size = virtualMipSize( texture.descriptor.dimension || '2d', texture.descriptor.size, - mipLevel + mipLevel ?? 0 ); for (let i = 0; i < coords.length; ++i) { @@ -653,6 +1941,59 @@ function isOutOfBoundsCall(texture, call) { return false; } +function isValidOutOfBoundsValue( +texture, +gotRGBA, +maxFractionalDiff) +{ + // For a texture builtin with no sampler (eg textureLoad), + // any out of bounds access is allowed to return one of: + // + // * the value of any texel in the texture + // * 0,0,0,0 or 0,0,0,1 if not a depth texture + // * 0 if a depth texture + if (texture.descriptor.format.includes('depth')) { + if (gotRGBA.R === 0) { + return true; + } + } else { + if ( + gotRGBA.R === 0 && + gotRGBA.B === 0 && + gotRGBA.G === 0 && ( + gotRGBA.A === 0 || gotRGBA.A === 1)) + { + return true; + } + } + + // Can be any texel value + for (let mipLevel = 0; mipLevel < texture.texels.length; ++mipLevel) { + const mipTexels = texture.texels[mipLevel]; + const size = virtualMipSize( + texture.descriptor.dimension || '2d', + texture.descriptor.size, + mipLevel + ); + const sampleCount = texture.descriptor.sampleCount ?? 1; + for (let z = 0; z < size[2]; ++z) { + for (let y = 0; y < size[1]; ++y) { + for (let x = 0; x < size[0]; ++x) { + for (let sampleIndex = 0; sampleIndex < sampleCount; ++sampleIndex) { + const texel = mipTexels.color({ x, y, z, sampleIndex }); + const rgba = convertPerTexelComponentToResultFormat(texel, mipTexels.format); + if (texelsApproximatelyEqual(gotRGBA, rgba, mipTexels.format, maxFractionalDiff)) { + return true; + } + } + } + } + } + } + + return false; +} + /** * For a texture builtin with no sampler (eg textureLoad), * any out of bounds access is allowed to return one of: @@ -671,42 +2012,7 @@ maxFractionalDiff) return false; } - if (texture.descriptor.format.includes('depth')) { - if (gotRGBA.R === 0) { - return true; - } - } else { - if ( - gotRGBA.R === 0 && - gotRGBA.B === 0 && - gotRGBA.G === 0 && ( - gotRGBA.A === 0 || gotRGBA.A === 1)) - { - return true; - } - } - - for (let mipLevel = 0; mipLevel < texture.texels.length; ++mipLevel) { - const mipTexels = texture.texels[mipLevel]; - const size = virtualMipSize( - texture.descriptor.dimension || '2d', - texture.descriptor.size, - mipLevel - ); - for (let z = 0; z < size[2]; ++z) { - for (let y = 0; y < size[1]; ++y) { - for (let x = 0; x < size[0]; ++x) { - const texel = mipTexels.color({ x, y, z }); - const rgba = convertPerTexelComponentToResultFormat(texel, mipTexels.format); - if (texelsApproximatelyEqual(gotRGBA, rgba, mipTexels.format, maxFractionalDiff)) { - return true; - } - } - } - } - } - - return false; + return isValidOutOfBoundsValue(texture, gotRGBA, maxFractionalDiff); } const kRGBAComponents = [ @@ -727,8 +2033,14 @@ maxFractionalDiff) const rep = kTexelRepresentationInfo[format]; const got = convertResultFormatToTexelViewFormat(gotRGBA, format); const expect = convertResultFormatToTexelViewFormat(expectRGBA, format); - const gULP = rep.bitsToULPFromZero(rep.numberToBits(got)); - const eULP = rep.bitsToULPFromZero(rep.numberToBits(expect)); + const gULP = convertPerTexelComponentToResultFormat( + rep.bitsToULPFromZero(rep.numberToBits(got)), + format + ); + const eULP = convertPerTexelComponentToResultFormat( + rep.bitsToULPFromZero(rep.numberToBits(expect)), + format + ); const rgbaComponentsToCheck = isDepthOrStencilTextureFormat(format) ? kRComponent : @@ -746,6 +2058,50 @@ maxFractionalDiff) return true; } +// If it's `textureGather` then we need to convert all values to one component. +// In other words, imagine the format is rg11b10ufloat. If it was +// `textureSample` we'd have `r11, g11, b10, a=1` but for `textureGather` +// +// component = 0 => `r11, r11, r11, r11` +// component = 1 => `g11, g11, g11, g11` +// component = 2 => `b10, b10, b10, b10` +// +// etc..., each from a different texel +// +// The Texel utils don't handle this. So if `component = 2` we take each value, +// copy it to the `B` component, run it through the texel utils so it returns +// the correct ULP for a 10bit float (not an 11 bit float). Then copy it back to +// the channel it came from. +function getULPFromZeroForComponents( +rgba, +format, +builtin, +componentNdx) +{ + const rep = kTexelRepresentationInfo[format]; + if (isBuiltinGather(builtin)) { + const out = {}; + const component = kRGBAComponents[componentNdx ?? 0]; + const temp = { R: 0, G: 0, B: 0, A: 1 }; + for (const comp of kRGBAComponents) { + temp[component] = rgba[comp]; + const texel = convertResultFormatToTexelViewFormat(temp, format); + const ulp = convertPerTexelComponentToResultFormat( + rep.bitsToULPFromZero(rep.numberToBits(texel)), + format + ); + out[comp] = ulp[component]; + } + return out; + } else { + const texel = convertResultFormatToTexelViewFormat(rgba, format); + return convertPerTexelComponentToResultFormat( + rep.bitsToULPFromZero(rep.numberToBits(texel)), + format + ); + } +} + /** * Checks the result of each call matches the expected result. */ @@ -755,10 +2111,25 @@ texture, textureType, sampler, calls, -results) +results, +shortShaderStage, +gpuTexture) { + const stage = kShortShaderStageToShaderStage[shortShaderStage]; + await initMipGradientValuesForDevice(t, stage); + + let haveComparisonCheckInfo = false; + let checkInfo = { + runner: results.runner, + calls, + sampler + }; + // These are only read if the tests fail. They are used to get the values from the + // GPU texture for displaying in diagnostics. + let gpuTexels; const errs = []; - const rep = kTexelRepresentationInfo[texture.texels[0].format]; + const format = texture.texels[0].format; + const size = reifyExtent3D(texture.descriptor.size); const maxFractionalDiff = sampler?.minFilter === 'linear' || sampler?.magFilter === 'linear' || @@ -768,250 +2139,258 @@ results) for (let callIdx = 0; callIdx < calls.length; callIdx++) { const call = calls[callIdx]; - const gotRGBA = results[callIdx]; - const expectRGBA = softwareTextureReadMipLevel(call, texture, sampler, 0); + const gotRGBA = results.results[callIdx]; + const expectRGBA = softwareTextureRead(t, stage, call, texture, sampler); + // The spec says depth and stencil have implementation defined values for G, B, and A + // so if this is `textureGather` and component > 0 then there's nothing to check. if ( - texelsApproximatelyEqual(gotRGBA, expectRGBA, texture.texels[0].format, maxFractionalDiff)) + isDepthOrStencilTextureFormat(format) && + isBuiltinGather(call.builtin) && + call.component > 0) { continue; } + if (texelsApproximatelyEqual(gotRGBA, expectRGBA, format, maxFractionalDiff)) { + continue; + } + if (!sampler && okBecauseOutOfBounds(texture, call, gotRGBA, maxFractionalDiff)) { continue; } - const got = convertResultFormatToTexelViewFormat(gotRGBA, texture.texels[0].format); - const expect = convertResultFormatToTexelViewFormat(expectRGBA, texture.texels[0].format); - const gULP = rep.bitsToULPFromZero(rep.numberToBits(got)); - const eULP = rep.bitsToULPFromZero(rep.numberToBits(expect)); - for (const component of rep.componentOrder) { - const g = got[component]; - const e = expect[component]; + const gULP = getULPFromZeroForComponents(gotRGBA, format, call.builtin, call.component); + const eULP = getULPFromZeroForComponents(expectRGBA, format, call.builtin, call.component); + + // from the spec: https://gpuweb.github.io/gpuweb/#reading-depth-stencil + // depth and stencil values are D, ?, ?, ? + const rgbaComponentsToCheck = + isBuiltinGather(call.builtin) || !isDepthOrStencilTextureFormat(format) ? + kRGBAComponents : + kRComponent; + + let bad = false; + const diffs = rgbaComponentsToCheck.map((component) => { + const g = gotRGBA[component]; + const e = expectRGBA[component]; const absDiff = Math.abs(g - e); const ulpDiff = Math.abs(gULP[component] - eULP[component]); - const relDiff = absDiff / Math.max(Math.abs(g), Math.abs(e)); + assert(!Number.isNaN(ulpDiff)); + const maxAbs = Math.max(Math.abs(g), Math.abs(e)); + const relDiff = maxAbs > 0 ? absDiff / maxAbs : 0; if (ulpDiff > 3 && absDiff > maxFractionalDiff) { - const desc = describeTextureCall(call); - const size = reifyExtent3D(texture.descriptor.size); - errs.push(`component was not as expected: + bad = true; + } + return { absDiff, relDiff, ulpDiff }; + }); + + const isFloatType = (format) => { + const info = kTextureFormatInfo[format]; + return info.color?.type === 'float' || info.depth?.type === 'depth'; + }; + const fix5 = (n) => isFloatType(format) ? n.toFixed(5) : n.toString(); + const fix5v = (arr) => arr.map((v) => fix5(v)).join(', '); + const rgbaToArray = (p) => + rgbaComponentsToCheck.map((component) => p[component]); + + if (bad) { + const desc = describeTextureCall(call); + errs.push(`result was not as expected: size: [${size.width}, ${size.height}, ${size.depthOrArrayLayers}] - call: ${desc} // #${callIdx} - component: ${component} - got: ${g} - expected: ${e} - abs diff: ${absDiff.toFixed(4)} - rel diff: ${(relDiff * 100).toFixed(2)}% - ulp diff: ${ulpDiff} + mipCount: ${texture.descriptor.mipLevelCount ?? 1} + call: ${desc} // #${callIdx}`); + if (isCubeViewDimension(texture.viewDescriptor)) { + const coord = convertCubeCoordToNormalized3DTextureCoord(call.coords); + const faceNdx = Math.floor(coord[2] * 6); + errs.push(` : as 3D texture coord: (${coord[0]}, ${coord[1]}, ${coord[2]})`); + for (let mipLevel = 0; mipLevel < (texture.descriptor.mipLevelCount ?? 1); ++mipLevel) { + const mipSize = virtualMipSize( + texture.descriptor.dimension ?? '2d', + texture.descriptor.size, + mipLevel + ); + const t = coord.slice(0, 2).map((v, i) => (v * mipSize[i]).toFixed(3)); + errs.push( + ` : as texel coord mip level[${mipLevel}]: (${t[0]}, ${t[1]}), face: ${faceNdx}(${kFaceNames[faceNdx]})` + ); + } + } else { + for (let mipLevel = 0; mipLevel < (texture.descriptor.mipLevelCount ?? 1); ++mipLevel) { + const mipSize = virtualMipSize( + texture.descriptor.dimension ?? '2d', + texture.descriptor.size, + mipLevel + ); + const t = call.coords.map((v, i) => (v * mipSize[i]).toFixed(3)); + errs.push(` : as texel coord @ mip level[${mipLevel}]: (${t.join(', ')})`); + } + } + if (builtinNeedsDerivatives(call.builtin)) { + const ddx = derivativeForCall(texture, call, true); + const ddy = derivativeForCall(texture, call, false); + const mipLevel = computeMipLevelFromGradients(ddx, ddy, size); + const biasStr = call.bias === undefined ? '' : ' (without bias)'; + errs.push(`implicit derivative based mip level: ${fix5(mipLevel)}${biasStr}`); + if (call.bias) { + const clampedBias = clamp(call.bias ?? 0, { min: -16.0, max: 15.99 }); + errs.push(`\ + clamped bias: ${fix5(clampedBias)} + mip level with bias: ${fix5(mipLevel + clampedBias)}`); + } + } else if (call.ddx) { + const mipLevel = computeMipLevelFromGradientsForCall(call, size); + errs.push(`gradient based mip level: ${mipLevel}`); + } + errs.push(`\ + got: ${fix5v(rgbaToArray(gotRGBA))} + expected: ${fix5v(rgbaToArray(expectRGBA))} + max diff: ${maxFractionalDiff} + abs diffs: ${fix5v(diffs.map(({ absDiff }) => absDiff))} + rel diffs: ${diffs.map(({ relDiff }) => `${(relDiff * 100).toFixed(2)}%`).join(', ')} + ulp diffs: ${diffs.map(({ ulpDiff }) => ulpDiff).join(', ')} `); - if (sampler) { + + if (sampler) { + if (t.rec.debugging) { + // For compares, we can't use the builtin (textureXXXCompareXXX) because it only + // returns 0 or 1 or the average of 0 and 1 for multiple samples. And, for example, + // if the comparison is `always` then every sample returns 1. So we need to use the + // corresponding sample function to get the actual values from the textures + // + // textureSampleCompare -> textureSample + // textureSampleCompareLevel -> textureSampleLevel + // textureGatherCompare -> textureGather + if (isBuiltinComparison(call.builtin)) { + if (!haveComparisonCheckInfo) { + // Convert the comparison calls to their corresponding non-comparison call + const debugCalls = calls.map((call) => { + const debugCall = { ...call }; + debugCall.depthRef = undefined; + switch (call.builtin) { + case 'textureGatherCompare': + debugCall.builtin = 'textureGather'; + break; + case 'textureSampleCompare': + debugCall.builtin = 'textureSample'; + break; + case 'textureSampleCompareLevel': + debugCall.builtin = 'textureSampleLevel'; + debugCall.levelType = 'f'; + debugCall.mipLevel = 0; + break; + default: + unreachable(); + } + return debugCall; + }); + + // Convert the comparison sampler to a non-comparison sampler + const debugSampler = { ...sampler }; + delete debugSampler.compare; + + // Make a runner for these changed calls. + const debugRunner = createTextureCallsRunner( + t, + { + format, + dimension: texture.descriptor.dimension ?? '2d', + sampleCount: texture.descriptor.sampleCount ?? 1, + depthOrArrayLayers: size.depthOrArrayLayers + }, + texture.viewDescriptor, + textureType, + debugSampler, + debugCalls, + stage + ); + checkInfo = { + runner: debugRunner, + sampler: debugSampler, + calls: debugCalls + }; + haveComparisonCheckInfo = true; + } + } + + if (!gpuTexels && gpuTexture) { + // Read the texture back if we haven't yet. We'll use this + // to get values for each sample point. + gpuTexels = await readTextureToTexelViews( + t, + gpuTexture, + texture.descriptor, + getTexelViewFormatForTextureFormat(gpuTexture.format) + ); + } + + const callForSamplePoints = checkInfo.calls[callIdx]; + const expectedSamplePoints = [ 'expected:', - ...(await identifySamplePoints(texture, (texels) => { - return Promise.resolve( - softwareTextureReadMipLevel( - call, - { - texels: [texels], - descriptor: texture.descriptor, - viewDescriptor: texture.viewDescriptor - }, - sampler, - 0 - ) - ); - }))]; + ...(await identifySamplePoints( + texture, + sampler, + callForSamplePoints, + call, + texture.texels, + (texels) => { + return Promise.resolve( + softwareTextureRead( + t, + stage, + callForSamplePoints, + { + texels, + descriptor: texture.descriptor, + viewDescriptor: texture.viewDescriptor + }, + checkInfo.sampler + ) + ); + } + ))]; const gotSamplePoints = [ 'got:', - ...(await identifySamplePoints(texture, async (texels) => { - const gpuTexture = createTextureFromTexelViews(t, [texels], texture.descriptor); - const result = ( - await doTextureCalls(t, gpuTexture, texture.viewDescriptor, textureType, sampler, [ - call] - ))[ - 0]; - gpuTexture.destroy(); - return result; - }))]; + ...(await identifySamplePoints( + texture, + sampler, + callForSamplePoints, + call, + gpuTexels, + async (texels) => { + const gpuTexture = createTextureFromTexelViewsLocal(t, texels, texture.descriptor); + const result = (await checkInfo.runner.run(gpuTexture))[callIdx]; + gpuTexture.destroy(); + return result; + } + ))]; errs.push(' sample points:'); errs.push(layoutTwoColumns(expectedSamplePoints, gotSamplePoints).join('\n')); errs.push('', ''); } - } - } - } + + // this is not an else because it's common to comment out the previous `if` for running on a CQ. + if (!t.rec.debugging) { + errs.push('### turn on debugging to see sample points ###'); + } + } // if (sampler) + + // Don't report the other errors. There 50 sample points per subcase and + // 50-100 subcases so the log would get enormous if all 50 fail. One + // report per subcase is enough. + break; + } // if (bad) + } // for cellNdx + + results.runner.destroy(); + checkInfo.runner.destroy(); return errs.length > 0 ? new Error(errs.join('\n')) : undefined; } -/** - * "Renders a quad" to a TexelView with the given parameters, - * sampling from the given Texture. - */ -export function softwareRasterize( -texture, -sampler, -targetSize, -options) -{ - const [width, height] = targetSize; - const { ddx = 1, ddy = 1, uvwStart = [0, 0] } = options; - const format = 'rgba32float'; - - const textureSize = reifyExtent3D(texture.descriptor.size); - - // MAINTENANCE_TODO: Consider passing these in as a similar computation - // happens in putDataInTextureThenDrawAndCheckResultsComparedToSoftwareRasterizer. - // The issue is there, the calculation is "what do we need to multiply the unitQuad - // by to get the derivatives we want". The calculation here is "what coordinate - // will we get for a given frag coordinate". It turns out to be the same calculation - // but needs rephrasing them so they are more obviously the same would help - // consolidate them into one calculation. - const screenSpaceUMult = ddx * width / textureSize.width; - const screenSpaceVMult = ddy * height / textureSize.height; - - const rep = kTexelRepresentationInfo[format]; - - const expData = new Float32Array(width * height * 4); - for (let y = 0; y < height; ++y) { - const fragY = height - y - 1 + 0.5; - for (let x = 0; x < width; ++x) { - const fragX = x + 0.5; - // This code calculates the same value that will be passed to - // `textureSample` in the fragment shader for a given frag coord (see the - // WGSL code which uses the same formula, but using interpolation). That - // shader renders a clip space quad and includes a inter-stage "uv" - // coordinates that start with a unit quad (0,0) to (1,1) and is - // multiplied by ddx,ddy and as added in uStart and vStart - // - // uv = unitQuad * vec2(ddx, ddy) + vec2(vStart, uStart); - // - // softwareTextureRead simulates a single call to `textureSample` so - // here we're computing the `uv` value that will be passed for a - // particular fragment coordinate. fragX / width, fragY / height provides - // the unitQuad value. - // - // ddx and ddy in this case are the derivative values we want to test. We - // pass those into the softwareTextureRead as they would normally be - // derived from the change in coord. - const coords = [ - fragX / width * screenSpaceUMult + uvwStart[0], - fragY / height * screenSpaceVMult + uvwStart[1]]; - - const call = { - builtin: 'textureSample', - coordType: 'f', - coords, - ddx: [ddx / textureSize.width, 0], - ddy: [0, ddy / textureSize.height], - offset: options.offset - }; - const sample = softwareTextureRead(call, texture, sampler); - const rgba = { R: 0, G: 0, B: 0, A: 1, ...sample }; - const asRgba32Float = new Float32Array(rep.pack(rgba)); - expData.set(asRgba32Float, (y * width + x) * 4); - } - } - - return TexelView.fromTextureDataByReference(format, new Uint8Array(expData.buffer), { - bytesPerRow: width * 4 * 4, - rowsPerImage: height, - subrectOrigin: [0, 0, 0], - subrectSize: targetSize - }); -} - -/** - * Render textured quad to an rgba32float texture. - */ -export function drawTexture( -t, -texture, -samplerDesc, -options) -{ - const device = t.device; - const { ddx = 1, ddy = 1, uvwStart = [0, 0, 0], offset } = options; - - const format = 'rgba32float'; - const renderTarget = t.createTextureTracked({ - format, - size: [32, 32], - usage: GPUTextureUsage.COPY_SRC | GPUTextureUsage.RENDER_ATTACHMENT - }); - - // Compute the amount we need to multiply the unitQuad by get the - // derivatives we want. - const uMult = ddx * renderTarget.width / texture.width; - const vMult = ddy * renderTarget.height / texture.height; - - const offsetWGSL = offset ? `, vec2i(${offset[0]},${offset[1]})` : ''; - - const code = ` -struct InOut { - @builtin(position) pos: vec4f, - @location(0) uv: vec2f, -}; - -@vertex fn vs(@builtin(vertex_index) vertex_index : u32) -> InOut { - let positions = array( - vec2f(-1, 1), vec2f( 1, 1), - vec2f(-1, -1), vec2f( 1, -1), - ); - let pos = positions[vertex_index]; - return InOut( - vec4f(pos, 0, 1), - (pos * 0.5 + 0.5) * vec2f(${uMult}, ${vMult}) + vec2f(${uvwStart[0]}, ${uvwStart[1]}), - ); -} - -@group(0) @binding(0) var T : texture_2d; -@group(0) @binding(1) var S : sampler; - -@fragment fn fs(v: InOut) -> @location(0) vec4f { - return textureSample(T, S, v.uv${offsetWGSL}); -} -`; - - const shaderModule = device.createShaderModule({ code }); - - const pipeline = device.createRenderPipeline({ - layout: 'auto', - vertex: { module: shaderModule }, - fragment: { - module: shaderModule, - targets: [{ format }] - }, - primitive: { topology: 'triangle-strip' } - }); - - const sampler = device.createSampler(samplerDesc); - - const bindGroup = device.createBindGroup({ - layout: pipeline.getBindGroupLayout(0), - entries: [ - { binding: 0, resource: texture.createView() }, - { binding: 1, resource: sampler }] - - }); - - const encoder = device.createCommandEncoder(); - - const renderPass = encoder.beginRenderPass({ - colorAttachments: [{ view: renderTarget.createView(), loadOp: 'clear', storeOp: 'store' }] - }); - - renderPass.setPipeline(pipeline); - renderPass.setBindGroup(0, bindGroup); - renderPass.draw(4); - renderPass.end(); - device.queue.submit([encoder.finish()]); - - return renderTarget; -} - function getMaxFractionalDiffForTextureFormat(format) { // Note: I'm not sure what we should do here. My assumption is, given texels // have random values, the difference between 2 texels can be very large. In @@ -1052,10 +2431,12 @@ function getMaxFractionalDiffForTextureFormat(format) { // MAINTENANCE_TODO: Double check the software rendering math and lower these // tolerances if possible. - if (format.includes('8unorm')) { + if (format.includes('depth')) { + return 3 / 100; + } else if (format.includes('8unorm')) { return 7 / 255; } else if (format.includes('2unorm')) { - return 9 / 512; + return 13 / 512; } else if (format.includes('unorm')) { return 7 / 255; } else if (format.includes('8snorm')) { @@ -1072,48 +2453,6 @@ function getMaxFractionalDiffForTextureFormat(format) { } } -export function checkTextureMatchesExpectedTexelView( -t, -format, -actualTexture, -expectedTexelView) -{ - const maxFractionalDiff = getMaxFractionalDiffForTextureFormat(format); - t.expectTexelViewComparisonIsOkInTexture( - { texture: actualTexture }, - expectedTexelView, - [actualTexture.width, actualTexture.height], - { maxFractionalDiff } - ); -} - -/** - * Puts data in a texture. Renders a quad to a rgba32float. Then "software renders" - * to a TexelView the expected result and compares the rendered texture to the - * expected TexelView. - */ -export async function putDataInTextureThenDrawAndCheckResultsComparedToSoftwareRasterizer( - - -t, -descriptor, -viewDescriptor, -samplerDesc, -options) -{ - const { texture, texels } = await createTextureWithRandomDataAndGetTexels(t, descriptor); - - const actualTexture = drawTexture(t, texture, samplerDesc, options); - const expectedTexelView = softwareRasterize( - { descriptor, texels, viewDescriptor }, - samplerDesc, - [actualTexture.width, actualTexture.height], - options - ); - - checkTextureMatchesExpectedTexelView(t, texture.format, actualTexture, expectedTexelView); -} - const sumOfCharCodesOfString = (s) => String(s). split(''). @@ -1184,7 +2523,7 @@ function getBlockFiller(format) { /** * Fills a texture with random data. */ -export function fillTextureWithRandomData(device, texture) { +function fillTextureWithRandomData(device, texture) { assert(!isCompressedFloatTextureFormat(texture.format)); const info = kTextureFormatInfo[texture.format]; const hashBase = @@ -1249,14 +2588,22 @@ format) s_readTextureToRGBA32DeviceToPipeline.set(device, viewDimensionToPipelineMap); const viewDimension = getEffectiveViewDimension(t, descriptor); - let pipeline = viewDimensionToPipelineMap.get(viewDimension); + const id = `${viewDimension}:${texture.sampleCount}`; + let pipeline = viewDimensionToPipelineMap.get(id); if (!pipeline) { let textureWGSL; let loadWGSL; + let dimensionWGSL = 'textureDimensions(tex, uni.mipLevel)'; switch (viewDimension) { case '2d': - textureWGSL = 'texture_2d'; - loadWGSL = 'textureLoad(tex, global_invocation_id.xy, mipLevel)'; + if (texture.sampleCount > 1) { + textureWGSL = 'texture_multisampled_2d'; + loadWGSL = 'textureLoad(tex, coord.xy, sampleIndex)'; + dimensionWGSL = 'textureDimensions(tex)'; + } else { + textureWGSL = 'texture_2d'; + loadWGSL = 'textureLoad(tex, coord.xy, mipLevel)'; + } break; case 'cube-array': // cube-array doesn't exist in compat so we can just use 2d_array for this case '2d-array': @@ -1264,18 +2611,18 @@ format) loadWGSL = ` textureLoad( tex, - global_invocation_id.xy, - global_invocation_id.z, + coord.xy, + coord.z, mipLevel)`; break; case '3d': textureWGSL = 'texture_3d'; - loadWGSL = 'textureLoad(tex, global_invocation_id.xyz, mipLevel)'; + loadWGSL = 'textureLoad(tex, coord.xyz, mipLevel)'; break; case 'cube': textureWGSL = 'texture_cube'; loadWGSL = ` - textureLoadCubeAs2DArray(tex, global_invocation_id.xy, global_invocation_id.z, mipLevel); + textureLoadCubeAs2DArray(tex, coord.xy, coord.z, mipLevel); `; break; default: @@ -1303,7 +2650,12 @@ format) return textureSampleLevel(tex, smp, cubeCoord, f32(mipLevel)); } - @group(0) @binding(0) var mipLevel: u32; + struct Uniforms { + mipLevel: u32, + sampleCount: u32, + }; + + @group(0) @binding(0) var uni: Uniforms; @group(0) @binding(1) var tex: ${textureWGSL}; @group(0) @binding(2) var smp: sampler; @group(0) @binding(3) var data: array; @@ -1311,16 +2663,19 @@ format) @compute @workgroup_size(1) fn cs( @builtin(global_invocation_id) global_invocation_id : vec3) { _ = smp; - let size = textureDimensions(tex, mipLevel); - let ndx = global_invocation_id.z * size.x * size.y + - global_invocation_id.y * size.x + + let size = ${dimensionWGSL}; + let ndx = global_invocation_id.z * size.x * size.y * uni.sampleCount + + global_invocation_id.y * size.x * uni.sampleCount + global_invocation_id.x; + let coord = vec3u(global_invocation_id.x / uni.sampleCount, global_invocation_id.yz); + let sampleIndex = global_invocation_id.x % uni.sampleCount; + let mipLevel = uni.mipLevel; data[ndx] = ${loadWGSL}; } ` }); pipeline = device.createComputePipeline({ layout: 'auto', compute: { module } }); - viewDimensionToPipelineMap.set(viewDimension, pipeline); + viewDimensionToPipelineMap.set(id, pipeline); } const encoder = device.createCommandEncoder(); @@ -1329,7 +2684,7 @@ format) for (let mipLevel = 0; mipLevel < texture.mipLevelCount; ++mipLevel) { const size = virtualMipSize(texture.dimension, texture, mipLevel); - const uniformValues = new Uint32Array([mipLevel, 0, 0, 0]); // min size is 16 bytes + const uniformValues = new Uint32Array([mipLevel, texture.sampleCount, 0, 0]); // min size is 16 bytes const uniformBuffer = t.createBufferTracked({ size: uniformValues.byteLength, usage: GPUBufferUsage.UNIFORM | GPUBufferUsage.COPY_DST @@ -1337,7 +2692,7 @@ format) device.queue.writeBuffer(uniformBuffer, 0, uniformValues); const storageBuffer = t.createBufferTracked({ - size: size[0] * size[1] * size[2] * 4 * 4, // rgba32float + size: size[0] * size[1] * size[2] * 4 * 4 * texture.sampleCount, // rgba32float usage: GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC }); @@ -1362,7 +2717,7 @@ format) const pass = encoder.beginComputePass(); pass.setPipeline(pipeline); pass.setBindGroup(0, bindGroup); - pass.dispatchWorkgroups(...size); + pass.dispatchWorkgroups(size[0] * texture.sampleCount, size[1], size[2]); pass.end(); encoder.copyBufferToBuffer(storageBuffer, 0, readBuffer, 0, readBuffer.size); } @@ -1378,9 +2733,13 @@ format) const data = new Float32Array(readBuffer.getMappedRange()).slice(); readBuffer.unmap(); + const { sampleCount } = texture; texelViews.push( TexelView.fromTexelsAsColors(format, (coord) => { - const offset = (coord.z * size[0] * size[1] + coord.y * size[0] + coord.x) * 4; + const offset = + ((coord.z * size[0] * size[1] + coord.y * size[0] + coord.x) * sampleCount + ( + coord.sampleIndex ?? 0)) * + 4; return { R: data[offset + 0], G: data[offset + 1], @@ -1394,6 +2753,19 @@ format) return texelViews; } +function createTextureFromTexelViewsLocal( +t, +texelViews, +desc) +{ + const modifiedDescriptor = { ...desc }; + // If it's a depth or stencil texture we need to render to it to fill it with data. + if (isDepthOrStencilTextureFormat(texelViews[0].format)) { + modifiedDescriptor.usage = desc.usage | GPUTextureUsage.RENDER_ATTACHMENT; + } + return createTextureFromTexelViews(t, texelViews, modifiedDescriptor); +} + /** * Fills a texture with random data and returns that data as * an array of TexelView. @@ -1407,9 +2779,11 @@ format) */ export async function createTextureWithRandomDataAndGetTexels( t, -descriptor) +descriptor, +options) { if (isCompressedTextureFormat(descriptor.format)) { + assert(!options, 'options not supported for compressed textures'); const texture = t.createTextureTracked(descriptor); fillTextureWithRandomData(t.device, texture); @@ -1421,12 +2795,62 @@ descriptor) ); return { texture, texels }; } else { - const texels = createRandomTexelViewMipmap(descriptor); - const texture = createTextureFromTexelViews(t, texels, descriptor); + const texels = createRandomTexelViewMipmap(descriptor, options); + const texture = createTextureFromTexelViewsLocal(t, texels, descriptor); return { texture, texels }; } } +function valueIfAllComponentsAreEqual( +c, +componentOrder) +{ + const s = new Set(componentOrder.map((component) => c[component])); + return s.size === 1 ? s.values().next().value : undefined; +} + +/** + * Creates a VideoFrame with random data and a TexelView with the same data. + */ +export function createVideoFrameWithRandomDataAndGetTexels(textureSize) { + const size = reifyExtent3D(textureSize); + assert(size.depthOrArrayLayers === 1); + + // Fill ImageData with random values. + const imageData = new ImageData(size.width, size.height); + const data = imageData.data; + const asU32 = new Uint32Array(data.buffer); + for (let i = 0; i < asU32.length; ++i) { + asU32[i] = hashU32(i); + } + + // Put the ImageData into a canvas and make a VideoFrame + const canvas = new OffscreenCanvas(size.width, size.height); + const ctx = canvas.getContext('2d'); + ctx.putImageData(imageData, 0, 0); + const videoFrame = new VideoFrame(canvas, { timestamp: 0 }); + + // Premultiply the ImageData + for (let i = 0; i < data.length; i += 4) { + const alpha = data[i + 3] / 255; + data[i + 0] = data[i + 0] * alpha; + data[i + 1] = data[i + 1] * alpha; + data[i + 2] = data[i + 2] * alpha; + } + + // Create a TexelView from the premultiplied ImageData + const texels = [ + TexelView.fromTextureDataByReference('rgba8unorm', data, { + bytesPerRow: size.width * 4, + rowsPerImage: size.height, + subrectOrigin: [0, 0, 0], + subrectSize: size + })]; + + + return { videoFrame, texels }; +} + const kFaceNames = ['+x', '-x', '+y', '-y', '+z', '-z']; /** @@ -1434,14 +2858,19 @@ const kFaceNames = ['+x', '-x', '+y', '-y', '+z', '-z']; * followed by a list of the samples and the weights used for each * component. * - * It works by making an index for every pixel in the texture. Then, - * for each index it generates texture data using TexelView.fromTexelsAsColor - * with a single [1, 1, 1, 1] texel at the texel for the current index. + * It works by making a set of indices for every texel in the texture. + * It splits the set into 2. It picks one set and generates texture data + * using TexelView.fromTexelsAsColor with [1, 1, 1, 1] texels for members + * of the current set. * * In then calls 'run' which renders a single `call`. `run` uses either - * the software renderer or WebGPU. The result ends up being the weights - * used when sampling that pixel. 0 = that texel was not sampled. > 0 = - * it was sampled. + * the software renderer or WebGPU. It then checks the results. If the + * result is zero, all texels in the current had no influence when sampling + * and can be discarded. + * + * If the result is > 0 then, if the set has more than one member, the + * set is split and added to the list to sets to test. If the set only + * had one member then the result is the weight used when sampling that texel. * * This lets you see if the weights from the software renderer match the * weights from WebGPU. @@ -1449,36 +2878,72 @@ const kFaceNames = ['+x', '-x', '+y', '-y', '+z', '-z']; * Example: * * 0 1 2 3 4 5 6 7 - * ┌───┬───┬───┬───┬───┬───┬───┬───┐ - * 0 │ │ │ │ │ │ │ │ │ - * ├───┼───┼───┼───┼───┼───┼───┼───┤ - * 1 │ │ │ │ │ │ │ │ a │ - * ├───┼───┼───┼───┼───┼───┼───┼───┤ - * 2 │ │ │ │ │ │ │ │ b │ - * ├───┼───┼───┼───┼───┼───┼───┼───┤ - * 3 │ │ │ │ │ │ │ │ │ - * ├───┼───┼───┼───┼───┼───┼───┼───┤ - * 4 │ │ │ │ │ │ │ │ │ - * ├───┼───┼───┼───┼───┼───┼───┼───┤ - * 5 │ │ │ │ │ │ │ │ │ - * ├───┼───┼───┼───┼───┼───┼───┼───┤ - * 6 │ │ │ │ │ │ │ │ │ - * ├───┼───┼───┼───┼───┼───┼───┼───┤ - * 7 │ │ │ │ │ │ │ │ │ - * └───┴───┴───┴───┴───┴───┴───┴───┘ + * +---+---+---+---+---+---+---+---+ + * 0 | | | | | | | | | + * +---+---+---+---+---+---+---+---+ + * 1 | | | | | | | | a | + * +---+---+---+---+---+---+---+---+ + * 2 | | | | | | | | b | + * +---+---+---+---+---+---+---+---+ + * 3 | | | | | | | | | + * +---+---+---+---+---+---+---+---+ + * 4 | | | | | | | | | + * +---+---+---+---+---+---+---+---+ + * 5 | | | | | | | | | + * +---+---+---+---+---+---+---+---+ + * 6 | | | | | | | | | + * +---+---+---+---+---+---+---+---+ + * 7 | | | | | | | | | + * +---+---+---+---+---+---+---+---+ * a: at: [7, 1], weights: [R: 0.75000] * b: at: [7, 2], weights: [R: 0.25000] */ async function identifySamplePoints( texture, +sampler, +callForSamples, +originalCall, +texels, run) { const info = texture.descriptor; - const isCube = texture.viewDescriptor.dimension === 'cube'; - const textureSize = reifyExtent3D(info.size); - const numTexels = textureSize.width * textureSize.height * textureSize.height; - const texelsPerRow = textureSize.width; - const texelsPerSlice = textureSize.width * textureSize.height; + const isCube = isCubeViewDimension(texture.viewDescriptor); + const mipLevelCount = texture.descriptor.mipLevelCount ?? 1; + const mipLevelSize = range(mipLevelCount, (mipLevel) => + virtualMipSize(texture.descriptor.dimension ?? '2d', texture.descriptor.size, mipLevel) + ); + const numTexelsPerLevel = mipLevelSize.map((size) => size.reduce((s, v) => s * v)); + const numTexelsOfPrecedingLevels = (() => { + let total = 0; + return numTexelsPerLevel.map((v) => { + const num = total; + total += v; + return num; + }); + })(); + const numTexels = numTexelsPerLevel.reduce((sum, v) => sum + v); + + const getMipLevelFromTexelId = (texelId) => { + for (let mipLevel = mipLevelCount - 1; mipLevel > 0; --mipLevel) { + if (texelId - numTexelsOfPrecedingLevels[mipLevel] >= 0) { + return mipLevel; + } + } + return 0; + }; + + const getTexelCoordFromTexelId = (texelId) => { + const mipLevel = getMipLevelFromTexelId(texelId); + const size = mipLevelSize[mipLevel]; + const texelsPerSlice = size[0] * size[1]; + const id = texelId - numTexelsOfPrecedingLevels[mipLevel]; + const layer = Math.floor(id / texelsPerSlice); + const xyId = id - layer * texelsPerSlice; + const y = xyId / size[0] | 0; + const x = xyId % size[0]; + return { x, y, z: layer, mipLevel, xyId }; + }; + // This isn't perfect. We already know there was an error. We're just // generating info so it seems okay it's not perfect. This format will // be used to generate weights by drawing with a texture of this format @@ -1499,6 +2964,11 @@ run) const rep = kTexelRepresentationInfo[format]; + const components = isBuiltinGather(callForSamples.builtin) ? kRGBAComponents : rep.componentOrder; + const convertResultAsAppropriate = isBuiltinGather(callForSamples.builtin) ? + (v) => v : + convertResultFormatToTexelViewFormat; + // Identify all the texels that are sampled, and their weights. const sampledTexelWeights = new Map(); const unclassifiedStack = [new Set(range(numTexels, (v) => v))]; @@ -1516,23 +2986,34 @@ run) unclassifiedStack.push(setB); } - // See if any of the texels in setA were sampled. - const results = await run( - TexelView.fromTexelsAsColors( - format, - (coords) => { - const isCandidate = setA.has( - coords.x + coords.y * texelsPerRow + coords.z * texelsPerSlice - ); - const texel = {}; - for (const component of rep.componentOrder) { - texel[component] = isCandidate ? 1 : 0; + // See if any of the texels in setA were sampled.0 + const results = convertResultAsAppropriate( + await run( + range(mipLevelCount, (mipLevel) => + TexelView.fromTexelsAsColors( + format, + (coords) => { + const size = mipLevelSize[mipLevel]; + const texelsPerSlice = size[0] * size[1]; + const texelsPerRow = size[0]; + const texelId = + numTexelsOfPrecedingLevels[mipLevel] + + coords.x + + coords.y * texelsPerRow + + coords.z * texelsPerSlice; + const isCandidate = setA.has(texelId); + const texel = {}; + for (const component of rep.componentOrder) { + texel[component] = isCandidate ? 1 : 0; + } + return texel; } - return texel; - } - ) + ) + ) + ), + format ); - if (rep.componentOrder.some((c) => results[c] !== 0)) { + if (components.some((c) => results[c] !== 0)) { // One or more texels of setA were sampled. if (setA.size === 1) { // We identified a specific texel was sampled. @@ -1545,75 +3026,154 @@ run) } } - // ┌───┬───┬───┬───┐ - // │ a │ │ │ │ - // ├───┼───┼───┼───┤ - // │ │ │ │ │ - // ├───┼───┼───┼───┤ - // │ │ │ │ │ - // ├───┼───┼───┼───┤ - // │ │ │ │ b │ - // └───┴───┴───┴───┘ - const letter = (idx) => String.fromCharCode(97 + idx); // 97: 'a' - const orderedTexelIndices = []; + // separate the sampledTexelWeights by mipLevel, then by layer, within a layer the texelId only includes x and y + const levels = []; + for (const [texelId, weight] of sampledTexelWeights.entries()) { + const { xyId, z, mipLevel } = getTexelCoordFromTexelId(texelId); + const level = levels[mipLevel] ?? []; + levels[mipLevel] = level; + const layerEntries = level[z] ?? new Map(); + level[z] = layerEntries; + layerEntries.set(xyId, weight); + } + + // +---+---+---+---+ + // | a | | | | + // +---+---+---+---+ + // | | | | | + // +---+---+---+---+ + // | | | | | + // +---+---+---+---+ + // | | | | b | + // +---+---+---+---+ const lines = []; - for (let z = 0; z < textureSize.depthOrArrayLayers; ++z) { - lines.push(`slice: ${z}${isCube ? ` (${kFaceNames[z]})` : ''}`); - { - let line = ' '; - for (let x = 0; x < textureSize.width; x++) { - line += ` ${x.toString().padEnd(2)}`; - } - lines.push(line); + const letter = (idx) => String.fromCodePoint(idx < 30 ? 97 + idx : idx + 9600 - 30); // 97: 'a' + let idCount = 0; + + for (let mipLevel = 0; mipLevel < mipLevelCount; ++mipLevel) { + const level = levels[mipLevel]; + if (!level) { + continue; } - { - let line = ' ┌'; - for (let x = 0; x < textureSize.width; x++) { - line += x === textureSize.width - 1 ? '───┐' : '───┬'; + + const [width, height, depthOrArrayLayers] = mipLevelSize[mipLevel]; + const texelsPerRow = width; + + for (let layer = 0; layer < depthOrArrayLayers; ++layer) { + const layerEntries = level[layer]; + + const orderedTexelIndices = []; + lines.push(''); + const unSampled = layerEntries ? '' : 'un-sampled'; + if (isCube) { + const face = kFaceNames[layer % 6]; + lines.push(`layer: ${layer}, cube-layer: ${layer / 6 | 0} (${face}) ${unSampled}`); + } else { + lines.push(`layer: ${layer} ${unSampled}`); } - lines.push(line); - } - for (let y = 0; y < textureSize.height; y++) { + + if (!layerEntries) { + continue; + } + { - let line = `${y.toString().padEnd(2)}│`; - for (let x = 0; x < textureSize.width; x++) { - const texelIdx = x + y * texelsPerRow + z * texelsPerSlice; - const weight = sampledTexelWeights.get(texelIdx); - if (weight !== undefined) { - line += ` ${letter(orderedTexelIndices.length)} │`; - orderedTexelIndices.push(texelIdx); - } else { - line += ' │'; + let line = ' '; + for (let x = 0; x < width; x++) { + line += ` ${x.toString().padEnd(2)}`; + } + lines.push(line); + } + { + let line = ' +'; + for (let x = 0; x < width; x++) { + line += x === width - 1 ? '---+' : '---+'; + } + lines.push(line); + } + for (let y = 0; y < height; y++) { + { + let line = `${y.toString().padEnd(2)}|`; + for (let x = 0; x < width; x++) { + const texelIdx = x + y * texelsPerRow; + const weight = layerEntries.get(texelIdx); + if (weight !== undefined) { + line += ` ${letter(idCount + orderedTexelIndices.length)} |`; + orderedTexelIndices.push(texelIdx); + } else { + line += ' |'; + } } + lines.push(line); + } + if (y < height - 1) { + let line = ' +'; + for (let x = 0; x < width; x++) { + line += x === width - 1 ? '---+' : '---+'; + } + lines.push(line); + } + } + { + let line = ' +'; + for (let x = 0; x < width; x++) { + line += x === width - 1 ? '---+' : '---+'; } lines.push(line); } - if (y < textureSize.height - 1) { - let line = ' ├'; - for (let x = 0; x < textureSize.width; x++) { - line += x === textureSize.width - 1 ? '───┤' : '───┼'; + + const pad2 = (n) => n.toString().padStart(2); + const fix5 = (n) => n.toFixed(5); + const formatTexel = (texel) => + texel ? + Object.entries(texel). + map(([k, v]) => `${k}: ${fix5(v)}`). + join(', ') : + '*texel values unavailable*'; + + const colorLines = []; + const compareLines = []; + let levelWeight = 0; + orderedTexelIndices.forEach((texelIdx, i) => { + const weights = layerEntries.get(texelIdx); + const y = Math.floor(texelIdx / texelsPerRow); + const x = texelIdx % texelsPerRow; + const singleWeight = valueIfAllComponentsAreEqual(weights, components); + levelWeight += singleWeight; + const w = + singleWeight !== undefined ? + `weight: ${fix5(singleWeight)}` : + `weights: [${components.map((c) => `${c}: ${fix5(weights[c])}`).join(', ')}]`; + const coord = `${pad2(x)}, ${pad2(y)}, ${pad2(layer)}`; + const texel = + texels && + convertToTexelViewFormat( + texels[mipLevel].color({ x, y, z: layer }), + texture.descriptor.format + ); + + const texelStr = formatTexel(texel); + const id = letter(idCount + i); + lines.push(`${id}: mip(${mipLevel}) at: [${coord}], ${w}`); + colorLines.push(`${id}: value: ${texelStr}`); + if (isBuiltinComparison(originalCall.builtin)) { + assert(!!texel); + const compareTexel = applyCompare(originalCall, sampler, [TexelComponent.Depth], texel); + compareLines.push( + `${id}: compare(${sampler.compare}) result with depthRef(${fix5( + originalCall.depthRef + )}): ${fix5(compareTexel.Depth)}` + ); } - lines.push(line); + }); + lines.push(...colorLines); + lines.push(...compareLines); + if (!isNaN(levelWeight)) { + lines.push(`level weight: ${fix5(levelWeight)}`); } - } - { - let line = ' └'; - for (let x = 0; x < textureSize.width; x++) { - line += x === textureSize.width - 1 ? '───┘' : '───┴'; - } - lines.push(line); + idCount += orderedTexelIndices.length; } } - const pad2 = (n) => n.toString().padStart(2); - orderedTexelIndices.forEach((texelIdx, i) => { - const weights = sampledTexelWeights.get(texelIdx); - const z = Math.floor(texelIdx / texelsPerSlice); - const y = Math.floor(texelIdx % texelsPerSlice / texelsPerRow); - const x = texelIdx % texelsPerRow; - const w = rep.componentOrder.map((c) => `${c}: ${weights[c]?.toFixed(5)}`).join(', '); - lines.push(`${letter(i)}: at: [${pad2(x)}, ${pad2(y)}, ${pad2(z)}], weights: [${w}]`); - }); return lines; } @@ -1629,11 +3189,18 @@ function layoutTwoColumns(columnA, columnB) { return out; } -function getDepthOrArrayLayersForViewDimension(viewDimension) { +/** + * Returns the number of layers ot test for a given view dimension + */ +export function getDepthOrArrayLayersForViewDimension(viewDimension) { switch (viewDimension) { + case '1d': + return 1; case undefined: case '2d': return 1; + case '2d-array': + return 4; case '3d': return 8; case 'cube': @@ -1661,10 +3228,13 @@ export function chooseTextureSize({ }) { const { blockWidth, blockHeight } = kTextureFormatInfo[format]; const width = align(Math.max(minSize, blockWidth * minBlocks), blockWidth); - const height = align(Math.max(minSize, blockHeight * minBlocks), blockHeight); - if (viewDimension === 'cube') { - const size = lcm(width, height); - return [size, size, 6]; + const height = + viewDimension === '1d' ? 1 : align(Math.max(minSize, blockHeight * minBlocks), blockHeight); + if (viewDimension === 'cube' || viewDimension === 'cube-array') { + const blockLCM = lcm(blockWidth, blockHeight); + const largest = Math.max(width, height); + const size = align(largest, blockLCM); + return [size, size, viewDimension === 'cube-array' ? 24 : 6]; } const depthOrArrayLayers = getDepthOrArrayLayersForViewDimension(viewDimension); return [width, height, depthOrArrayLayers]; @@ -1676,13 +3246,28 @@ export const kSamplePointMethods = ['texel-centre', 'spiral']; export const kCubeSamplePointMethods = ['cube-edges', 'texel-centre', 'spiral']; + + + + + + + + + + + + + + + + /** * Generates an array of coordinates at which to sample a texture. */ -function generateSamplePointsImpl( +function generateTextureBuiltinInputsImpl( makeValue, n, -nearest, args) @@ -1698,18 +3283,26 @@ args) + + + + + + { - const { method, textureWidth, textureHeight, textureDepthOrArrayLayers = 1 } = args; - const out = []; + const { method, descriptor } = args; + const dimension = descriptor.dimension ?? '2d'; + const mipLevelCount = descriptor.mipLevelCount ?? 1; + const size = virtualMipSize(dimension, descriptor.size, 0); + const coords = []; switch (method) { case 'texel-centre':{ for (let i = 0; i < n; i++) { const r = hashU32(i); - const x = Math.floor(lerp(0, textureWidth - 1, (r & 0xff) / 0xff)) + 0.5; - const y = Math.floor(lerp(0, textureHeight - 1, (r >> 8 & 0xff) / 0xff)) + 0.5; - const z = - Math.floor(lerp(0, textureDepthOrArrayLayers - 1, (r >> 16 & 0xff) / 0xff)) + 0.5; - out.push(makeValue(x / textureWidth, y / textureHeight, z / textureDepthOrArrayLayers)); + const x = Math.floor(lerp(0, size[0] - 1, (r & 0xff) / 0xff)) + 0.5; + const y = Math.floor(lerp(0, size[1] - 1, (r >> 8 & 0xff) / 0xff)) + 0.5; + const z = Math.floor(lerp(0, size[2] - 1, (r >> 16 & 0xff) / 0xff)) + 0.5; + coords.push(makeValue(x / size[0], y / size[1], z / size[2])); } break; } @@ -1719,12 +3312,38 @@ args) const f = i / (Math.max(n, 2) - 1); const r = radius * f; const a = loops * 2 * Math.PI * f; - out.push(makeValue(0.5 + r * Math.cos(a), 0.5 + r * Math.sin(a), 0)); + coords.push(makeValue(0.5 + r * Math.cos(a), 0.5 + r * Math.sin(a), 0)); } break; } } + const _hashInputs = args.hashInputs.map((v) => + typeof v === 'string' ? sumOfCharCodesOfString(v) : typeof v === 'boolean' ? v ? 1 : 0 : v + ); + + // returns a number between [0 and N) + const makeRandValue = ({ num, type }, ...hashInputs) => { + const range = num; + const number = hashU32(..._hashInputs, ...hashInputs) / 0x1_0000_0000 * range; + return type === 'f32' ? number : Math.floor(number); + }; + + // for signed and float values returns [-1 to num] + // for unsigned values returns [0 to num] + const makeRangeValue = ({ num, type }, ...hashInputs) => { + const range = num + (type === 'u32' ? 1 : 2); + const number = + hashU32(..._hashInputs, ...hashInputs) / 0x1_0000_0000 * range - (type === 'u32' ? 0 : 1); + return type === 'f32' ? number : Math.floor(number); + }; + + // Generates the same values per coord instead of using all the extra `_hashInputs`. + const makeIntHashValueRepeatable = (min, max, ...hashInputs) => { + const range = max - min; + return min + Math.floor(hashU32(...hashInputs) / 0x1_0000_0000 * range); + }; + // Samplers across devices use different methods to interpolate. // Quantizing the texture coordinates seems to hit coords that produce // comparable results to our computed results. @@ -1734,23 +3353,207 @@ args) // Linux, AMD Radeon Pro WX 3200: 256 // MacOS, M1 Mac: 256 const kSubdivisionsPerTexel = 4; - const q = [ - textureWidth * kSubdivisionsPerTexel, - textureHeight * kSubdivisionsPerTexel, - textureDepthOrArrayLayers * kSubdivisionsPerTexel]; - return out.map( - (c) => - c.map((v, i) => { + // When filtering is nearest then we want to avoid edges of texels + // + // U + // | + // +---+---+---+---+---+---+---+---+ + // | | A | B | | | | | | + // +---+---+---+---+---+---+---+---+ + // + // Above, coordinate U could sample either A or B + // + // U + // | + // +---+---+---+---+---+---+---+---+ + // | | A | B | C | | | | | + // +---+---+---+---+---+---+---+---+ + // + // For textureGather we want to avoid texel centers + // as for coordinate U could either gather A,B or B,C. + + const avoidEdgeCase = + !args.sampler || args.sampler.minFilter === 'nearest' || isBuiltinGather(args.textureBuiltin); + const edgeRemainder = isBuiltinGather(args.textureBuiltin) ? kSubdivisionsPerTexel / 2 : 0; + + // textureGather issues for 2d/3d textures + // + // If addressModeU is repeat, then on an 8x1 texture, u = 0.01 or u = 0.99 + // would gather these texels + // + // +---+---+---+---+---+---+---+---+ + // | * | | | | | | | * | + // +---+---+---+---+---+---+---+---+ + // + // If addressModeU is clamp-to-edge or mirror-repeat, + // then on an 8x1 texture, u = 0.01 would gather this texel + // + // +---+---+---+---+---+---+---+---+ + // | * | | | | | | | | + // +---+---+---+---+---+---+---+---+ + // + // and 0.99 would gather this texel + // + // +---+---+---+---+---+---+---+---+ + // | | | | | | | | * | + // +---+---+---+---+---+---+---+---+ + // + // This means we have to if addressMode is not `repeat`, we + // need to avoid the edge of the texture. + // + // Note: we don't have these specific issues with cube maps + // as they ignore addressMode + const euclideanModulo = (n, m) => (n % m + m) % m; + const addressMode = + args.textureBuiltin === 'textureSampleBaseClampToEdge' ? + ['clamp-to-edge', 'clamp-to-edge', 'clamp-to-edge'] : + [ + args.sampler?.addressModeU ?? 'clamp-to-edge', + args.sampler?.addressModeV ?? 'clamp-to-edge', + args.sampler?.addressModeW ?? 'clamp-to-edge']; + + const avoidTextureEdge = (axis, textureDimensionUnits, v) => { + assert(isBuiltinGather(args.textureBuiltin)); + if (addressMode[axis] === 'repeat') { + return v; + } + const inside = euclideanModulo(v, textureDimensionUnits); + const outside = v - inside; + return outside + clamp(inside, { min: 1, max: textureDimensionUnits - 1 }); + }; + + const numComponents = isDepthOrStencilTextureFormat(descriptor.format) ? 1 : 4; + return coords.map((c, i) => { + const mipLevel = args.mipLevel ? + quantizeMipLevel(makeRangeValue(args.mipLevel, i), args.sampler?.mipmapFilter ?? 'nearest') : + 0; + const clampedMipLevel = clamp(mipLevel, { min: 0, max: mipLevelCount - 1 }); + const mipSize = virtualMipSize(dimension, size, clampedMipLevel); + const q = mipSize.map((v) => v * kSubdivisionsPerTexel); + + const coords = c.map((v, i) => { // Quantize to kSubdivisionsPerPixel const v1 = Math.floor(v * q[i]); - // If it's nearest and we're on the edge of a texel then move us off the edge - // since the edge could choose one texel or another in nearest mode - const v2 = nearest && v1 % kSubdivisionsPerTexel === 0 ? v1 + 1 : v1; + // If it's nearest or textureGather and we're on the edge of a texel then move us off the edge + // since the edge could choose one texel or another. + const isTexelEdgeCase = Math.abs(v1 % kSubdivisionsPerTexel) === edgeRemainder; + const v2 = isTexelEdgeCase && avoidEdgeCase ? v1 + 1 : v1; + const v3 = isBuiltinGather(args.textureBuiltin) ? avoidTextureEdge(i, q[i], v2) : v2; // Convert back to texture coords - return v2 / q[i]; - }) - ); + return v3 / q[i]; + }); + + const makeGradient = (hashInput) => { + return coords.map((_, i) => { + // a value between -4 and 4 integer then add +/- 0.25 + // We want to be able to choose levels but we want to avoid the area where the + // gpu might choose 2 different levels than the software renderer. + const intPart = makeRangeValue({ num: 8, type: 'u32' }, i, hashInput) - 4; + const fractPart = makeRangeValue({ num: 0, type: 'f32' }, i, hashInput + 1) * 0.25; + assert(fractPart >= -0.25 && fractPart <= 0.25); + return intPart + fractPart; + }); + }; + + // choose a derivative value that will select a mipLevel. + const makeDerivativeMult = (coords, mipLevel) => { + // Make an identity vec (all 1s). + const mult = new Array(coords.length).fill(0); + // choose one axis to set + const ndx = makeRangeValue({ num: coords.length - 1, type: 'u32' }, i, 8); + assert(ndx < coords.length); + mult[ndx] = Math.pow(2, mipLevel); + return mult; + }; + + // Choose a mip level. If mipmapFilter is 'nearest' then avoid centers of levels + // else avoid edges. + const chooseMipLevel = () => { + const innerLevelR = makeRandValue({ num: 9, type: 'u32' }, i, 11); + const innerLevel = + args?.sampler?.mipmapFilter === 'linear' ? + innerLevelR + 1 : + innerLevelR < 5 ? + innerLevelR : + innerLevelR + 1; + const outerLevel = makeRangeValue({ num: mipLevelCount - 1, type: 'i32' }, i, 11); + return outerLevel + innerLevel / 10; + }; + + // for textureSample, choose a derivative value that will select a mipLevel near + // the range of mip levels. + const makeDerivativeMultForTextureSample = (coords) => { + const mipLevel = chooseMipLevel(); + return makeDerivativeMult(coords, mipLevel); + }; + + // for textureSampleBias we choose a mipLevel we want to sample, then a bias between -17 and 17. + // and then a derivative that, given the chosen bias will arrive at the chosen mipLevel. + // The GPU is supposed to clamp between -16.0 and 15.99. + const makeBiasAndDerivativeMult = (coords) => { + const mipLevel = chooseMipLevel(); + const bias = makeRangeValue({ num: 34, type: 'f32' }, i, 9) - 17; + const clampedBias = clamp(bias, { min: -16, max: 15.99 }); + const derivativeBasedMipLevel = mipLevel - clampedBias; + const derivativeMult = makeDerivativeMult(coords, derivativeBasedMipLevel); + return [bias, derivativeMult]; + }; + + // If bias is set this is textureSampleBias. If bias is not set but derivatives + // is then this is one of the other functions that needs implicit derivatives. + const [bias, derivativeMult] = args.bias ? + makeBiasAndDerivativeMult(coords) : + args.derivatives ? + [undefined, makeDerivativeMultForTextureSample(coords)] : + []; + + return { + coords, + derivativeMult, + mipLevel, + sampleIndex: args.sampleIndex ? makeRangeValue(args.sampleIndex, i, 1) : undefined, + arrayIndex: args.arrayIndex ? makeRangeValue(args.arrayIndex, i, 2) : undefined, + // use 0.0, 0.5, or 1.0 for depthRef. We can't test for equality except for values 0 and 1 + // The texture will be filled with random values unless our comparison is 'equal' or 'not-equal' + // in which case the texture will be filled with only 0, 0.6, 1. Choosing 0.0, 0.5, 1.0 here + // means we can test 'equal' and 'not-equal'. For other comparisons, the fact that the texture's + // contents is random seems enough to test all the comparison modes. + depthRef: args.depthRef ? makeRandValue({ num: 3, type: 'u32' }, i, 5) / 2 : undefined, + ddx: args.grad ? makeGradient(7) : undefined, + ddy: args.grad ? makeGradient(8) : undefined, + bias, + offset: args.offset ? + coords.map((_, j) => makeIntHashValueRepeatable(-8, 8, i, 3 + j)) : + undefined, + component: args.component ? makeIntHashValueRepeatable(0, numComponents, i, 4) : undefined + }; + }); +} + +/** + * When mipmapFilter === 'nearest' we need to stay away from 0.5 + * because the GPU could decide to choose one mip or the other. + * + * Some example transition values, the value at which the GPU chooses + * mip level 1 over mip level 0: + * + * M1 Mac: 0.515381 + * Intel Mac: 0.49999 + * AMD Mac: 0.5 + */ +const kMipEpsilon = 0.02; +function quantizeMipLevel(mipLevel, mipmapFilter) { + if (mipmapFilter === 'linear') { + return mipLevel; + } + const intMip = Math.floor(mipLevel); + const fractionalMip = mipLevel - intMip; + if (fractionalMip < 0.5 - kMipEpsilon || fractionalMip > 0.5 + kMipEpsilon) { + return mipLevel; + } else { + return intMip + 0.5 + (fractionalMip < 0.5 ? -kMipEpsilon : +kMipEpsilon); + } } // Removes the first element from an array of types @@ -1758,16 +3561,21 @@ args) -export function generateSamplePoints1D(...args) { - return generateSamplePointsImpl((x) => [x], ...args); + + +export function generateTextureBuiltinInputs1D(...args) { + return generateTextureBuiltinInputsImpl((x) => [x], ...args); } -export function generateSamplePoints2D(...args) { - return generateSamplePointsImpl((x, y) => [x, y], ...args); +export function generateTextureBuiltinInputs2D(...args) { + return generateTextureBuiltinInputsImpl((x, y) => [x, y], ...args); } -export function generateSamplePoints3D(...args) { - return generateSamplePointsImpl((x, y, z) => [x, y, z], ...args); +export function generateTextureBuiltinInputs3D(...args) { + return generateTextureBuiltinInputsImpl( + (x, y, z) => [x, y, z], + ...args + ); } @@ -1809,7 +3617,6 @@ function normalize(v) { /** * Converts a cube map coordinate to a uv coordinate (0 to 1) and layer (0.5/6.0 to 5.5/6.0). - * Also returns the length of the original coordinate. */ function convertCubeCoordToNormalized3DTextureCoord(v) { let uvw; @@ -1846,135 +3653,35 @@ function convertNormalized3DTexCoordToCubeCoord(uvLayer) { } /** + * Wrap a texel based face coord across cube faces + * * We have a face texture in texels coord where U/V choose a texel and W chooses the face. * If U/V are outside the size of the texture then, when normalized and converted * to a cube map coordinate, they'll end up pointing to a different face. * * addressMode is effectively ignored for cube * - * +-----------+ - * |0->u | - * |↓ | - * |v +y | - * | (2) | - * | | - * +-----------+-----------+-----------+-----------+ - * |0->u |0->u |0->u |0->u | - * |↓ |↓ |↓ |↓ | - * |v -x |v +z |v +x |v -z | - * | (1) | (4) | (0) | (5) | - * | | | | | - * +-----------+-----------+-----------+-----------+ - * |0->u | - * |↓ | - * |v -y | - * | (3) | - * | | - * +-----------+ + * By converting from a texel based coord to a normalized coord and then to a cube map coord, + * if the texel was outside of the face, the cube map coord will end up pointing to a different + * face. We then convert back cube coord -> normalized face coord -> texel based coord */ -const kFaceConversions = { - u: (textureSize, faceCoord) => faceCoord[0], - v: (textureSize, faceCoord) => faceCoord[1], - 'u+t': (textureSize, faceCoord) => faceCoord[0] + textureSize, - 'u-t': (textureSize, faceCoord) => faceCoord[0] - textureSize, - 'v+t': (textureSize, faceCoord) => faceCoord[1] + textureSize, - 'v-t': (textureSize, faceCoord) => faceCoord[1] - textureSize, - 't-v': (textureSize, faceCoord) => textureSize - faceCoord[1], - '1+u': (textureSize, faceCoord) => 1 + faceCoord[0], - '1+v': (textureSize, faceCoord) => 1 + faceCoord[1], - '-v-1': (textureSize, faceCoord) => -faceCoord[1] - 1, - 't-u-1': (textureSize, faceCoord) => textureSize - faceCoord[0] - 1, - 't-v-1': (textureSize, faceCoord) => textureSize - faceCoord[1] - 1, - '2t-u-1': (textureSize, faceCoord) => textureSize * 2 - faceCoord[0] - 1, - '2t-v-1': (textureSize, faceCoord) => textureSize * 2 - faceCoord[1] - 1 -}; -const kFaceConversionEnums = keysOf(kFaceConversions); - - -// For Each face -// face to go if u < 0 -// face to go if u >= textureSize -// face to go if v < 0 -// face to go if v >= textureSize -const kFaceToFaceRemap = [ -// 0 -[ -/* -u */{ to: 4, u: 'u+t', v: 'v' }, -/* +u */{ to: 5, u: 'u-t', v: 'v' }, -/* -v */{ to: 2, u: 'v+t', v: 't-u-1' }, -/* +v */{ to: 3, u: '2t-v-1', v: 'u' }], - -// 1 -[ -/* -u */{ to: 5, u: 'u+t', v: 'v' }, -/* +u */{ to: 4, u: 'u-t', v: 'v' }, -/* -v */{ to: 2, u: '-v-1', v: 'u' }, // -1->0, -2->1 -3->2 -/* +v */{ to: 3, u: 't-v', v: 't-u-1' }], - -// 2 -[ -/* -u */{ to: 1, u: 'v', v: '1+u' }, -/* +u */{ to: 0, u: 't-v-1', v: 'u-t' }, -/* -v */{ to: 5, u: 't-u-1', v: 't-v-1' }, -/* +v */{ to: 4, u: 'u', v: 'v-t' }], - -// 3 -[ -/* -u */{ to: 1, u: 't-v-1', v: 'u+t' }, -/* +u */{ to: 0, u: 'v', v: '2t-u-1' }, -/* -v */{ to: 4, u: 'u', v: 'v+t' }, -/* +v */{ to: 5, u: 't-u-1', v: '2t-v-1' }], - -// 4 -[ -/* -u */{ to: 1, u: 'u+t', v: 'v' }, -/* +u */{ to: 0, u: 'u-t', v: 'v' }, -/* -v */{ to: 2, u: 'u', v: 'v+t' }, -/* +v */{ to: 3, u: 'u', v: 'v-t' }], - -// 5 -[ -/* -u */{ to: 0, u: 'u+t', v: 'v' }, -/* +u */{ to: 1, u: 'u-t', v: 'v' }, -/* -v */{ to: 2, u: 't-u-1', v: '1+v' }, -/* +v */{ to: 3, u: 't-u-1', v: '2t-v-1' }]]; - - - -function getFaceWrapIndex(textureSize, faceCoord) { - if (faceCoord[0] < 0) { - return 0; - } - if (faceCoord[0] >= textureSize) { - return 1; - } - if (faceCoord[1] < 0) { - return 2; - } - if (faceCoord[1] >= textureSize) { - return 3; - } - return -1; -} - -function applyFaceWrap(textureSize, faceCoord) { - const ndx = getFaceWrapIndex(textureSize, faceCoord); - if (ndx < 0) { - return faceCoord; - } - const { to, u, v } = kFaceToFaceRemap[faceCoord[2]][ndx]; - return [ - kFaceConversions[u](textureSize, faceCoord), - kFaceConversions[v](textureSize, faceCoord), - to]; - -} - function wrapFaceCoordToCubeFaceAtEdgeBoundaries(textureSize, faceCoord) { - // If we're off both edges we need to wrap twice, once for each edge. - faceCoord = applyFaceWrap(textureSize, faceCoord); - faceCoord = applyFaceWrap(textureSize, faceCoord); - return faceCoord; + // convert texel based face coord to normalized 2d-array coord + const nc0 = [ + (faceCoord[0] + 0.5) / textureSize, + (faceCoord[1] + 0.5) / textureSize, + (faceCoord[2] + 0.5) / 6]; + + const cc = convertNormalized3DTexCoordToCubeCoord(nc0); + const nc1 = convertCubeCoordToNormalized3DTextureCoord(cc); + // convert normalized 2d-array coord back texel based face coord + const fc = [ + Math.floor(nc1[0] * textureSize), + Math.floor(nc1[1] * textureSize), + Math.floor(nc1[2] * 6)]; + + + return fc; } function applyAddressModesToCoords( @@ -2004,7 +3711,6 @@ coord) */ export function generateSamplePointsCube( n, -nearest, args) @@ -2021,11 +3727,19 @@ args) + + + + + { - const { method, textureWidth } = args; - const out = []; + const { method, descriptor } = args; + const mipLevelCount = descriptor.mipLevelCount ?? 1; + const size = virtualMipSize('2d', descriptor.size, 0); + const textureWidth = size[0]; + const coords = []; switch (method) { case 'texel-centre':{ for (let i = 0; i < n; i++) { @@ -2034,7 +3748,7 @@ args) const v = (Math.floor(lerp(0, textureWidth - 1, (r >> 8 & 0xff) / 0xff)) + 0.5) / textureWidth; const face = Math.floor(lerp(0, 6, (r >> 16 & 0xff) / 0x100)); - out.push(convertNormalized3DTexCoordToCubeCoord([u, v, face])); + coords.push(convertNormalized3DTexCoordToCubeCoord([u, v, face])); } break; } @@ -2052,28 +3766,46 @@ args) const ux = cosTheta * sinPhi; const uy = cosPhi; const uz = sinTheta * sinPhi; - out.push([ux * r, uy * r, uz * r]); + coords.push([ux * r, uy * r, uz * r]); } break; } case 'cube-edges':{ - out.push( + coords.push( // between edges - [-1.01, -1.02, 0], - [1.01, -1.02, 0], - [-1.01, 1.02, 0], - [1.01, 1.02, 0], + // +x + [1, -1.01, 0], // wrap -y + [1, +1.01, 0], // wrap +y + [1, 0, -1.01], // wrap -z + [1, 0, +1.01], // wrap +z + // -x + [-1, -1.01, 0], // wrap -y + [-1, +1.01, 0], // wrap +y + [-1, 0, -1.01], // wrap -z + [-1, 0, +1.01], // wrap +z - [-1.01, 0, -1.02], - [1.01, 0, -1.02], - [-1.01, 0, 1.02], - [1.01, 0, 1.02], + // +y + [-1.01, 1, 0], // wrap -x + [+1.01, 1, 0], // wrap +x + [0, 1, -1.01], // wrap -z + [0, 1, +1.01], // wrap +z + // -y + [-1.01, -1, 0], // wrap -x + [+1.01, -1, 0], // wrap +x + [0, -1, -1.01], // wrap -z + [0, -1, +1.01], // wrap +z - [-1.01, -1.02, 0], - [1.01, -1.02, 0], - [-1.01, 1.02, 0], - [1.01, 1.02, 0] + // +z + [-1.01, 0, 1], // wrap -x + [+1.01, 0, 1], // wrap +x + [0, -1.01, 1], // wrap -y + [0, +1.01, 1], // wrap +y + // -z + [-1.01, 0, -1], // wrap -x + [+1.01, 0, -1], // wrap +x + [0, -1.01, -1], // wrap -y + [0, +1.01, -1] // wrap +y // corners (see comment "Issues with corners of cubemaps") // for why these are commented out. @@ -2090,6 +3822,31 @@ args) } } + const _hashInputs = args.hashInputs.map((v) => + typeof v === 'string' ? sumOfCharCodesOfString(v) : typeof v === 'boolean' ? v ? 1 : 0 : v + ); + + // returns a number between [0 and N) + const makeRandValue = ({ num, type }, ...hashInputs) => { + const range = num; + const number = hashU32(..._hashInputs, ...hashInputs) / 0x1_0000_0000 * range; + return type === 'f32' ? number : Math.floor(number); + }; + + // for signed and float values returns [-1 to num] + // for unsigned values returns [0 to num] + const makeRangeValue = ({ num, type }, ...hashInputs) => { + const range = num + (type === 'u32' ? 1 : 2); + const number = + hashU32(..._hashInputs, ...hashInputs) / 0x1_0000_0000 * range - (type === 'u32' ? 0 : 1); + return type === 'f32' ? number : Math.floor(number); + }; + + const makeIntHashValue = (min, max, ...hashInputs) => { + const range = max - min; + return min + Math.floor(hashU32(..._hashInputs, ...hashInputs) / 0x1_0000_0000 * range); + }; + // Samplers across devices use different methods to interpolate. // Quantizing the texture coordinates seems to hit coords that produce // comparable results to our computed results. @@ -2098,33 +3855,208 @@ args) // Win 11, NVidia 2070 Super: 16 // Linux, AMD Radeon Pro WX 3200: 256 // MacOS, M1 Mac: 256 + // + // Note: When doing `textureGather...` we can't use texel centers + // because which 4 pixels will be gathered jumps if we're slightly under + // or slightly over the center + // + // Similarly, if we're using 'nearest' filtering then we don't want texel + // edges for the same reason. + // + // Also note that for textureGather. The way it works for cube maps is to + // first convert from cube map coordinate to a 2D texture coordinate and + // a face. Then, choose 4 texels just like normal 2D texture coordinates. + // If one of the 4 texels is outside the current face, wrap it to the correct + // face. + // + // An issue this brings up though. Imagine a 2D texture with addressMode = 'repeat' + // + // 2d texture (same texture repeated to show 'repeat') + // ┌───┬───┬───┐ ┌───┬───┬───┐ + // │ │ │ │ │ │ │ │ + // ├───┼───┼───┤ ├───┼───┼───┤ + // │ │ │ a│ │c │ │ │ + // ├───┼───┼───┤ ├───┼───┼───┤ + // │ │ │ b│ │d │ │ │ + // └───┴───┴───┘ └───┴───┴───┘ + // + // Assume the texture coordinate is at the bottom right corner of a. + // Then textureGather will grab c, d, b, a (no idea why that order). + // but think of it as top-right, bottom-right, bottom-left, top-left. + // Similarly, if the texture coordinate is at the top left of d it + // will select the same 4 texels. + // + // But, in the case of a cubemap, each face is in different direction + // relative to the face next to it. + // + // +-----------+ + // |0->u | + // |↓ | + // |v +y | + // | (2) | + // | | + // +-----------+-----------+-----------+-----------+ + // |0->u |0->u |0->u |0->u | + // |↓ |↓ |↓ |↓ | + // |v -x |v +z |v +x |v -z | + // | (1) | (4) | (0) | (5) | + // | | | | | + // +-----------+-----------+-----------+-----------+ + // |0->u | + // |↓ | + // |v -y | + // | (3) | + // | | + // +-----------+ + // + // As an example, imagine going from the +y to the +x face. + // See diagram above, the right edge of the +y face wraps + // to the top edge of the +x face. + // + // +---+---+ + // | a|c | + // ┌───┬───┬───┐ ┌───┬───┬───┐ + // │ │ │ │ │ b│d │ │ + // ├───┼───┼───┤---+ ├───┼───┼───┤ + // │ │ │ a│ c | │ │ │ │ + // ├───┼───┼───┤---+ ├───┼───┼───┤ + // │ │ │ b│ d | │ │ │ │ + // └───┴───┴───┘---+ └───┴───┴───┘ + // +y face +x face + // + // If the texture coordinate is in the bottom right corner of a, + // the rectangle of texels we read are a,b,c,d and, if we the + // texture coordinate is in the top left corner of d we also + // read a,b,c,d according to the 2 diagrams above. + // + // But, notice that when reading from the POV of +y vs +x, + // which actual a,b,c,d texels are different. + // + // From the POV of face +x: a,b are in face +x and c,d are in face +y + // From the POV of face +y: a,c are in face +x and b,d are in face +y + // + // This is all the long way of saying that if we're on the edge of a cube + // face we could get drastically different results because the orientation + // of the rectangle of the 4 texels we use, rotates. So, we need to avoid + // any values too close to the edge just in case our math is different than + // the GPU's. + // const kSubdivisionsPerTexel = 4; - const q = [ - textureWidth * kSubdivisionsPerTexel, - textureWidth * kSubdivisionsPerTexel, - 6 * kSubdivisionsPerTexel]; + const avoidEdgeCase = + !args.sampler || args.sampler.minFilter === 'nearest' || isBuiltinGather(args.textureBuiltin); + const edgeRemainder = isBuiltinGather(args.textureBuiltin) ? kSubdivisionsPerTexel / 2 : 0; + return coords.map((c, i) => { + const mipLevel = args.mipLevel ? + quantizeMipLevel(makeRangeValue(args.mipLevel, i), args.sampler?.mipmapFilter ?? 'nearest') : + 0; + const clampedMipLevel = clamp(mipLevel, { min: 0, max: mipLevelCount - 1 }); + const mipSize = virtualMipSize('2d', size, Math.ceil(clampedMipLevel)); + const q = [ + mipSize[0] * kSubdivisionsPerTexel, + mipSize[0] * kSubdivisionsPerTexel, + 6 * kSubdivisionsPerTexel]; + - return out.map((c) => { const uvw = convertCubeCoordToNormalized3DTextureCoord(c); // If this is a corner, move to in so it's not // (see comment "Issues with corners of cubemaps") - const ndx = getUnusedCubeCornerSampleIndex(textureWidth, uvw); + const ndx = getUnusedCubeCornerSampleIndex(mipSize[0], uvw); if (ndx >= 0) { - const halfTexel = 0.5 / textureWidth; + const halfTexel = 0.5 / mipSize[0]; uvw[0] = clamp(uvw[0], { min: halfTexel, max: 1 - halfTexel }); } const quantizedUVW = uvw.map((v, i) => { // Quantize to kSubdivisionsPerPixel const v1 = Math.floor(v * q[i]); - // If it's nearest and we're on the edge of a texel then move us off the edge - // since the edge could choose one texel or another in nearest mode - const v2 = nearest && v1 % kSubdivisionsPerTexel === 0 ? v1 + 1 : v1; - // Convert back to texture coords - return v2 / q[i]; + // If it's nearest or textureGather and we're on the edge of a texel then move us off the edge + // since the edge could choose one texel or another. + const isEdgeCase = Math.abs(v1 % kSubdivisionsPerTexel) === edgeRemainder; + const v2 = isEdgeCase && avoidEdgeCase ? v1 + 1 : v1; + // Convert back to texture coords slightly off + return (v2 + 1 / 16) / q[i]; }); - return convertNormalized3DTexCoordToCubeCoord(quantizedUVW); + + const quantize = (v, units) => Math.floor(v * units) * units; + + const makeGradient = (hashInput) => { + return coords.map((_, i) => + // a value between -4 and 4, quantized to 1/3rd. + quantize(makeRangeValue({ num: 8, type: 'f32' }, i, hashInput) - 4, 1 / 3) + ); + }; + + const coords = convertNormalized3DTexCoordToCubeCoord(quantizedUVW); + + // choose a derivative value that will select a mipLevel. + const makeDerivativeMult = (coords, mipLevel) => { + // Make an identity vec (all 1s). + const mult = new Array(coords.length).fill(0); + // choose one axis to set + const ndx = makeRangeValue({ num: coords.length - 1, type: 'u32' }, i, 8); + assert(ndx < coords.length); + mult[ndx] = Math.pow(2, mipLevel); + return mult; + }; + + // Choose a mip level. If mipmapFilter is 'nearest' then avoid centers of levels + // else avoid edges. + const chooseMipLevel = () => { + const innerLevelR = makeRandValue({ num: 9, type: 'u32' }, i, 11); + const innerLevel = + args?.sampler?.mipmapFilter === 'linear' ? + innerLevelR + 1 : + innerLevelR < 4 ? + innerLevelR : + innerLevelR + 1; + const outerLevel = makeRangeValue({ num: mipLevelCount - 1, type: 'i32' }, i, 11); + return outerLevel + innerLevel / 10; + }; + + // for textureSample, choose a derivative value that will select a mipLevel near + // the range of mip levels. + const makeDerivativeMultForTextureSample = (coords) => { + const mipLevel = chooseMipLevel(); + return makeDerivativeMult(coords, mipLevel); + }; + + // for textureSampleBias we choose a mipLevel we want to sample, then a bias between -17 and 17. + // and then a derivative that, given the chosen bias will arrive at the chosen mipLevel. + // The GPU is supposed to clamp between -16.0 and 15.99. + const makeBiasAndDerivativeMult = (coords) => { + const mipLevel = chooseMipLevel(); + const bias = makeRangeValue({ num: 34, type: 'f32' }, i, 9) - 17; + const clampedBias = clamp(bias, { min: -16, max: 15.99 }); + const derivativeBasedMipLevel = mipLevel - clampedBias; + const derivativeMult = makeDerivativeMult(coords, derivativeBasedMipLevel); + return [bias, derivativeMult]; + }; + + // If bias is set this is textureSampleBias. If bias is not set but derivatives + // is then this is one of the other functions that needs implicit derivatives. + const [bias, derivativeMult] = args.bias ? + makeBiasAndDerivativeMult(coords) : + args.derivatives ? + [undefined, makeDerivativeMultForTextureSample(coords)] : + []; + + return { + coords, + derivativeMult, + ddx: args.grad ? makeGradient(7) : undefined, + ddy: args.grad ? makeGradient(8) : undefined, + mipLevel, + arrayIndex: args.arrayIndex ? makeRangeValue(args.arrayIndex, i, 2) : undefined, + bias, + // use 0.0, 0.5, or 1.0 for depthRef. We can't test for equality except for values 0 and 1 + // The texture will be filled with random values unless our comparison is 'equal' or 'not-equal' + // in which case the texture will be filled with only 0, 0.6, 1. Choosing 0.0, 0.5, 1.0 here + // means we can test 'equal' and 'not-equal'. For other comparisons, the fact that the texture's + // contents is random seems enough to test all the comparison modes. + depthRef: args.depthRef ? makeRandValue({ num: 3, type: 'u32' }, i, 5) / 2 : undefined, + component: args.component ? makeIntHashValue(0, 4, i, 4) : undefined + }; }); } @@ -2144,7 +4076,9 @@ function wgslTypeFor(data, type) { return `${type}32`; } -function wgslExpr(data) { +function wgslExpr( +data) +{ if (Array.isArray(data)) { switch (data.length) { case 1: @@ -2181,8 +4115,8 @@ function binKey(call) { for (const name of kTextureCallArgNames) { const value = call[name]; if (value !== undefined) { - if (name === 'offset') { - // offset must be a constant expression + if (name === 'offset' || name === 'component') { + // offset and component must be constant expressions keys.push(`${name}: ${wgslExpr(value)}`); } else { keys.push(`${name}: ${wgslTypeFor(value, call.coordType)}`); @@ -2193,12 +4127,19 @@ function binKey(call) { } function buildBinnedCalls(calls) { - const args = ['T']; // All texture builtins take the texture as the first argument + const args = []; const fields = []; const data = []; - const prototype = calls[0]; - if (prototype.builtin.startsWith('textureSample')) { + + if (isBuiltinGather(prototype.builtin) && prototype['componentType']) { + args.push(`/* component */ ${wgslExpr(prototype['component'])}`); + } + + // All texture builtins take a Texture + args.push('T'); + + if (builtinNeedsSampler(prototype.builtin)) { // textureSample*() builtins take a sampler as the second argument args.push('S'); } @@ -2208,14 +4149,28 @@ function buildBinnedCalls(calls) { if (value !== undefined) { if (name === 'offset') { args.push(`/* offset */ ${wgslExpr(value)}`); - } else { - const type = + } else if (name === 'component') { + + // was handled above + } else {const type = name === 'mipLevel' ? prototype.levelType : name === 'arrayIndex' ? prototype.arrayIndexType : + name === 'sampleIndex' ? + prototype.sampleIndexType : + name === 'bias' || name === 'depthRef' || name === 'ddx' || name === 'ddy' ? + 'f' : prototype.coordType; - args.push(`args.${name}`); + if (name !== 'derivativeMult') { + args.push( + `args.${name}${ + name === 'coords' && builtinNeedsDerivatives(prototype.builtin) ? + ' + derivativeBase * args.derivativeMult' : + '' + }` + ); + } fields.push(`@align(16) ${name} : ${wgslTypeFor(value, type)}`); } } @@ -2228,13 +4183,9 @@ function buildBinnedCalls(calls) { prototype[name] === undefined === (value === undefined), 'texture calls are not binned correctly' ); - if (value !== undefined && name !== 'offset') { - const bitcastToU32 = (value) => { - if (calls[0].coordType === 'f') { - return float32ToUint32(value); - } - return value; - }; + if (value !== undefined && name !== 'offset' && name !== 'component') { + const type = getCallArgType(call, name); + const bitcastToU32 = kBitCastFunctions[type]; if (value instanceof Array) { for (const c of value) { data.push(bitcastToU32(c)); @@ -2271,20 +4222,39 @@ function binCalls(calls) { return bins; } -export function describeTextureCall(call) { - const args = ['texture: T']; - if (call.builtin.startsWith('textureSample')) { +function describeTextureCall(call) { + const args = []; + if (isBuiltinGather(call.builtin) && call.componentType) { + args.push(`component: ${wgslExprFor(call.component, call.componentType)}`); + } + args.push('texture: T'); + if (builtinNeedsSampler(call.builtin)) { args.push('sampler: S'); } for (const name of kTextureCallArgNames) { const value = call[name]; - if (value !== undefined) { + if (value !== undefined && name !== 'component') { if (name === 'coords') { - args.push(`${name}: ${wgslExprFor(value, call.coordType)}`); + const derivativeWGSL = builtinNeedsDerivatives(call.builtin) ? + ` + derivativeBase * derivativeMult(${ + call.derivativeMult ? wgslExprFor(call.derivativeMult, call.coordType) : '1' + })` : + ''; + args.push(`${name}: ${wgslExprFor(value, call.coordType)}${derivativeWGSL}`); + } else if (name === 'derivativeMult') { + + // skip this - it's covered in 'coords' + } else if (name === 'ddx' || name === 'ddy') {args.push(`${name}: ${wgslExprFor(value, call.coordType)}`); } else if (name === 'mipLevel') { args.push(`${name}: ${wgslExprFor(value, call.levelType)}`); } else if (name === 'arrayIndex') { args.push(`${name}: ${wgslExprFor(value, call.arrayIndexType)}`); + } else if (name === 'bias') { + args.push(`${name}: ${wgslExprFor(value, 'f')}`); + } else if (name === 'sampleIndex') { + args.push(`${name}: ${wgslExprFor(value, call.sampleIndexType)}`); + } else if (name === 'depthRef') { + args.push(`${name}: ${wgslExprFor(value, 'f')}`); } else { args.push(`${name}: ${wgslExpr(value)}`); } @@ -2293,27 +4263,95 @@ export function describeTextureCall(call) { return `${call.builtin}(${args.join(', ')})`; } -const s_deviceToPipelines = new WeakMap(); +const s_deviceToPipelines = new WeakMap( + + +); /** * Given a list of "calls", each one of which has a texture coordinate, - * generates a fragment shader that uses the fragment position as an index - * (position.y * 256 + position.x) That index is then used to look up a - * coordinate from a storage buffer which is used to call the WGSL texture - * function to read/sample the texture, and then write to an rgba32float - * texture. We then read the rgba32float texture for the per "call" results. + * generates a fragment shader that uses the instance_index as an index. That + * index is then used to look up a coordinate from a storage buffer which is + * used to call the WGSL texture function to read/sample the texture, and then + * write to a storage buffer. We then read the storage buffer for the per "call" + * results. + * + * We use a 1x1 target and use instance drawing, once instance per call. + * This allows use to more easily adjust derivatives per call. + * + * An issue we ran into before this "one draw call per instance" change; + * Before we had a single draw call and wrote the result of one call per + * pixel rendered. + * + * Imagine we have code like this: + * + * ``` + * @group(0) @binding(0) var T: texture_2d; + * @group(0) @binding(1) var S: sampler; + * @group(0) @binding(2) var coords: array; + * @fragment fn fs(@builtin(position) pos: vec4f) -> vec4f { + * let ndx = u32(pos.x) * u32(pos.y) * targetWidth; + * return textureSample(T, S, coords[ndx].xy); + * } + * ``` + * + * T points to 8x8 pixel texture with 3 mip levels + * S is 'nearest' + * coords: is a storage buffer, 16 bytes long [0,0,0,0], one vec4f. + * our render target is 1x1 pixels + * + * Looking above it appears `ndx` will only ever be 0 but that's + * not what happens. Instead, the GPU will run the fragment shader for + * a 2x2 area. It does this to compute derivatives by running the code + * above and looking at what values it gets passed as coords to + * textureSample. When it does this it ends up with + * + * ndx = 0 for invocation 0 + * ndx = 1 for invocation 1 + * ndx = 0 + 1 * targetWidth for invocation 2 + * ndx = 1 + 1 * targetWidth for invocation 3 + * + * In 3 of those cases `ndx` is out of bounds with respect to `coords`. + * Out of bounds access is indeterminate. That means the derivatives are + * indeterminate so what lod it tries to read is indeterminate. + * + * By using instance_index for ndx we avoid this issue. ndx is the same + * on all 4 executions. * * Calls are "binned" by call parameters. Each bin has its own structure and * field in the storage buffer. This allows the calls to be non-homogenous and * each have their own data type for coordinates. + * + * Note: this function returns: + * + * 'results': an array of results, one for each call. + * + * 'run': a function that accepts a texture and runs the same class pipeline with + * that texture as input, returning an array of results. This can be used by + * identifySamplePoints to query the mix-weights used. We do this so we're + * using the same shader that generated the original results when querying + * the weights. + * + * 'destroy': a function that cleans up the buffers used by `run`. */ -export async function doTextureCalls( +function createTextureCallsRunner( t, -gpuTexture, +{ + format, + dimension, + sampleCount, + depthOrArrayLayers + + + + + +}, viewDescriptor, textureType, sampler, -calls) +calls, +stage) { let structs = ''; let body = ''; @@ -2324,15 +4362,15 @@ calls) binned.forEach((binCalls, binIdx) => { const b = buildBinnedCalls(binCalls.map((callIdx) => calls[callIdx])); structs += `struct Args${binIdx} { - ${b.fields.join(', \n')} + ${b.fields.join(',\n ')} } `; dataFields += ` args${binIdx} : array, `; body += ` { - let is_active = (frag_idx >= ${callCount}) & (frag_idx < ${callCount + binCalls.length}); - let args = data.args${binIdx}[frag_idx - ${callCount}]; + let is_active = (idx >= ${callCount}) & (idx < ${callCount + binCalls.length}); + let args = data.args${binIdx}[idx - ${callCount}]; let call = ${b.expr}; result = select(result, call, is_active); } @@ -2343,22 +4381,93 @@ calls) const dataBuffer = t.createBufferTracked({ size: data.length * 4, - usage: GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + usage: GPUBufferUsage.COPY_DST | GPUBufferUsage.UNIFORM }); t.device.queue.writeBuffer(dataBuffer, 0, new Uint32Array(data)); - const { resultType, resultFormat, componentType } = textureType.includes('depth') ? + const builtin = calls[0].builtin; + const isCompare = isBuiltinComparison(builtin); + + const { resultType, resultFormat, componentType } = isBuiltinGather(builtin) ? + getTextureFormatTypeInfo(format) : + textureType === 'texture_external' ? + { resultType: 'vec4f', resultFormat: 'rgba32float', componentType: 'f32' } : + textureType.includes('depth') ? { resultType: 'f32', resultFormat: 'rgba32float', componentType: 'f32' } : - getTextureFormatTypeInfo(gpuTexture.format); + getTextureFormatTypeInfo(format); const returnType = `vec4<${componentType}>`; - const rtWidth = 256; + const samplerType = isCompare ? 'sampler_comparison' : 'sampler'; + const renderTarget = t.createTextureTracked({ format: resultFormat, - size: { width: rtWidth, height: Math.ceil(calls.length / rtWidth) }, + size: [calls.length, 1], usage: GPUTextureUsage.COPY_SRC | GPUTextureUsage.RENDER_ATTACHMENT }); + // derivativeBase is a number that starts at (0, 0, 0) and advances by 1 in x, y + // for each fragment shader iteration in texel space. It is then converted to normalized + // texture space by dividing by the textureDimensions. + // Since it's moving by 1 texel unit we can multiply it to get any specific lod value we want. + // Because it starts at (0, 0, 0) it will not affect our texture coordinate. + const derivativeBaseWGSL = ` + let derivativeBase = ${ + isCubeViewDimension(viewDescriptor) ? + '(v.pos.xyx - 0.5 - vec3f(f32(v.ndx), 0, f32(v.ndx))) / vec3f(vec2f(textureDimensions(T)), 1.0)' : + dimension === '1d' ? + 'f32(v.pos.x - 0.5 - f32(v.ndx)) / f32(textureDimensions(T))' : + dimension === '3d' ? + 'vec3f(v.pos.xy - 0.5 - vec2f(f32(v.ndx), 0), 0) / vec3f(textureDimensions(T))' : + '(v.pos.xy - 0.5 - vec2f(f32(v.ndx), 0)) / vec2f(textureDimensions(T))' + };`; + const derivativeType = + isCubeViewDimension(viewDescriptor) || dimension === '3d' ? + 'vec3f' : + dimension === '1d' ? + 'f32' : + 'vec2f'; + + const stageWGSL = + stage === 'vertex' ? + ` +// --------------------------- vertex stage shaders -------------------------------- +@vertex fn vsVertex( + @builtin(vertex_index) vertex_index : u32, + @builtin(instance_index) instance_index : u32) -> VOut { + let positions = array(vec2f(-1, 3), vec2f(3, -1), vec2f(-1, -1)); + return VOut(vec4f(positions[vertex_index], 0, 1), + instance_index, + getResult(instance_index, ${derivativeType}(0))); +} + +@fragment fn fsVertex(v: VOut) -> @location(0) ${returnType} { + return v.result; +} +` : + stage === 'fragment' ? + ` +// --------------------------- fragment stage shaders -------------------------------- +@vertex fn vsFragment( + @builtin(vertex_index) vertex_index : u32, + @builtin(instance_index) instance_index : u32) -> VOut { + let positions = array(vec2f(-1, 3), vec2f(3, -1), vec2f(-1, -1)); + return VOut(vec4f(positions[vertex_index], 0, 1), instance_index, ${returnType}(0)); +} + +@fragment fn fsFragment(v: VOut) -> @location(0) ${returnType} { + ${derivativeBaseWGSL} + return getResult(v.ndx, derivativeBase); +} +` : + ` +// --------------------------- compute stage shaders -------------------------------- +@group(1) @binding(0) var results: array<${returnType}>; + +@compute @workgroup_size(1) fn csCompute(@builtin(global_invocation_id) id: vec3u) { + results[id.x] = getResult(id.x, ${derivativeType}(0)); +} +`; + const code = ` ${structs} @@ -2366,113 +4475,301 @@ struct Data { ${dataFields} } -@vertex -fn vs_main(@builtin(vertex_index) vertex_index : u32) -> @builtin(position) vec4f { - let positions = array( - vec4f(-1, 1, 0, 1), vec4f( 1, 1, 0, 1), - vec4f(-1, -1, 0, 1), vec4f( 1, -1, 0, 1), - ); - return positions[vertex_index]; -} +struct VOut { + @builtin(position) pos: vec4f, + @location(0) @interpolate(flat, either) ndx: u32, + @location(1) @interpolate(flat, either) result: ${returnType}, +}; @group(0) @binding(0) var T : ${textureType}; -${sampler ? '@group(0) @binding(1) var S : sampler' : ''}; -@group(0) @binding(2) var data : Data; +${sampler ? `@group(0) @binding(1) var S : ${samplerType}` : ''}; +@group(0) @binding(2) var data : Data; -@fragment -fn fs_main(@builtin(position) frag_pos : vec4f) -> @location(0) ${returnType} { - let frag_idx = u32(frag_pos.x) + u32(frag_pos.y) * ${renderTarget.width}; +fn getResult(idx: u32, derivativeBase: ${derivativeType}) -> ${returnType} { var result : ${resultType}; ${body} return ${returnType}(result); } + +${stageWGSL} `; - const pipelines = s_deviceToPipelines.get(t.device) ?? new Map(); + const pipelines = + s_deviceToPipelines.get(t.device) ?? new Map(); s_deviceToPipelines.set(t.device, pipelines); - let pipeline = pipelines.get(code); - if (!pipeline) { - const shaderModule = t.device.createShaderModule({ code }); + // unfilterable-float textures can only be used with manually created bindGroupLayouts + // since the default 'auto' layout requires filterable textures/samplers. + // So, if we don't need filtering, don't request a filtering sampler. If we require + // filtering then check if the format is 32float format and if float32-filterable + // is enabled. + const info = kTextureFormatInfo[format ?? 'rgba8unorm']; + const isFiltering = + !!sampler && ( + sampler.minFilter === 'linear' || + sampler.magFilter === 'linear' || + sampler.mipmapFilter === 'linear'); + let sampleType = textureType.startsWith('texture_depth') ? + 'depth' : + isDepthTextureFormat(format) ? + 'unfilterable-float' : + isStencilTextureFormat(format) ? + 'uint' : + info.color?.type ?? 'float'; + if (isFiltering && sampleType === 'unfilterable-float') { + assert(is32Float(format)); + assert(t.device.features.has('float32-filterable')); + sampleType = 'float'; + } + if (sampleCount > 1 && sampleType === 'float') { + sampleType = 'unfilterable-float'; + } - pipeline = t.device.createRenderPipeline({ - layout: 'auto', - vertex: { module: shaderModule }, - fragment: { - module: shaderModule, - targets: [{ format: renderTarget.format }] - }, - primitive: { topology: 'triangle-strip' } + const visibility = + stage === 'compute' ? + GPUShaderStage.COMPUTE : + stage === 'fragment' ? + GPUShaderStage.FRAGMENT : + GPUShaderStage.VERTEX; + + const entries = [ + { + binding: 2, + visibility, + buffer: { + type: 'uniform' + } + }]; + + + const viewDimension = effectiveViewDimensionForDimension( + viewDescriptor.dimension, + dimension, + depthOrArrayLayers + ); + + if (textureType.includes('storage')) { + entries.push({ + binding: 0, + visibility, + storageTexture: { + access: 'read-only', + viewDimension, + format + } + }); + } else if (textureType === 'texture_external') { + entries.push({ + binding: 0, + visibility, + externalTexture: {} + }); + } else { + entries.push({ + binding: 0, + visibility, + texture: { + sampleType, + viewDimension, + multisampled: sampleCount > 1 + } + }); + } + + if (sampler) { + entries.push({ + binding: 1, + visibility, + sampler: { + type: isCompare ? 'comparison' : isFiltering ? 'filtering' : 'non-filtering' + } + }); + } + + const id = `${resultType}:${stage}:${JSON.stringify(entries)}:${code}`; + let pipeline = pipelines.get(id); + if (!pipeline) { + const module = t.device.createShaderModule({ code }); + const bindGroupLayout0 = t.device.createBindGroupLayout({ entries }); + const bindGroupLayouts = [bindGroupLayout0]; + + if (stage === 'compute') { + const bindGroupLayout1 = t.device.createBindGroupLayout({ + entries: [ + { + binding: 0, + visibility: GPUShaderStage.FRAGMENT | GPUShaderStage.COMPUTE, + buffer: { + type: 'storage' + } + }] + + }); + bindGroupLayouts.push(bindGroupLayout1); + } + + const layout = t.device.createPipelineLayout({ + bindGroupLayouts }); - pipelines.set(code, pipeline); + switch (stage) { + case 'compute': + pipeline = t.device.createComputePipeline({ + layout, + compute: { module } + }); + break; + case 'fragment': + case 'vertex': + pipeline = t.device.createRenderPipeline({ + layout, + vertex: { module }, + fragment: { + module, + targets: [{ format: renderTarget.format }] + } + }); + break; + } + pipelines.set(id, pipeline); } const gpuSampler = sampler ? t.device.createSampler(sampler) : undefined; - const bindGroup = t.device.createBindGroup({ - layout: pipeline.getBindGroupLayout(0), - entries: [ - { binding: 0, resource: gpuTexture.createView(viewDescriptor) }, - ...(sampler ? [{ binding: 1, resource: gpuSampler }] : []), - { binding: 2, resource: { buffer: dataBuffer } }] + const run = async (gpuTexture) => { + const resultBuffer = t.createBufferTracked({ + size: align(calls.length * 16, 256), + usage: GPUBufferUsage.COPY_DST | GPUBufferUsage.MAP_READ + }); - }); + const bindGroup0 = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: + gpuTexture instanceof GPUExternalTexture ? + gpuTexture : + gpuTexture.createView(viewDescriptor) + }, + ...(sampler ? [{ binding: 1, resource: gpuSampler }] : []), + { binding: 2, resource: { buffer: dataBuffer } }] - const bytesPerRow = align(16 * renderTarget.width, 256); - const resultBuffer = t.createBufferTracked({ - size: renderTarget.height * bytesPerRow, - usage: GPUBufferUsage.COPY_DST | GPUBufferUsage.MAP_READ - }); - const encoder = t.device.createCommandEncoder(); + }); - const renderPass = encoder.beginRenderPass({ - colorAttachments: [ - { - view: renderTarget.createView(), - loadOp: 'clear', - storeOp: 'store' - }] + let storageBuffer; + const encoder = t.device.createCommandEncoder(); - }); + if (stage === 'compute') { + storageBuffer = t.createBufferTracked({ + size: resultBuffer.size, + usage: GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC + }); - renderPass.setPipeline(pipeline); - renderPass.setBindGroup(0, bindGroup); - renderPass.draw(4); - renderPass.end(); - encoder.copyTextureToBuffer( - { texture: renderTarget }, - { buffer: resultBuffer, bytesPerRow }, - { width: renderTarget.width, height: renderTarget.height } - ); - t.device.queue.submit([encoder.finish()]); + const bindGroup1 = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(1), + entries: [{ binding: 0, resource: { buffer: storageBuffer } }] + }); - await resultBuffer.mapAsync(GPUMapMode.READ); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bindGroup0); + pass.setBindGroup(1, bindGroup1); + pass.dispatchWorkgroups(calls.length); + pass.end(); + encoder.copyBufferToBuffer(storageBuffer, 0, resultBuffer, 0, storageBuffer.size); + } else { + const pass = encoder.beginRenderPass({ + colorAttachments: [ + { + view: renderTarget.createView(), + loadOp: 'clear', + storeOp: 'store' + }] - const view = TexelView.fromTextureDataByReference( - renderTarget.format, - new Uint8Array(resultBuffer.getMappedRange()), - { - bytesPerRow, - rowsPerImage: renderTarget.height, - subrectOrigin: [0, 0, 0], - subrectSize: [renderTarget.width, renderTarget.height] + }); + + pass.setPipeline(pipeline); + pass.setBindGroup(0, bindGroup0); + for (let i = 0; i < calls.length; ++i) { + pass.setViewport(i, 0, 1, 1, 0, 1); + pass.draw(3, 1, 0, i); + } + pass.end(); + encoder.copyTextureToBuffer( + { texture: renderTarget }, + { + buffer: resultBuffer, + bytesPerRow: resultBuffer.size + }, + [renderTarget.width, 1] + ); } - ); + t.device.queue.submit([encoder.finish()]); - let outIdx = 0; - const out = new Array(calls.length); - for (const bin of binned) { - for (const callIdx of bin) { - const x = outIdx % rtWidth; - const y = Math.floor(outIdx / rtWidth); - out[callIdx] = view.color({ x, y, z: 0 }); - outIdx++; + await resultBuffer.mapAsync(GPUMapMode.READ); + + const view = TexelView.fromTextureDataByReference( + resultFormat, + new Uint8Array(resultBuffer.getMappedRange()), + { + bytesPerRow: calls.length * 16, + rowsPerImage: 1, + subrectOrigin: [0, 0, 0], + subrectSize: [calls.length, 1] + } + ); + + let outIdx = 0; + const out = new Array(calls.length); + for (const bin of binned) { + for (const callIdx of bin) { + const x = outIdx; + out[callIdx] = view.color({ x, y: 0, z: 0 }); + outIdx++; + } } - } - renderTarget.destroy(); - resultBuffer.destroy(); + storageBuffer?.destroy(); + resultBuffer.destroy(); - return out; + return out; + }; + + return { + run, + destroy() { + dataBuffer.destroy(); + renderTarget.destroy(); + } + }; +} + +export async function doTextureCalls( +t, +gpuTexture, +viewDescriptor, +textureType, +sampler, +calls, +shortShaderStage) +{ + const stage = kShortShaderStageToShaderStage[shortShaderStage]; + const runner = createTextureCallsRunner( + t, + gpuTexture instanceof GPUExternalTexture ? + { format: 'rgba8unorm', dimension: '2d', depthOrArrayLayers: 1, sampleCount: 1 } : + gpuTexture, + viewDescriptor, + textureType, + sampler, + calls, + stage + ); + const results = await runner.run(gpuTexture); + + return { + runner, + results + }; } \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/utils.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/utils.js index 93651bcf971..e0c58671b82 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/utils.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/call/builtin/utils.js @@ -1,7 +1,6 @@ /** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/import { assert, unreachable } from '../../../../../../common/util/util.js';import { virtualMipSize } from '../../../../../util/texture/base.js'; -/* Valid types of Boundaries */ +**/import { assert } from '../../../../../../common/util/util.js'; /* Valid types of Boundaries */ @@ -46,102 +45,6 @@ export function generateCoordBoundaries(numDimensions) { return ret; } - - -export function getMipLevelFromLevelSpec(mipLevelCount, levelSpec) { - switch (levelSpec) { - case -1: - return -1; - case 0: - return 0; - case 'numLevels': - return mipLevelCount; - case 'numLevels-1': - return mipLevelCount - 1; - default: - unreachable(); - } -} - -export function isLevelSpecNegative(levelSpec) { - return levelSpec === -1; -} - - - -export function getLayerFromLayerSpec(arrayLayerCount, layerSpec) { - switch (layerSpec) { - case -1: - return -1; - case 0: - return 0; - case 'numLayers': - return arrayLayerCount; - case 'numLayers-1': - return arrayLayerCount - 1; - default: - unreachable(); - } -} - -export function isLayerSpecNegative(layerSpec) { - return layerSpec === -1; -} - -function getCoordForSize(size, boundary) { - const coord = size.map((v) => Math.floor(v / 2)); - switch (boundary) { - case 'in-bounds': - break; - default:{ - const axis = boundary[0]; - const axisIndex = axis.charCodeAt(0) - 'x'.charCodeAt(0); - const axisSize = size[axisIndex]; - const location = boundary.substring(2); - let v = 0; - switch (location) { - case 'min-wrap': - v = -1; - break; - case 'min-boundary': - v = 0; - break; - case 'max-wrap': - v = axisSize; - break; - case 'max-boundary': - v = axisSize - 1; - break; - default: - unreachable(); - } - coord[axisIndex] = v; - } - } - return coord; -} - -function getNumDimensions(dimension) { - switch (dimension) { - case '1d': - return 1; - case '2d': - return 2; - case '3d': - return 3; - } -} - -export function getCoordinateForBoundaries( -texture, -mipLevel, -boundary) -{ - const size = virtualMipSize(texture.dimension, texture, mipLevel); - const coord = getCoordForSize(size, boundary); - return coord.slice(0, getNumDimensions(texture.dimension)); -} - /** * Generates a set of offset values to attempt in the range [-8, 7]. * diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/unary/address_of_and_indirection.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/unary/address_of_and_indirection.spec.js index f68dc188227..906884cbc21 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/unary/address_of_and_indirection.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/expression/unary/address_of_and_indirection.spec.js @@ -95,15 +95,12 @@ beforeAllSubcases((t) => { if (t.params.scalarType === 'f16') { t.selectDeviceOrSkipTestCase({ requiredFeatures: ['shader-f16'] }); } + t.skipIf( + kDerefCases[t.params.derefType].requires_pointer_composite_access && + !t.hasLanguageFeature('pointer_composite_access') + ); }). fn(async (t) => { - if ( - kDerefCases[t.params.derefType].requires_pointer_composite_access && - !t.hasLanguageFeature('pointer_composite_access')) - { - return; - } - const ty = scalarType(t.params.scalarType); const cases = sparseScalarF32Range().map((e) => { return { input: ty.create(e), expected: ty.create(e) }; @@ -141,15 +138,12 @@ beforeAllSubcases((t) => { if (t.params.scalarType === 'f16') { t.selectDeviceOrSkipTestCase({ requiredFeatures: ['shader-f16'] }); } + t.skipIf( + kDerefCases[t.params.derefType].requires_pointer_composite_access && + !t.hasLanguageFeature('pointer_composite_access') + ); }). fn(async (t) => { - if ( - kDerefCases[t.params.derefType].requires_pointer_composite_access && - !t.hasLanguageFeature('pointer_composite_access')) - { - return; - } - const ty = scalarType(t.params.scalarType); const cases = sparseScalarF32Range().map((e) => { return { input: ty.create(e), expected: ty.create(e) }; @@ -168,4 +162,48 @@ fn(async (t) => { }` ); await run(t, shaderBuilder, [ty], ty, t.params, cases); +}); + +g.test('deref_swizzle'). +specURL('https://www.w3.org/TR/WGSL/#logical-expr'). +desc( + ` +Expression: (*e).swizzle + +Pointer expression dereference as lhs of swizzle expression +` +). +params((u) => +u. +combine('inputSource', allButConstInputSource). +combine('vectorize', [2, 3, 4]). +combine('scalarType', ['bool', 'u32', 'i32', 'f32', 'f16']). +combine('derefType', keysOf(kDerefCases)) +). +beforeAllSubcases((t) => { + if (t.params.scalarType === 'f16') { + t.selectDeviceOrSkipTestCase({ requiredFeatures: ['shader-f16'] }); + } + t.skipIf( + kDerefCases[t.params.derefType].requires_pointer_composite_access && + !t.hasLanguageFeature('pointer_composite_access') + ); +}). +fn(async (t) => { + const ty = scalarType(t.params.scalarType); + const cases = sparseScalarF32Range().map((e) => { + return { input: ty.create(e), expected: ty.create(e) }; + }); + const elemType = ty.kind; + const type = `vec${t.params.vectorize}<${elemType}>`; + const swizzle = 'xyzw'.slice(0, t.params.vectorize); + const shaderBuilder = basicExpressionWithPredeclarationBuilder( + (value) => `get_dereferenced_value(${value})`, + `fn get_dereferenced_value(value: ${type}) -> ${type} { + var a = value; + let p = &a; + return ${kDerefCases[t.params.derefType].wgsl}.${swizzle}; + }` + ); + await run(t, shaderBuilder, [ty], ty, t.params, cases); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/padding.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/padding.spec.js index 56a64d60843..3465ac820f3 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/padding.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/padding.spec.js @@ -263,6 +263,87 @@ fn((t) => { ); }); +g.test('array_of_vec3h'). +desc( + `Test that padding bytes in between array elements are preserved when f16 elements are used. + + This test defines creates a read-write storage buffer with type array. The shader + assigns the whole variable at once, and we then test that data in the padding bytes was + preserved. + ` +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('shader-f16'); +}). +fn((t) => { + const wgsl = ` + enable f16; + @group(0) @binding(0) var buffer : array, 4>; + + @compute @workgroup_size(1) + fn main() { + buffer = array, 4>( + vec3(1h), + vec3(2h), + vec3(3h), + vec3(4h), + ); + } + `; + runShaderTest( + t, + wgsl, + new Uint32Array([ + // buffer[0] + 0x3c003c00, 0xdead3c00, + // buffer[1] + 0x40004000, 0xdead4000, + // buffer[2] + 0x42004200, 0xdead4200, + // buffer[2] + 0x44004400, 0xdead4400] + ) + ); +}); + +g.test('array_of_vec3h,elementwise'). +desc( + `Test that padding bytes in between array elements are preserved when f16 elements are used. + + This test defines creates a read-write storage buffer with type array. The shader + assigns one element per thread, and we then test that data in the padding bytes was + preserved. + ` +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('shader-f16'); +}). +fn((t) => { + const wgsl = ` + enable f16; + @group(0) @binding(0) var buffer : array>; + + @compute @workgroup_size(4) + fn main(@builtin(local_invocation_index) lid : u32) { + buffer[lid] = vec3h(f16(lid + 1)); + } + `; + runShaderTest( + t, + wgsl, + new Uint32Array([ + // buffer[0] + 0x3c003c00, 0xdead3c00, + // buffer[1] + 0x40004000, 0xdead4000, + // buffer[2] + 0x42004200, 0xdead4200, + // buffer[2] + 0x44004400, 0xdead4400] + ) + ); +}); + g.test('array_of_struct'). desc( `Test that padding bytes in between array elements are preserved. diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/robust_access.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/robust_access.spec.js index 96e58aa3378..06c488b1dd8 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/robust_access.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/robust_access.spec.js @@ -199,13 +199,6 @@ fn(async (t) => { assert(_kTypeInfo !== undefined, 'not an indexable type'); assert('arrayLength' in _kTypeInfo); - if (baseType === 'f16' && addressSpace === 'uniform' && containerType === 'array') { - // Array elements must be aligned to 16 bytes, but the logic in generateTypes - // creates an array of vec4 of the baseType. But for f16 that's only 8 bytes. - // We would need to write more complex logic for that. - t.skip('Test logic does not handle array of f16 in the uniform address space'); - } - let usesCanary = false; let globalSource = ''; let testFunctionSource = ''; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/compute_builtins.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/compute_builtins.spec.js index 98baa860c02..d201dab82df 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/compute_builtins.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/compute_builtins.spec.js @@ -1,6 +1,7 @@ /** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts **/export const description = `Test compute shader builtin variables`;import { makeTestGroup } from '../../../../common/framework/test_group.js'; +import { iterRange } from '../../../../common/util/util.js'; import { GPUTest } from '../../../gpu_test.js'; export const g = makeTestGroup(GPUTest); @@ -253,4 +254,506 @@ fn((t) => { type: Uint32Array, typedLength: outputBuffer.size / 4 }); +}); + +/** + * @returns The population count of input. + * + * @param input Treated as an unsigned 32-bit integer + */ +function popcount(input) { + let n = input; + n = n - (n >> 1 & 0x55555555); + n = (n & 0x33333333) + (n >> 2 & 0x33333333); + return (n + (n >> 4) & 0xf0f0f0f) * 0x1010101 >> 24; +} + +function ErrorMsg(msg, got, expected) { + return `${msg}:\n- got: ${got}\n- expected: ${expected}`; +} + +/** + * Checks that the subgroup size and ballot buffers are consistent. + * + * This function checks that all invocations see a consistent value for + * subgroup_size and that all ballots are less than or equal to that value. + * + * @param subgroupSizes The subgroup_size buffer + * @param ballotSizes The ballot buffer + * @param min The minimum subgroup size allowed + * @param max The maximum subgroup size allowed + * @param invocations The number of invocations in a workgroup + */ +function checkSubgroupSizeConsistency( +subgroupSizes, +ballotSizes, +min, +max, +invocations) +{ + const subgroupSize = subgroupSizes[0]; + if (popcount(subgroupSize) !== 1) { + return new Error(`Subgroup size '${subgroupSize}' is not a power of two`); + } + if (subgroupSize < min) { + return new Error(`Subgroup size '${subgroupSize}' is less than minimum '${min}'`); + } + if (max < subgroupSize) { + return new Error(`Subgroup size '${subgroupSize}' is greater than maximum '${max}'`); + } + + // Check that remaining invocations record a consistent subgroup size. + for (let i = 1; i < subgroupSizes.length; i++) { + if (subgroupSizes[i] !== subgroupSize) { + return new Error( + ErrorMsg(`Invocation ${i}: subgroup size inconsistency`, subgroupSizes[i], subgroupSize) + ); + } + } + + for (let i = 0; i < ballotSizes.length; i++) { + if (ballotSizes[i] > subgroupSize) { + return new Error( + `Invocation ${i}, subgroup size, ${ballotSizes[i]}, is greater than built-in value, ${subgroupSize}` + ); + } + } + + return undefined; +} + +/** + * Returns a WGSL function that generates linear local id + * + * Using (0,1,2) generates the standard local linear id. + * Changing the order of p0, p1, and p2 changes the linearity. + * + * Assumes p0, p1, and p2 are not repeated and in range [0, 2]. + * @param p0 The index used for the x-dimension + * @param p1 The index used for the y-dimension + * @param p2 The index used for the z-dimension + * @param sizes An array of workgroup sizes for each dimension. + */ +function genLID(p0, p1, p2, sizes) { + return ` +fn getLID(lid : vec3u) -> u32 { + let p0 = lid[${p0}]; + let p1 = lid[${p1}] * ${sizes[p0]}; + let p2 = lid[${p2}] * ${sizes[p0]} * ${sizes[p1]}; + return p0 + p1 + p2; +}`; +} + +const kWGSizes = [ +[1, 1, 1], +[4, 1, 1], +[8, 1, 1], +[16, 1, 1], +[32, 1, 1], +[64, 1, 1], +[128, 1, 1], +[256, 1, 1], +[1, 4, 1], +[1, 8, 1], +[1, 16, 1], +[1, 32, 1], +[1, 64, 1], +[1, 128, 1], +[1, 256, 1], +[1, 1, 4], +[1, 1, 8], +[1, 1, 16], +[1, 1, 32], +[1, 1, 64], +[3, 3, 3], +[4, 4, 4], +[16, 16, 1], +[16, 1, 16], +[1, 16, 16], +[15, 3, 3], +[3, 15, 3], +[3, 3, 15], +[17, 5, 2], +[17, 4, 2], +[15, 2, 8]]; + + +g.test('subgroup_size'). +desc('Tests subgroup_size values'). +params((u) => +u. +combine('sizes', kWGSizes). +beginSubcases(). +combine('numWGs', [1, 2]). +combine('lid', [ +[0, 1, 2], +[0, 2, 1], +[1, 0, 2], +[1, 2, 0], +[2, 0, 1], +[2, 1, 0]] +) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + + + + + const { minSubgroupSize, maxSubgroupSize } = t.device.limits; + + const wgx = t.params.sizes[0]; + const wgy = t.params.sizes[1]; + const wgz = t.params.sizes[2]; + const lid = t.params.lid; + const wgThreads = wgx * wgy * wgz; + + // Compatibility mode has lower workgroup limits. + const { + maxComputeInvocationsPerWorkgroup, + maxComputeWorkgroupSizeX, + maxComputeWorkgroupSizeY, + maxComputeWorkgroupSizeZ + } = t.device.limits; + t.skipIf( + maxComputeInvocationsPerWorkgroup < wgThreads || + maxComputeWorkgroupSizeX < t.params.sizes[0] || + maxComputeWorkgroupSizeY < t.params.sizes[1] || + maxComputeWorkgroupSizeZ < t.params.sizes[2], + 'Workgroup size too large' + ); + + const wgsl = ` +enable subgroups; + +const stride = ${wgThreads}; + +${genLID(lid[0], lid[1], lid[2], t.params.sizes)} + +@group(0) @binding(0) +var output : array; + +@group(0) @binding(1) +var compare : array; + +@compute @workgroup_size(${wgx}, ${wgy}, ${wgz}) +fn main(@builtin(subgroup_size) size : u32, + @builtin(workgroup_id) wgid : vec3u, + @builtin(local_invocation_id) local_id : vec3u) { + // Remap local ids according to test linearity. + let lid = getLID(local_id); + + output[lid + wgid.x * stride] = size; + let ballot = countOneBits(subgroupBallot(true)); + let ballotSize = ballot[0] + ballot[1] + ballot[2] + ballot[3]; + compare[lid + wgid.x * stride] = ballotSize; +}`; + + const numInvocations = wgThreads * t.params.numWGs; + const sizesBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(numInvocations, (x) => 0)]), + GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST + ); + t.trackForCleanup(sizesBuffer); + const compareBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(numInvocations, (x) => 0)]), + GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST + ); + t.trackForCleanup(compareBuffer); + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ + code: wgsl + }), + entryPoint: 'main' + } + }); + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer: sizesBuffer + } + }, + { + binding: 1, + resource: { + buffer: compareBuffer + } + }] + + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.dispatchWorkgroups(t.params.numWGs, 1, 1); + pass.end(); + t.queue.submit([encoder.finish()]); + + const sizesReadback = await t.readGPUBufferRangeTyped(sizesBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: numInvocations, + method: 'copy' + }); + const sizesData = sizesReadback.data; + + const compareReadback = await t.readGPUBufferRangeTyped(compareBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: numInvocations, + method: 'copy' + }); + const compareData = compareReadback.data; + + t.expectOK( + checkSubgroupSizeConsistency( + sizesData, + compareData, + minSubgroupSize, + maxSubgroupSize, + wgThreads + ) + ); +}); + +/** + * Checks the consistency of subgroup_invocation_id builtin values + * + * Creates a ballot out consisting of all invocations sharing the same generated + * subgroup id. Checks that the ballot contains at most subgroupSize invocations + * and that the invocations are tightly packed from the lowest id. + * @param data The subgroup_invocation_id output data + * @param ids The representative subgroup ids for each invocation + * @param subgroupSize The subgroup size + * @param invocations The number of invocations per workgroup + * @param numWGs The number of workgroups + */ +function checkSubgroupInvocationIdConsistency( +data, +ids, +subgroupSize, +invocations, +numWGs) +{ + for (let wg = 0; wg < numWGs; wg++) { + // Tracks an effective ballot of each subgroup based on the representative id + // (global id of invocation 0 in the subgroup). + const mappings = new Map(); + for (let i = 0; i < invocations; i++) { + const idx = i + invocations * wg; + const subgroup_id = ids[idx]; + if (subgroup_id === 999) { + return new Error(`Invocation ${i}: no data`); + } + let v = mappings.get(subgroup_id) ?? 0n; + v |= 1n << BigInt(data[idx]); + mappings.set(subgroup_id, v); + } + + for (const value of mappings.entries()) { + const id = value[0]; + const ballot = value[1]; + + let onebits = popcount(Number(BigInt.asUintN(32, ballot))); + onebits += popcount(Number(BigInt.asUintN(32, ballot >> 32n))); + onebits += popcount(Number(BigInt.asUintN(32, ballot >> 64n))); + onebits += popcount(Number(BigInt.asUintN(32, ballot >> 96n))); + if (onebits > subgroupSize) { + return new Error( + `Subgroup including invocation ${id} is too large, ${onebits}, for subgroup size, ${subgroupSize}` + ); + } + + const ballotP1 = ballot + 1n; + if ((ballot & ballotP1) !== 0n) { + return new Error( + `Subgroup including invocation ${id} has non-continguous ids: ${ballot.toString(2)}` + ); + } + } + } + + return undefined; +} + +g.test('subgroup_invocation_id'). +desc( + 'Tests subgroup_invocation_id values. No mapping between local_invocation_index and subgroup_invocation_id can be relied upon.' +). +params((u) => +u. +combine('sizes', kWGSizes). +beginSubcases(). +combine('numWGs', [1, 2]). +combine('lid', [ +[0, 1, 2], +[0, 2, 1], +[1, 0, 2], +[1, 2, 0], +[2, 0, 1], +[2, 1, 0]] +) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const wgx = t.params.sizes[0]; + const wgy = t.params.sizes[1]; + const wgz = t.params.sizes[2]; + const lid = t.params.lid; + const wgThreads = wgx * wgy * wgz; + + // Compatibility mode has lower workgroup limits. + const { + maxComputeInvocationsPerWorkgroup, + maxComputeWorkgroupSizeX, + maxComputeWorkgroupSizeY, + maxComputeWorkgroupSizeZ + } = t.device.limits; + t.skipIf( + maxComputeInvocationsPerWorkgroup < wgThreads || + maxComputeWorkgroupSizeX < wgx || + maxComputeWorkgroupSizeY < wgy || + maxComputeWorkgroupSizeZ < wgz, + 'Workgroup size too large' + ); + + const wgsl = ` +enable subgroups; + +const stride = ${wgThreads}; + +${genLID(lid[0], lid[1], lid[2], t.params.sizes)} + +@group(0) @binding(0) +var output : array; + +// This var stores the global id of invocation 0 in the subgroup. +@group(0) @binding(1) +var subgroup_ids : array; + +@group(0) @binding(2) +var sizes : array; + +@compute @workgroup_size(${wgx}, ${wgy}, ${wgz}) +fn main(@builtin(subgroup_size) size : u32, + @builtin(subgroup_invocation_id) id : u32, + @builtin(workgroup_id) wgid : vec3u, + @builtin(local_invocation_id) local_id : vec3u) { + // Remap local ids according to test linearity. + let lid = getLID(local_id); + + // Representative subgroup_id value. + let gid = lid + stride * wgid.x; + + let b = subgroupBroadcast(gid, 0); + output[gid] = id; + subgroup_ids[gid] = b; + if (lid == 0) { + sizes[wgid.x] = size; + } +}`; + + const numInvocations = wgThreads * t.params.numWGs; + const outputBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(numInvocations, (x) => 0)]), + GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST + ); + t.trackForCleanup(outputBuffer); + const placeholderValue = 999; + const idsBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(numInvocations, (x) => placeholderValue)]), + GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST + ); + t.trackForCleanup(idsBuffer); + const sizeBuffer = t.makeBufferWithContents( + new Uint32Array([...iterRange(t.params.numWGs, (x) => 0)]), + GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST + ); + t.trackForCleanup(sizeBuffer); + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ + code: wgsl + }), + entryPoint: 'main' + } + }); + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer: outputBuffer + } + }, + { + binding: 1, + resource: { + buffer: idsBuffer + } + }, + { + binding: 2, + resource: { + buffer: sizeBuffer + } + }] + + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.dispatchWorkgroups(t.params.numWGs, 1, 1); + pass.end(); + t.queue.submit([encoder.finish()]); + + const sizeReadback = await t.readGPUBufferRangeTyped(sizeBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: 1, + method: 'copy' + }); + const sizeData = sizeReadback.data; + + const outputReadback = await t.readGPUBufferRangeTyped(outputBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: numInvocations, + method: 'copy' + }); + const outputData = outputReadback.data; + + const idsReadback = await t.readGPUBufferRangeTyped(idsBuffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: numInvocations, + method: 'copy' + }); + const idsData = idsReadback.data; + + t.expectOK( + checkSubgroupInvocationIdConsistency( + outputData, + idsData, + sizeData[0], + wgThreads, + t.params.numWGs + ) + ); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/fragment_builtins.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/fragment_builtins.spec.js index 79f61c083be..c44c6a0d4b7 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/fragment_builtins.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/fragment_builtins.spec.js @@ -20,14 +20,17 @@ is evaluated per-fragment or per-sample. With @interpolate(, sample) or usage of `;import { makeTestGroup } from '../../../../common/framework/test_group.js'; import { ErrorWithExtra, assert, range, unreachable } from '../../../../common/util/util.js'; -import { GPUTest } from '../../../gpu_test.js'; +import { kTextureFormatInfo } from '../../../format_info.js'; +import { GPUTest, TextureTestMixin } from '../../../gpu_test.js'; import { getProvokingVertexForFlatInterpolationEitherSampling } from '../../../inter_stage.js'; import { getMultisampleFragmentOffsets } from '../../../multisample_info.js'; -import { dotProduct, subtractVectors } from '../../../util/math.js'; +import { dotProduct, subtractVectors, align } from '../../../util/math.js'; import { TexelView } from '../../../util/texture/texel_view.js'; import { findFailedPixels } from '../../../util/texture/texture_ok.js'; -export const g = makeTestGroup(GPUTest); +class FragmentBuiltinTest extends TextureTestMixin(GPUTest) {} + +export const g = makeTestGroup(FragmentBuiltinTest); const s_deviceToPipelineMap = new WeakMap( @@ -589,7 +592,7 @@ t, struct FragmentIn { @builtin(position) position: vec4f, - @location(0) @interpolate(${interpolate}) interpolatedValue: vec4f, +@location(0) @interpolate(${interpolate}) interpolatedValue: vec4f, ${fragInCode} }; @@ -1422,4 +1425,387 @@ fn(async (t) => { maxDiffULPsForFloatFormat: 0 }) ); +}); + +const kSizes = [ +[15, 15], +[16, 16], +[17, 17], +[19, 13], +[13, 10], +[111, 2], +[2, 111], +[35, 2], +[2, 35], +[53, 13], +[13, 53]]; + + +/** + * @returns The population count of input. + * + * @param input Treated as an unsigned 32-bit integer + */ +function popcount(input) { + let n = input; + n = n - (n >> 1 & 0x55555555); + n = (n & 0x33333333) + (n >> 2 & 0x33333333); + return (n + (n >> 4) & 0xf0f0f0f) * 0x1010101 >> 24; +} + +/** + * Checks subgroup_size builtin value consistency. + * + * The builtin subgroup_size is not assumed to be uniform in fragment shaders. + * Therefore, this function checks the value is a power of two within the device + * limits and that the ballot size is less than the stated size. + * @param data An array of vec4u that contains (per texel): + * * builtin value + * * ballot size + * * comparison to other invocations + * * 0 + * @param format The texture format for data + * @param min The minimum subgroup size from the device + * @param max The maximum subgroup size from the device + * @param width The width of the framebuffer + * @param height The height of the framebuffer + */ +function checkSubgroupSizeConsistency( +data, +format, +min, +max, +width, +height) +{ + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + const blocksPerRow = width / blockWidth; + // Image copies require bytesPerRow to be a multiple of 256. + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const uintsPerRow = bytesPerRow / 4; + const uintsPerTexel = (bytesPerBlock ?? 1) / blockWidth / blockHeight / 4; + + for (let row = 0; row < height; row++) { + for (let col = 0; col < width; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const builtinSize = data[offset]; + const ballotSize = data[offset + 1]; + const comparison = data[offset + 2]; + if (builtinSize === 0) { + continue; + } + + if (popcount(builtinSize) !== 1) { + return new Error(`Subgroup size '${builtinSize}' is not a power of two`); + } + + if (builtinSize < min) { + return new Error(`Subgroup size '${builtinSize}' is less than minimum '${min}'`); + } + if (max < builtinSize) { + return new Error(`Subgroup size '${builtinSize}' is greater than maximum '${max}'`); + } + + if (builtinSize < ballotSize) { + return new Error(`Inconsistent subgroup ballot size +- icoord: (${row}, ${col}) +- expected: ${builtinSize} +- got: ${ballotSize}`); + } + + if (comparison !== 1) { + return new Error(`Not all invocations in subgroup have same view of the size +- icoord: (${row}, ${col})`); + } + } + } + + return undefined; +} + +/** + * Runs a subgroup builtin test for fragment shaders + * + * This test draws a full screen in 2 separate draw calls (half screen each). + * Results are checked for each draw. + * @param t The base test + * @param format The framebuffer format + * @param fsShader The fragment shader with the following interface: + * Location 0 output is framebuffer with format + * Group 0 binding 0 is a u32 sized data + * @param width The framebuffer width + * @param height The framebuffer height + * @param checker A functor to check the framebuffer values + */ +async function runSubgroupTest( +t, +format, +fsShader, +width, +height, +checker) +{ + const vsShader = ` +@vertex +fn vsMain(@builtin(vertex_index) index : u32) -> @builtin(position) vec4f { + const vertices = array( + vec2(-1, -1), vec2(-1, 1), vec2( 1, 1), + vec2(-1, -1), vec2( 1, -1), vec2( 1, 1), + ); + return vec4f(vec2f(vertices[index]), 0, 1); +}`; + + const pipeline = t.device.createRenderPipeline({ + layout: 'auto', + vertex: { + module: t.device.createShaderModule({ code: vsShader }) + }, + fragment: { + module: t.device.createShaderModule({ code: fsShader }), + targets: [{ format }] + }, + primitive: { + topology: 'triangle-list' + } + }); + + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + assert(bytesPerBlock !== undefined); + + const blocksPerRow = width / blockWidth; + const blocksPerColumn = height / blockHeight; + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const byteLength = bytesPerRow * blocksPerColumn; + const uintLength = byteLength / 4; + + const buffer = t.makeBufferWithContents( + new Uint32Array([1]), + GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_DST + ); + + const bg = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { + binding: 0, + resource: { + buffer + } + }] + + }); + + for (let i = 0; i < 2; i++) { + const framebuffer = t.createTextureTracked({ + size: [width, height], + usage: + GPUTextureUsage.COPY_SRC | + GPUTextureUsage.COPY_DST | + GPUTextureUsage.RENDER_ATTACHMENT | + GPUTextureUsage.TEXTURE_BINDING, + format + }); + + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginRenderPass({ + colorAttachments: [ + { + view: framebuffer.createView(), + loadOp: 'clear', + storeOp: 'store' + }] + + }); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bg); + pass.draw(3, 1, i); + pass.end(); + t.queue.submit([encoder.finish()]); + + const buffer = t.copyWholeTextureToNewBufferSimple(framebuffer, 0); + const readback = await t.readGPUBufferRangeTyped(buffer, { + srcByteOffset: 0, + type: Uint32Array, + typedLength: uintLength, + method: 'copy' + }); + const data = readback.data; + + t.expectOK(checker(data)); + } +} + +g.test('subgroup_size'). +desc('Tests subgroup_size values'). +params((u) => +u. +combine('size', kSizes). +beginSubcases(). +combineWithParams([{ format: 'rgba32uint' }]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + + + + + const { minSubgroupSize, maxSubgroupSize } = t.device.limits; + + const fsShader = ` +enable subgroups; + +const width = ${t.params.size[0]}; +const height = ${t.params.size[1]}; + +@group(0) @binding(0) var for_layout : u32; + +@fragment +fn fsMain( + @builtin(position) pos : vec4f, + @builtin(subgroup_size) sg_size : u32, +) -> @location(0) vec4u { + _ = for_layout; + + let ballot = countOneBits(subgroupBallot(true)); + let ballotSize = ballot.x + ballot.y + ballot.z + ballot.w; + + // Do all invocations in the subgroup see the same subgroup size? + let firstSize = subgroupBroadcast(sg_size, 0); + let compareBallot = countOneBits(subgroupBallot(firstSize == sg_size)); + let compareSize = compareBallot.x + compareBallot.y + compareBallot.z + compareBallot.w; + let sameSize = select(0u, 1u, compareSize == ballotSize); + + return vec4u(sg_size, ballotSize, sameSize, 0); +}`; + + await runSubgroupTest( + t, + t.params.format, + fsShader, + t.params.size[0], + t.params.size[1], + (data) => { + return checkSubgroupSizeConsistency( + data, + t.params.format, + minSubgroupSize, + maxSubgroupSize, + t.params.size[0], + t.params.size[1] + ); + } + ); +}); + +/** + * Checks subgroup_invocation_id value consistency + * + * Very little uniformity is expected for subgroup_invocation_id. + * This function checks that all ids are less than the subgroup size + * and no id is repeated. + * @param data An array of vec4u that contains (per texel): + * * subgroup_invocation_id + * * ballot size + * * non-zero ID unique to each subgroup + * * 0 + * @param format The texture format of data + * @param width The width of the framebuffer + * @param height The height of the framebuffer + */ +function checkSubgroupInvocationIdConsistency( +data, +format, +width, +height) +{ + const { blockWidth, blockHeight, bytesPerBlock } = kTextureFormatInfo[format]; + const blocksPerRow = width / blockWidth; + const bytesPerRow = align(blocksPerRow * (bytesPerBlock ?? 1), 256); + const uintsPerRow = bytesPerRow / 4; + const uintsPerTexel = (bytesPerBlock ?? 1) / blockWidth / blockHeight / 4; + + const mappings = new Map(); + for (let row = 0; row < height; row++) { + for (let col = 0; col < width; col++) { + const offset = uintsPerRow * row + col * uintsPerTexel; + const id = data[offset]; + const size = data[offset + 1]; + const repId = data[offset + 2]; + + if (repId === 0) { + continue; + } + + if (size < id) { + return new Error( + `Invocation id '${id}' is greater than subgroup size '${size}' for (${row}, ${col})` + ); + } + + let v = mappings.get(repId) ?? 0n; + const mask = 1n << BigInt(id); + if ((mask & v) !== 0n) { + return new Error(`Multiple invocations with id '${id}' in subgroup '${repId}'`); + } + v |= mask; + mappings.set(repId, v); + } + } + + return undefined; +} + +g.test('subgroup_invocation_id'). +desc('Tests subgroup_invocation_id built-in value'). +params((u) => +u. +combine('size', kSizes). +beginSubcases(). +combineWithParams([{ format: 'rgba32uint' }]) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn(async (t) => { + const fsShader = ` +enable subgroups; + +const width = ${t.params.size[0]}; +const height = ${t.params.size[1]}; + +@group(0) @binding(0) var counter : atomic; + +@fragment +fn fsMain( + @builtin(position) pos : vec4f, + @builtin(subgroup_invocation_id) id : u32, + @builtin(subgroup_size) sg_size : u32, +) -> @location(0) vec4u { + let ballot = countOneBits(subgroupBallot(true)); + let ballotSize = ballot.x + ballot.y + ballot.z + ballot.w; + + // Generate representative id for this subgroup. + var repId = atomicAdd(&counter, 1); + repId = subgroupBroadcast(repId, 0); + + return vec4u(id, ballotSize, repId, 0); +}`; + + await runSubgroupTest( + t, + t.params.format, + fsShader, + t.params.size[0], + t.params.size[1], + (data) => { + return checkSubgroupInvocationIdConsistency( + data, + t.params.format, + t.params.size[0], + t.params.size[1] + ); + } + ); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/vertex_builtins.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/vertex_builtins.spec.js new file mode 100644 index 00000000000..babfdb374d8 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/shader_io/vertex_builtins.spec.js @@ -0,0 +1,150 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = `Test vertex shader builtin variables + +* test builtin(clip_distances) +`;import { makeTestGroup } from '../../../../common/framework/test_group.js'; +import { GPUTest, TextureTestMixin } from '../../../gpu_test.js'; + +class VertexBuiltinTest extends TextureTestMixin(GPUTest) {} + +export const g = makeTestGroup(VertexBuiltinTest); + +g.test('outputs,clip_distances'). +desc( + ` + Test vertex shader builtin(clip_distances) values. + + In the tests, we draw a square with two triangles (top-right and bottom left), whose vertices + have different clip distances values. (Top Left: -1, Bottom Right: 1 Top Right & Bottom Left: 0) + 1. The clip distances values of the pixels in the top-left region should be less than 0 so these + pixels will all be invisible + 2. The clip distances values of the pixels on the top-right-to-bottom-left diagonal line should + be equal to 0 + 3. The clip distances values of the pixels in the bottom-right region should be greater than 0 + + -1 - - - - - 0 + | \\ x x + | \\ x x x + | \\ x x x + | x x\\ x x + | x x x x\\ x + 0 x x x x x 1 + ` +). +params((u) => u.combine('clipDistances', [1, 2, 3, 4, 5, 6, 7, 8])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('clip-distances'); +}). +fn((t) => { + const { clipDistances } = t.params; + + // Draw two triangles (top-right and bottom left) into Red, whose vertices have different clip + // distances values. (Top Left: -1, Bottom Right: 1 Top Right & Bottom Left: 0) + const code = ` + enable clip_distances; + const kClipDistancesSize = ${clipDistances}; + struct VertexOutputs { + @builtin(position) position : vec4f, + @builtin(clip_distances) clipDistances : array, + } + @vertex + fn vsMain(@builtin(vertex_index) vertexIndex : u32) -> VertexOutputs { + var posAndClipDistances = array( + vec3f(-1.0, 1.0, -1.0), + vec3f( 1.0, -1.0, 1.0), + vec3f( 1.0, 1.0, 0.0), + vec3f(-1.0, -1.0, 0.0), + vec3f( 1.0, -1.0, 1.0), + vec3f(-1.0, 1.0, -1.0)); + var vertexOutput : VertexOutputs; + vertexOutput.position = vec4f(posAndClipDistances[vertexIndex].xy, 0.0, 1.0); + vertexOutput.clipDistances[kClipDistancesSize - 1] = posAndClipDistances[vertexIndex].z; + return vertexOutput; + } + @fragment + fn fsMain() -> @location(0) vec4f { + return vec4f(1.0, 0.0, 0.0, 1.0); + }`; + const module = t.device.createShaderModule({ code }); + const renderPipeline = t.device.createRenderPipeline({ + layout: 'auto', + vertex: { + module + }, + fragment: { + module, + targets: [ + { + format: 'rgba8unorm' + }] + + } + }); + + const kSize = 7; + const outputTexture = t.createTextureTracked({ + format: 'rgba8unorm', + size: [kSize, kSize, 1], + usage: GPUTextureUsage.RENDER_ATTACHMENT | GPUTextureUsage.COPY_SRC + }); + + // Clear outputTexture to Green + const commandEncoder = t.device.createCommandEncoder(); + const renderPassEncoder = commandEncoder.beginRenderPass({ + colorAttachments: [ + { + view: outputTexture.createView(), + loadOp: 'clear', + clearValue: { r: 0.0, g: 1.0, b: 0.0, a: 1.0 }, + storeOp: 'store' + }] + + }); + renderPassEncoder.setPipeline(renderPipeline); + renderPassEncoder.draw(6); + renderPassEncoder.end(); + + const kBytesPerRow = 256; + const kBytesPerPixel = 4; + const outputDataSize = kBytesPerRow * (kSize - 1) + kSize * kBytesPerPixel; + const outputBuffer = t.createBufferTracked({ + size: outputDataSize, + usage: GPUBufferUsage.COPY_SRC | GPUBufferUsage.COPY_DST + }); + + commandEncoder.copyTextureToBuffer( + { + texture: outputTexture + }, + { + buffer: outputBuffer, + bytesPerRow: kBytesPerRow, + rowsPerImage: kSize + }, + [kSize, kSize, 1] + ); + t.queue.submit([commandEncoder.finish()]); + + // The top-left part should be Green and the bottom-right part should be Red + const expectedData = new Uint8Array(outputDataSize); + for (let y = 0; y < kSize; ++y) { + const baseOffset = kBytesPerRow * y; + for (let x = 0; x < kSize; ++x) { + const lastRed = kSize - y - 1; + for (let i = 0; i < lastRed; ++i) { + expectedData[baseOffset + i * 4] = 0; + expectedData[baseOffset + i * 4 + 1] = 255; + expectedData[baseOffset + i * 4 + 2] = 0; + expectedData[baseOffset + i * 4 + 3] = 255; + } + for (let j = lastRed; j < kSize; ++j) { + expectedData[baseOffset + j * 4] = 255; + expectedData[baseOffset + j * 4 + 1] = 0; + expectedData[baseOffset + j * 4 + 2] = 0; + expectedData[baseOffset + j * 4 + 3] = 255; + } + } + } + t.expectGPUBufferValuesEqual(outputBuffer, expectedData); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/statement/phony.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/statement/phony.spec.js new file mode 100644 index 00000000000..69c0e476f3a --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/execution/statement/phony.spec.js @@ -0,0 +1,119 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Phony assignment execution tests +`;import { makeTestGroup } from '../../../../common/framework/test_group.js'; +import { keysOf } from '../../../../common/util/data_tables.js'; + +import { GPUTest } from '../../../gpu_test.js'; + +export const g = makeTestGroup(GPUTest); + +/** + * Builds, runs then checks the output of a statement shader test. + * + * @param t The test object + * @param ty The WGSL scalar type to be written + * @param values The expected output values of type ty + * @param wgsl_main The body of the WGSL entry point. + */ +export function runStatementTest( +t, +ty, +values, +wgsl_main) +{ + const wgsl = ` +struct Outputs { + data : array<${ty}>, +}; +var count: u32 = 0; + +@group(0) @binding(1) var outputs : Outputs; + +fn put(value : ${ty}) -> ${ty} { + outputs.data[count] = value; + count += 1; + return value; +} + +@compute @workgroup_size(1) +fn main() { + let x = outputs.data[0]; + ${wgsl_main} +} +`; + + const pipeline = t.device.createComputePipeline({ + layout: 'auto', + compute: { + module: t.device.createShaderModule({ code: wgsl }), + entryPoint: 'main' + } + }); + + const maxOutputValues = 1000; + const outputBuffer = t.createBufferTracked({ + size: 4 * (1 + maxOutputValues), + usage: GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_SRC + }); + + const bindGroup = t.device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [{ binding: 1, resource: { buffer: outputBuffer } }] + }); + + // Run the shader. + const encoder = t.device.createCommandEncoder(); + const pass = encoder.beginComputePass(); + pass.setPipeline(pipeline); + pass.setBindGroup(0, bindGroup); + pass.dispatchWorkgroups(1); + pass.end(); + t.queue.submit([encoder.finish()]); + + t.expectGPUBufferValuesEqual(outputBuffer, values); +} + +// In each case, the program will write non-zero values to the prefix +// of the output buffer. The values to check against will cover all +// those values, plus a 0 just beyond the last written value. +const kTests = { + literal: { + src: `_ = true;`, + values: [0] + }, + call: { + // RHS evaluated once. + src: `_ = put(42i);`, + values: [42, 0] + }, + call_in_subexpr: { + src: `_ = put(42i) + 1;`, + values: [42, 0] + }, + nested_call: { + src: `_ = put(put(42)+1);`, + values: [42, 43, 0] + }, + unreached: { + src: `if (false) { _ = put(1); }`, + values: [0] + }, + loop: { + src: `for (var i=5; i<7; i++) { _ = put(i); }`, + values: [5, 6, 0] + } +}; + +g.test('executes'). +desc('Tests the RHS is evaluated once when the statement is executed.'). +params((u) => u.combine('case', keysOf(kTests))). +fn((t) => { + runStatementTest( + t, + 'i32', + new Int32Array(kTests[t.params.case].values), + kTests[t.params.case].src + ); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/types.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/types.js index 9f18971ebf9..c4deeb5bd72 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/types.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/types.js @@ -314,6 +314,7 @@ export function* generateTypes({ let supportsAtomics = scalarInfo.supportsAtomics; let layout = undefined; let accessSuffixes = undefined; + let validLayoutForAddressSpace = true; if (scalarInfo.layout) { // Compute the layout of the array type. // Adjust the array element count or element type as needed. @@ -326,7 +327,9 @@ export function* generateTypes({ supportsAtomics = false; accessSuffixes = ['.x', '.y', '.z', '.w']; const arrayElemLayout = vectorLayout('vec4', baseType); - // assert(arrayElemLayout.alignment % 16 === 0); // Callers responsibility to avoid + // Arrays in uniform address space have to be 16 byte-aligned. + // An array of vec4 is only 8byte aligned. + validLayoutForAddressSpace = arrayElemLayout.alignment % 16 === 0; arrayElementCount = align(arrayElementCount, 4) / 4; const arrayByteSize = arrayElementCount * arrayElemLayout.size; layout = { alignment: arrayElemLayout.alignment, size: arrayByteSize }; @@ -354,11 +357,13 @@ export function* generateTypes({ accessSuffixes }; - // Sized - yield { type: `array<${arrayElemType},${arrayElementCount}>`, _kTypeInfo: arrayTypeInfo }; - // Unsized - if (addressSpace === 'storage') { - yield { type: `array<${arrayElemType}>`, _kTypeInfo: arrayTypeInfo }; + if (validLayoutForAddressSpace) { + // Sized + yield { type: `array<${arrayElemType},${arrayElementCount}>`, _kTypeInfo: arrayTypeInfo }; + // Unsized + if (addressSpace === 'storage') { + yield { type: `array<${arrayElemType}>`, _kTypeInfo: arrayTypeInfo }; + } } } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/decl/var.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/decl/var.spec.js index 82bd326d057..f73e9ce8ce4 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/decl/var.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/decl/var.spec.js @@ -749,7 +749,8 @@ combine('suffix', [',storage', ',read', ',', '']) fn((t) => { const prog = `@group(0) @binding(0) var<${t.params.prefix}${t.params.accessMode}${t.params.suffix}> x: i32;`; - const ok = t.params.prefix === 'storage,' && t.params.suffix === ''; + const ok = + t.params.prefix === 'storage,' && (t.params.suffix === '' || t.params.suffix === ','); t.expectCompileResult(ok, prog); }); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/div_rem.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/div_rem.spec.js index d09d6013055..c8efd0de55f 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/div_rem.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/div_rem.spec.js @@ -142,10 +142,14 @@ filter((p) => { return p.nonOneIndex === 0; }). expandWithParams((p) => { + // When lhs is a non-const expression, division by zero is only an error for integral types. + const partialDivByZeroIsError = [Type.i32, Type.u32].includes( + scalarTypeOf(kScalarAndVectorTypes[p.rhs]) + ); const cases = [ { leftValue: 42, rightValue: 0, error: true, leftRuntime: false }, - { leftValue: 42, rightValue: 0, error: true, leftRuntime: true }, - { leftValue: 0, rightValue: 0, error: true, leftRuntime: true }, + { leftValue: 42, rightValue: 0, error: partialDivByZeroIsError, leftRuntime: true }, + { leftValue: 0, rightValue: 0, error: partialDivByZeroIsError, leftRuntime: true }, { leftValue: 0, rightValue: 42, error: false, leftRuntime: false }]; if (p.lhs === 'i32') { diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/short_circuiting_and_or.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/short_circuiting_and_or.spec.js new file mode 100644 index 00000000000..cbf18674f11 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/binary/short_circuiting_and_or.spec.js @@ -0,0 +1,264 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for short-circuiting && and || expressions. +`;import { makeTestGroup } from '../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../common/util/data_tables.js'; +import { + kAllScalarsAndVectors, + ScalarType, + scalarTypeOf, + Type } from +'../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +// A list of scalar and vector types. +const kScalarAndVectorTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('scalar_vector'). +desc( + ` + Validates that scalar and vector short-circuiting operators are only accepted for scalar booleans. + ` +). +params((u) => +u. +combine('op', ['&&', '||']). +combine('lhs', keysOf(kScalarAndVectorTypes)). +combine( + 'rhs', + // Skip vec3 and vec4 on the RHS to keep the number of subcases down. + keysOf(kScalarAndVectorTypes).filter( + (value) => !(value.startsWith('vec3') || value.startsWith('vec4')) + ) +). +beginSubcases() +). +beforeAllSubcases((t) => { + if ( + scalarTypeOf(kScalarAndVectorTypes[t.params.lhs]) === Type.f16 || + scalarTypeOf(kScalarAndVectorTypes[t.params.rhs]) === Type.f16) + { + t.selectDeviceOrSkipTestCase('shader-f16'); + } +}). +fn((t) => { + const lhs = kScalarAndVectorTypes[t.params.lhs]; + const rhs = kScalarAndVectorTypes[t.params.rhs]; + const lhsElement = scalarTypeOf(lhs); + const rhsElement = scalarTypeOf(rhs); + const hasF16 = lhsElement === Type.f16 || rhsElement === Type.f16; + const code = ` +${hasF16 ? 'enable f16;' : ''} +const lhs = ${lhs.create(0).wgsl()}; +const rhs = ${rhs.create(0).wgsl()}; +const foo = lhs ${t.params.op} rhs; +`; + + // Determine if the types are compatible. + let valid = false; + if (lhs instanceof ScalarType && rhs instanceof ScalarType) { + valid = lhsElement === Type.bool && rhsElement === Type.bool; + } + + t.expectCompileResult(valid, code); +}); + + + + + + + +const kInvalidTypes = { + mat2x2f: { + expr: 'm', + control: (e) => `bool(${e}[0][0])` + }, + + array: { + expr: 'arr', + control: (e) => `${e}[0]` + }, + + ptr: { + expr: '(&b)', + control: (e) => `*${e}` + }, + + atomic: { + expr: 'a', + control: (e) => `bool(atomicLoad(&${e}))` + }, + + texture: { + expr: 't', + control: (e) => `bool(textureLoad(${e}, vec2(), 0).x)` + }, + + sampler: { + expr: 's', + control: (e) => `bool(textureSampleLevel(t, ${e}, vec2(), 0).x)` + }, + + struct: { + expr: 'str', + control: (e) => `${e}.b` + } +}; + +g.test('invalid_types'). +desc( + ` + Validates that short-circuiting expressions are never accepted for non-scalar and non-vector types. + ` +). +params((u) => +u. +combine('op', ['&&', '||']). +combine('type', keysOf(kInvalidTypes)). +combine('control', [true, false]). +beginSubcases() +). +fn((t) => { + const type = kInvalidTypes[t.params.type]; + const expr = t.params.control ? type.control(type.expr) : type.expr; + const code = ` +@group(0) @binding(0) var t : texture_2d; +@group(0) @binding(1) var s : sampler; +@group(0) @binding(2) var a : atomic; + +struct S { b : bool } + +var b : bool; +var m : mat2x2f; +var arr : array; +var str : S; + +@compute @workgroup_size(1) +fn main() { + let foo = ${expr} ${t.params.op} ${expr}; +} +`; + + t.expectCompileResult(t.params.control, code); +}); + +// A map from operator to the value of the LHS that will cause short-circuiting. +const kLhsForShortCircuit = { + '&&': false, + '||': true +}; + +// A list of expressions that are invalid unless guarded by a short-circuiting expression. +const kInvalidRhsExpressions = { + overflow: 'i32(1< +u. +combine('op', ['&&', '||']). +combine('rhs', keysOf(kInvalidRhsExpressions)). +combine('short_circuit', [true, false]). +beginSubcases() +). +fn((t) => { + let lhs = kLhsForShortCircuit[t.params.op]; + if (!t.params.short_circuit) { + lhs = !lhs; + } + const code = ` +const thirty_one = 31u; +const zero_i32 = 0i; +const one_f32 = 1.0f; + +@compute @workgroup_size(1) +fn main() { + let foo = ${lhs} ${t.params.op} ${kInvalidRhsExpressions[t.params.rhs]}; +} +`; + + t.expectCompileResult(t.params.short_circuit, code); +}); + +g.test('invalid_rhs_override'). +desc( + ` + Validates that a short-circuiting expression with an override-expression LHS guards the evaluation of its RHS expression. + ` +). +params((u) => +u. +combine('op', ['&&', '||']). +combine('rhs', keysOf(kInvalidRhsExpressions)). +combine('short_circuit', [true, false]). +beginSubcases() +). +fn((t) => { + let lhs = kLhsForShortCircuit[t.params.op]; + if (!t.params.short_circuit) { + lhs = !lhs; + } + const code = ` +override cond : bool; +override zero_i32 = 0i; +override one_f32 = 1.0f; +override thirty_one = 31u; +override foo = cond ${t.params.op} ${kInvalidRhsExpressions[t.params.rhs]}; +`; + + const constants = {}; + constants['cond'] = lhs ? 1 : 0; + t.expectPipelineResult({ + expectedResult: t.params.short_circuit, + code, + constants, + reference: ['foo'] + }); +}); + +// A list of expressions that are invalid unless guarded by a short-circuiting expression. +// The control case will use `value = 10`, the failure case will use `value = 1`. +const kInvalidArrayCounts = { + negative: 'value - 2', + sqrt_neg1: 'u32(sqrt(value - 2))', + nested: '10 + array()[0]' +}; + +g.test('invalid_array_count_on_rhs'). +desc( + ` + Validates that an invalid array count expression is not guarded by a short-circuiting expression. + ` +). +params((u) => +u. +combine('op', ['&&', '||']). +combine('rhs', keysOf(kInvalidArrayCounts)). +combine('control', [true, false]). +beginSubcases() +). +fn((t) => { + const lhs = t.params.op === '&&' ? 'false' : 'true'; + const code = ` +const value = ${t.params.control ? '10' : '1'}; + +@compute @workgroup_size(1) +fn main() { + let foo = ${lhs} ${t.params.op} array()[0]; +} +`; + + t.expectCompileResult(t.params.control, code); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/clamp.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/clamp.spec.js index e55db09017c..8df74f08cb4 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/clamp.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/clamp.spec.js @@ -127,6 +127,8 @@ filter((t) => { const scalar = scalarTypeOf(ty); return scalar !== Type.abstractInt && scalar !== Type.abstractFloat; }) +// in_shader: Is the function call statically accessed by the entry point? +.combine('in_shader', [false, true]) ). beforeAllSubcases((t) => { const ty = kValuesTypes[t.params.type]; @@ -176,7 +178,10 @@ fn foo() { const shader_error = error && t.params.lowStage === 'constant' && t.params.highStage === 'constant'; const pipeline_error = - error && t.params.lowStage !== 'runtime' && t.params.highStage !== 'runtime'; + t.params.in_shader && + error && + t.params.lowStage !== 'runtime' && + t.params.highStage !== 'runtime'; t.expectCompileResult(!shader_error, wgsl); if (!shader_error) { const constants = {}; @@ -186,7 +191,8 @@ fn foo() { expectedResult: !pipeline_error, code: wgsl, constants, - reference: ['o_low', 'o_high'] + reference: ['o_low', 'o_high'], + statements: t.params.in_shader ? ['foo();'] : [] }); } }); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/extractBits.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/extractBits.spec.js index fba6dc6bf7d..70c4dc17bbe 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/extractBits.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/extractBits.spec.js @@ -98,6 +98,8 @@ combineWithParams([ { offset: 0, count: 33 }, { offset: 1, count: 33 }] ) +// in_shader: Is the function call statically accessed by the entry point? +.combine('in_shader', [false, true]) ). fn((t) => { let offsetArg = ''; @@ -138,7 +140,10 @@ fn foo() { const shader_error = error && t.params.offsetStage === 'constant' && t.params.countStage === 'constant'; const pipeline_error = - error && t.params.offsetStage !== 'runtime' && t.params.countStage !== 'runtime'; + t.params.in_shader && + error && + t.params.offsetStage !== 'runtime' && + t.params.countStage !== 'runtime'; t.expectCompileResult(!shader_error, wgsl); if (!shader_error) { const constants = {}; @@ -148,7 +153,8 @@ fn foo() { expectedResult: !pipeline_error, code: wgsl, constants, - reference: ['o_offset', 'o_count'] + reference: ['o_offset', 'o_count'], + statements: t.params.in_shader ? ['foo();'] : [] }); } }); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/insertBits.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/insertBits.spec.js index ecb124f5587..22be4813be7 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/insertBits.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/insertBits.spec.js @@ -119,6 +119,8 @@ combineWithParams([ { offset: 0, count: 33 }, { offset: 1, count: 33 }] ) +// in_shader: Is the function call statically accessed by the entry point? +.combine('in_shader', [false, true]) ). fn((t) => { let offsetArg = ''; @@ -160,7 +162,10 @@ fn foo() { const shader_error = error && t.params.offsetStage === 'constant' && t.params.countStage === 'constant'; const pipeline_error = - error && t.params.offsetStage !== 'runtime' && t.params.countStage !== 'runtime'; + t.params.in_shader && + error && + t.params.offsetStage !== 'runtime' && + t.params.countStage !== 'runtime'; t.expectCompileResult(!shader_error, wgsl); if (!shader_error) { const constants = {}; @@ -170,7 +175,8 @@ fn foo() { expectedResult: !pipeline_error, code: wgsl, constants, - reference: ['o_offset', 'o_count'] + reference: ['o_offset', 'o_count'], + statements: t.params.in_shader ? ['foo();'] : [] }); } }); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/ldexp.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/ldexp.spec.js index cb227717989..7fb389ca486 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/ldexp.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/ldexp.spec.js @@ -143,6 +143,8 @@ expandWithParams((p) => { cases.push({ value: bias + 2 }); return cases; }) +// in_shader: Is the functino call statically accessed by the entry point? +.combine('in_shader', [false, true]) ). beforeAllSubcases((t) => { const ty = kValidArgumentTypesA[t.params.typeA]; @@ -179,7 +181,7 @@ fn foo() { const bias = biasForType(scalarTypeOf(tyA)); const error = t.params.value > bias + 1; const shader_error = error && t.params.stage === 'constant'; - const pipeline_error = error && t.params.stage === 'override'; + const pipeline_error = t.params.in_shader && error && t.params.stage === 'override'; t.expectCompileResult(!shader_error, wgsl); if (!shader_error) { const constants = {}; @@ -188,7 +190,8 @@ fn foo() { expectedResult: !pipeline_error, code: wgsl, constants, - reference: ['o_b'] + reference: ['o_b'], + statements: t.params.in_shader ? ['foo();'] : [] }); } }); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/normalize.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/normalize.spec.js index b696401dbac..9c032b116f2 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/normalize.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/normalize.spec.js @@ -12,7 +12,13 @@ import { scalarTypeOf } from '../../../../../util/conversion.js'; -import { quantizeToF16, quantizeToF32 } from '../../../../../util/math.js'; +import { + + quantizeToF16, + quantizeToF32, + isSubnormalNumberF16, + isSubnormalNumberF32 } from +'../../../../../util/math.js'; import { ShaderValidationTest } from '../../../shader_validation_test.js'; import { @@ -37,6 +43,17 @@ function quantizeFunctionForScalarType(type) { } } +function isSubnormalFunctionForScalarType(type) { + switch (type) { + case Type.f32: + return isSubnormalNumberF32; + case Type.f16: + return isSubnormalNumberF16; + default: + return (v) => false; + } +} + g.test('values'). desc( ` @@ -73,6 +90,11 @@ fn((t) => { expectedResult = false; } + // We skip tests with values that would involve subnormal computations in + // order to avoid defining a specific behavior (flush to zero). + const isSubnormalFn = isSubnormalFunctionForScalarType(scalarType); + t.skipIf(isSubnormalFn(vv) || isSubnormalFn(dp) || isSubnormalFn(len)); + validateConstOrOverrideBuiltinEval( t, builtin, diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadBroadcast.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadBroadcast.spec.js new file mode 100644 index 00000000000..348e0bc9176 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadBroadcast.spec.js @@ -0,0 +1,286 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for quadBroadcast +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { + isConvertible, + Type, + elementTypeOf, + kAllScalarsAndVectors } from +'../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = quadBroadcast(0, 0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +g.test('requires_subgroups_f16'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + const features = ['shader-f16', 'subgroups']; + if (t.params.enable) { + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const wgsl = ` +enable f16; +enable subgroups; +${t.params.enable ? 'enable subgroups_f16;' : ''} +fn foo() { + _ = quadBroadcast(0h, 0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kArgumentTypes = objectsToRecord(kAllScalarsAndVectors); + +const kStages = { + constant: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = quadBroadcast(0, 0); +}`, + override: ` +enable subgroups; +override o = quadBroadcast(0, 0);`, + runtime: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = quadBroadcast(0, 0); +}` +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage]; + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}quadBroadcast(0, 0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kArgumentTypes))). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kArgumentTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = quadBroadcast(${type.create(0).wgsl()}, 0); +}`; + + t.expectCompileResult(elementTypeOf(type) !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates data parameter type'). +params((u) => +u. +combine('dataType', keysOf(kArgumentTypes)). +combine('retType', keysOf(kArgumentTypes)). +filter((t) => { + const retType = kArgumentTypes[t.retType]; + const retEleTy = elementTypeOf(retType); + const dataType = kArgumentTypes[t.dataType]; + const dataEleTy = elementTypeOf(dataType); + return ( + retEleTy !== Type.abstractInt && + retEleTy !== Type.abstractFloat && + dataEleTy !== Type.abstractInt && + dataEleTy !== Type.abstractFloat); + +}) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + if (dataType.requiresF16() || retType.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + let enables = `enable subgroups;\n`; + if (dataType.requiresF16() || retType.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = quadBroadcast(${dataType.create(0).wgsl()}, 0); +}`; + + const expect = elementTypeOf(dataType) !== Type.bool && dataType === retType; + t.expectCompileResult(expect, wgsl); +}); + +g.test('id_type'). +desc('Validates id parameter type'). +params((u) => u.combine('type', keysOf(kArgumentTypes))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + const wgsl = ` +enable subgroups; +@compute @workgroup_size(1) +fn main() { + _ = quadBroadcast(0, ${type.create(0).wgsl()}); +}`; + + const expect = isConvertible(type, Type.u32) || isConvertible(type, Type.i32); + t.expectCompileResult(expect, wgsl); +}); + +const kIdCases = { + const_decl: { + code: 'const_decl', + valid: true + }, + const_literal: { + code: '0', + valid: true + }, + const_expr: { + code: 'const_decl + 2', + valid: true + }, + let_decl: { + code: 'let_decl', + valid: false + }, + override_decl: { + code: 'override_decl', + valid: false + }, + var_func_decl: { + code: 'var_func_decl', + valid: false + }, + var_priv_decl: { + code: 'var_priv_decl', + valid: false + } +}; + +g.test('id_constness'). +desc('Validates that id must be a const-expression'). +params((u) => u.combine('value', keysOf(kIdCases))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +override override_decl : u32; +var var_priv_decl : u32; +fn foo() { + var var_func_decl : u32; + let let_decl = var_func_decl; + const const_decl = 0u; + _ = quadBroadcast(0, ${kIdCases[t.params.value].code}); +}`; + + t.expectCompileResult(kIdCases[t.params.value].valid, wgsl); +}); + +g.test('stage'). +desc('Validates it is only usable in correct stage'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex'])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = quadBroadcast(0, 0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadSwap.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadSwap.spec.js new file mode 100644 index 00000000000..eb262ab4cbe --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quadSwap.spec.js @@ -0,0 +1,227 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for quadSwapX, quadSwapY, and quadSwapDiagonal. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { + Type, + elementTypeOf, + kAllScalarsAndVectors, + isConvertible } from +'../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +const kOps = ['quadSwapX', 'quadSwapY', 'quadSwapDiagonal']; + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = ${t.params.op}(0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +g.test('requires_subgroups_f16'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['shader-f16', 'subgroups']; + if (t.params.enable) { + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const wgsl = ` +enable f16; +enable subgroups; +${t.params.enable ? 'enable subgroups_f16;' : ''} +fn foo() { + _ = ${t.params.op}(0h); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kStages = { + constant: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = ${op}(0); +}`; + }, + override: (op) => { + return ` +enable subgroups +override o = ${op}(0);`; + }, + runtime: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = ${op}(0); +}`; + } +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages)).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage](t.params.op); + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}${t.params.op}(0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kTypes)).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.op}(${type.create(0).wgsl()}); +}`; + + const eleType = elementTypeOf(type); + t.expectCompileResult(eleType !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates return type'). +params((u) => +u. +combine('retType', keysOf(kTypes)). +filter((t) => { + const type = kTypes[t.retType]; + const eleType = elementTypeOf(type); + return eleType !== Type.abstractInt && eleType !== Type.abstractFloat; +}). +combine('op', kOps). +combine('paramType', keysOf(kTypes)) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + if (retType.requiresF16() || paramType.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + let enables = `enable subgroups;\n`; + if (retType.requiresF16() || paramType.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = ${t.params.op}(${paramType.create(0).wgsl()}); +}`; + + // Can't just use isConvertible since functions must concretize the parameter + // type before examining the whole statement. + const eleParamType = elementTypeOf(paramType); + const eleRetType = elementTypeOf(retType); + let expect = paramType === retType && eleRetType !== Type.bool; + if (eleParamType === Type.abstractInt) { + expect = eleRetType === Type.i32 && isConvertible(paramType, retType); + } else if (eleParamType === Type.abstractFloat) { + expect = eleRetType === Type.f32 && isConvertible(paramType, retType); + } + t.expectCompileResult(expect, wgsl); +}); + +g.test('stage'). +desc('validates builtin is only usable in the correct stages'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex']).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = ${t.params.op}(0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/refract.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/refract.spec.js index 334a197b1cb..d9d5d5f46e3 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/refract.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/refract.spec.js @@ -2,10 +2,21 @@ * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts **/const builtin = 'refract';export const description = ` Validation tests for the ${builtin}() builtin. -`; -import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; -import { Type, kConvertableToFloatVectors, scalarTypeOf } from '../../../../../util/conversion.js'; +import { + Type, + kConvertableToFloatVectors, + scalarTypeOf } from + +'../../../../../util/conversion.js'; +import { + + quantizeToF16, + quantizeToF32, + isSubnormalNumberF16, + isSubnormalNumberF32 } from +'../../../../../util/math.js'; import { ShaderValidationTest } from '../../../shader_validation_test.js'; import { @@ -20,6 +31,28 @@ export const g = makeTestGroup(ShaderValidationTest); const kValidArgumentTypes = objectsToRecord(kConvertableToFloatVectors); +function quantizeFunctionForScalarType(type) { + switch (type) { + case Type.f32: + return quantizeToF32; + case Type.f16: + return quantizeToF16; + default: + return (v) => v; + } +} + +function isSubnormalFunctionForScalarType(type) { + switch (type) { + case Type.f32: + return isSubnormalNumberF32; + case Type.f16: + return isSubnormalNumberF16; + default: + return (v) => false; + } +} + g.test('values'). desc( ` @@ -64,6 +97,17 @@ fn((t) => { const c2_one_minus_b_dot_a_2 = vCheck.checkedResult(c2 * one_minus_b_dot_a_2); const k = vCheck.checkedResult(1.0 - c2_one_minus_b_dot_a_2); + const quantizeFn = quantizeFunctionForScalarType(scalarType); + const isSubnormalFn = isSubnormalFunctionForScalarType(scalarType); + // We skip tests with values that would involve subnormal computations in + // order to avoid defining a specific behavior (flush to zero). + t.skipIf( + isSubnormalFn(quantizeFn(b_dot_a)) || + isSubnormalFn(quantizeFn(b_dot_a_2)) || + isSubnormalFn(quantizeFn(c2)) || + isSubnormalFn(quantizeFn(k)) + ); + if (k >= 0) { // If the k is near zero it may fail on some implementations which implement sqrt as // 1/inversesqrt, so skip the test. diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/smoothstep.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/smoothstep.spec.js index dbddd881077..3c6da44218d 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/smoothstep.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/smoothstep.spec.js @@ -51,16 +51,15 @@ beforeAllSubcases((t) => { fn((t) => { const type = kValuesTypes[t.params.type]; - // We expect to fail if low >= high as it results in a DBZ - const expectedResult = t.params.value1 >= t.params.value2; + // We expect to fail if low >= high. + const expectedResult = t.params.value1 < t.params.value2; validateConstOrOverrideBuiltinEval( t, builtin, expectedResult, [type.create(t.params.value1), type.create(t.params.value2), type.create(0)], - t.params.stage, - /* returnType */concreteTypeOf(type, [Type.f32]) + t.params.stage ); }); @@ -81,6 +80,8 @@ filter((t) => { beginSubcases(). expand('low', (u) => [0, 10]). expand('high', (u) => [0, 10]) +// in_shader: Is the function call statically accessed by the entry point? +.combine('in_shader', [false, true]) ). beforeAllSubcases((t) => { if (scalarTypeOf(kValuesTypes[t.params.type]) === Type.f16) { @@ -130,7 +131,10 @@ fn foo() { const shader_error = error && t.params.lowStage === 'constant' && t.params.highStage === 'constant'; const pipeline_error = - error && t.params.lowStage !== 'runtime' && t.params.highStage !== 'runtime'; + t.params.in_shader && + error && + t.params.lowStage !== 'runtime' && + t.params.highStage !== 'runtime'; t.expectCompileResult(!shader_error, wgsl); if (!shader_error) { const constants = {}; @@ -140,7 +144,8 @@ fn foo() { expectedResult: !pipeline_error, code: wgsl, constants, - reference: ['o_low', 'o_high'] + reference: ['o_low', 'o_high'], + statements: t.params.in_shader ? ['foo();'] : [] }); } }); @@ -159,10 +164,11 @@ beforeAllSubcases((t) => { }). fn((t) => { const type = kArgumentTypes[t.params.type]; + const expectedResult = isConvertibleToFloatType(elementTypeOf(type)); validateConstOrOverrideBuiltinEval( t, builtin, - /* expectedResult */isConvertibleToFloatType(elementTypeOf(type)), + expectedResult, [type.create(0), type.create(1), type.create(2)], 'constant', /* returnType */concreteTypeOf(type, [Type.f32]) @@ -344,7 +350,7 @@ fn((t) => { t, builtin, /* expectedResult */t.params.low < t.params.high, - [f32(0), f32(t.params.low), f32(t.params.high)], + [f32(t.params.low), f32(t.params.high), f32(0)], t.params.stage ); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAdd.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAdd.spec.js new file mode 100644 index 00000000000..ec2486fd861 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAdd.spec.js @@ -0,0 +1,235 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupAdd and subgroupExclusiveAdd +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { Type, elementTypeOf, kAllScalarsAndVectors } from '../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +const kBuiltins = ['subgroupAdd', 'subgroupExclusiveAdd', 'subgroupInclusiveAdd']; + +const kStages = { + constant: (builtin) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = ${builtin}(0); +}`; + }, + override: (builtin) => { + return ` +enable subgroups; +override o = ${builtin}(0);`; + }, + runtime: (builtin) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = ${builtin}(0); +}`; + } +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages)).beginSubcases().combine('builtin', kBuiltins)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage](t.params.builtin); + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => +u. +combine('must_use', [true, false]). +beginSubcases(). +combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}${t.params.builtin}(0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kArgumentTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => +u.combine('type', keysOf(kArgumentTypes)).beginSubcases().combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kArgumentTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.builtin}(${type.create(0).wgsl()}); +}`; + + t.expectCompileResult(elementTypeOf(type) !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates data parameter type'). +params((u) => +u. +combine('dataType', keysOf(kArgumentTypes)). +combine('retType', keysOf(kArgumentTypes)). +filter((t) => { + const retType = kArgumentTypes[t.retType]; + const retEleTy = elementTypeOf(retType); + const dataType = kArgumentTypes[t.dataType]; + const dataEleTy = elementTypeOf(dataType); + return ( + retEleTy !== Type.abstractInt && + retEleTy !== Type.abstractFloat && + dataEleTy !== Type.abstractInt && + dataEleTy !== Type.abstractFloat); + +}). +beginSubcases(). +combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + if (dataType.requiresF16() || retType.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + let enables = `enable subgroups;\n`; + if (dataType.requiresF16() || retType.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = ${t.params.builtin}(${dataType.create(0).wgsl()}); +}`; + + const expect = elementTypeOf(dataType) !== Type.bool && dataType === retType; + t.expectCompileResult(expect, wgsl); +}); + +g.test('stage'). +desc('Validates it is only usable in correct stage'). +params((u) => +u. +combine('stage', ['compute', 'fragment', 'vertex']). +beginSubcases(). +combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = ${t.params.builtin}(0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); + +const kInvalidTypeCases = { + array_u32: `array(1u,2u,3u)`, + array_f32: `array()`, + struct_s: `S()`, + struct_t: `T(1, 1)`, + ptr_func: `&func_var`, + ptr_priv: `&priv_var`, + frexp_ret: `frexp(0)` +}; + +g.test('invalid_types'). +desc('Tests that invalid non-plain types are rejected'). +params((u) => +u.combine('case', keysOf(kInvalidTypeCases)).beginSubcases().combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const val = kInvalidTypeCases[t.params.case]; + const wgsl = ` +enable subgroups; + +struct S { + x : u32 +} + +struct T { + a : f32, + b : u32, +} + +var priv_var : f32; +fn foo() { + var func_var : vec4u; + _ = ${t.params.builtin}(${val}); +}`; + + t.expectCompileResult(false, wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAnyAll.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAnyAll.spec.js new file mode 100644 index 00000000000..76291fcda82 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupAnyAll.spec.js @@ -0,0 +1,186 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupAny and subgroupAll. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { Type, elementTypeOf, kAllScalarsAndVectors } from '../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +const kOps = ['subgroupAny', 'subgroupAll']; + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = ${t.params.op}(true); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kStages = { + constant: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = ${op}(true); +}`; + }, + override: (op) => { + return ` +enable subgroups +override o = select(0, 1, ${op}(true));`; + }, + runtime: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = ${op}(true); +}`; + } +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages)).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage](t.params.op); + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}${t.params.op}(false); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kTypes)).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.op}(${type.create(0).wgsl()}); +}`; + + t.expectCompileResult(type === Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates return type'). +params((u) => +u. +combine('type', keysOf(kTypes)). +filter((t) => { + const type = kTypes[t.type]; + const eleType = elementTypeOf(type); + return eleType !== Type.abstractInt && eleType !== Type.abstractFloat; +}). +combine('op', kOps) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${type.toString()} = ${t.params.op}(true); +}`; + + t.expectCompileResult(type === Type.bool, wgsl); +}); + +g.test('stage'). +desc('validates builtin is only usable in the correct stages'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex']).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = ${t.params.op}(true); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBallot.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBallot.spec.js new file mode 100644 index 00000000000..19c35bc2114 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBallot.spec.js @@ -0,0 +1,175 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupBallot +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { Type, elementTypeOf, kAllScalarsAndVectors } from '../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = subgroupBallot(true); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kStages = { + constant: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = subgroupBallot(true); +}`, + override: ` +enable subgroups; +override o = subgroupBallot(true);`, + runtime: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = subgroupBallot(true); +}` +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage]; + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}subgroupBallot(true); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kArgumentTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kArgumentTypes))). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kArgumentTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = subgroupBallot(${type.create(0).wgsl()}); +}`; + + t.expectCompileResult(type === Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates return type'). +params((u) => +u.combine('type', keysOf(kArgumentTypes)).filter((t) => { + const type = kArgumentTypes[t.type]; + const eleType = elementTypeOf(type); + return eleType !== Type.abstractInt && eleType !== Type.abstractFloat; +}) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kArgumentTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${type.toString()} = subgroupBallot(true); +}`; + + t.expectCompileResult(type === Type.vec4u, wgsl); +}); + +g.test('stage'). +desc('Validates it is only usable in correct stage'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex'])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = subgroupBallot(true); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBitwise.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBitwise.spec.js new file mode 100644 index 00000000000..926380efba0 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBitwise.spec.js @@ -0,0 +1,204 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupAnd, subgroupOr, and subgroupXor. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { + Type, + elementTypeOf, + kAllScalarsAndVectors, + isConvertible } from +'../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +const kOps = ['subgroupAnd', 'subgroupOr', 'subgroupXor']; + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = ${t.params.op}(0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kStages = { + constant: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = ${op}(0); +}`; + }, + override: (op) => { + return ` +enable subgroups +override o = ${op}(0);`; + }, + runtime: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = ${op}(0); +}`; + } +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages)).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage](t.params.op); + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}${t.params.op}(0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kTypes)).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.op}(${type.create(0).wgsl()}); +}`; + + const eleType = elementTypeOf(type); + const expect = isConvertible(eleType, Type.u32) || isConvertible(eleType, Type.i32); + t.expectCompileResult(expect, wgsl); +}); + +g.test('return_type'). +desc('Validates return type'). +params((u) => +u. +combine('retType', keysOf(kTypes)). +filter((t) => { + const type = kTypes[t.retType]; + const eleType = elementTypeOf(type); + return eleType !== Type.abstractInt && eleType !== Type.abstractFloat; +}). +combine('op', kOps). +combine('paramType', keysOf(kTypes)) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + if (retType.requiresF16() || paramType.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + let enables = `enable subgroups;\n`; + if (retType.requiresF16() || paramType.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = ${t.params.op}(${paramType.create(0).wgsl()}); +}`; + + // Can't just use isConvertible since functions must concretize the parameter + // type before examining the whole statement. + const eleParamType = elementTypeOf(paramType); + const eleRetType = elementTypeOf(retType); + let expect = paramType === retType && (eleRetType === Type.i32 || eleRetType === Type.u32); + if (eleParamType === Type.abstractInt) { + expect = eleRetType === Type.i32 && isConvertible(paramType, retType); + } + t.expectCompileResult(expect, wgsl); +}); + +g.test('stage'). +desc('validates builtin is only usable in the correct stages'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex']).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = ${t.params.op}(0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcast.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcast.spec.js new file mode 100644 index 00000000000..befdb752392 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcast.spec.js @@ -0,0 +1,286 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupBroadcast +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { + isConvertible, + Type, + elementTypeOf, + kAllScalarsAndVectors } from +'../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = subgroupBroadcast(0, 0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +g.test('requires_subgroups_f16'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + const features = ['shader-f16', 'subgroups']; + if (t.params.enable) { + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const wgsl = ` +enable f16; +enable subgroups; +${t.params.enable ? 'enable subgroups_f16;' : ''} +fn foo() { + _ = subgroupBroadcast(0h, 0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kArgumentTypes = objectsToRecord(kAllScalarsAndVectors); + +const kStages = { + constant: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = subgroupBroadcast(0, 0); +}`, + override: ` +enable subgroups; +override o = subgroupBroadcast(0, 0);`, + runtime: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = subgroupBroadcast(0, 0); +}` +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage]; + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}subgroupBroadcast(0, 0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kArgumentTypes))). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kArgumentTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = subgroupBroadcast(${type.create(0).wgsl()}, 0); +}`; + + t.expectCompileResult(elementTypeOf(type) !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates data parameter type'). +params((u) => +u. +combine('dataType', keysOf(kArgumentTypes)). +combine('retType', keysOf(kArgumentTypes)). +filter((t) => { + const retType = kArgumentTypes[t.retType]; + const retEleTy = elementTypeOf(retType); + const dataType = kArgumentTypes[t.dataType]; + const dataEleTy = elementTypeOf(dataType); + return ( + retEleTy !== Type.abstractInt && + retEleTy !== Type.abstractFloat && + dataEleTy !== Type.abstractInt && + dataEleTy !== Type.abstractFloat); + +}) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + if (dataType.requiresF16() || retType.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + let enables = `enable subgroups;\n`; + if (dataType.requiresF16() || retType.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = subgroupBroadcast(${dataType.create(0).wgsl()}, 0); +}`; + + const expect = elementTypeOf(dataType) !== Type.bool && dataType === retType; + t.expectCompileResult(expect, wgsl); +}); + +g.test('id_type'). +desc('Validates id parameter type'). +params((u) => u.combine('type', keysOf(kArgumentTypes))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + const wgsl = ` +enable subgroups; +@compute @workgroup_size(1) +fn main() { + _ = subgroupBroadcast(0, ${type.create(0).wgsl()}); +}`; + + const expect = isConvertible(type, Type.u32) || isConvertible(type, Type.i32); + t.expectCompileResult(expect, wgsl); +}); + +const kIdCases = { + const_decl: { + code: 'const_decl', + valid: true + }, + const_literal: { + code: '0', + valid: true + }, + const_expr: { + code: 'const_decl + 2', + valid: true + }, + let_decl: { + code: 'let_decl', + valid: false + }, + override_decl: { + code: 'override_decl', + valid: false + }, + var_func_decl: { + code: 'var_func_decl', + valid: false + }, + var_priv_decl: { + code: 'var_priv_decl', + valid: false + } +}; + +g.test('id_constness'). +desc('Validates that id must be a const-expression'). +params((u) => u.combine('value', keysOf(kIdCases))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +override override_decl : u32; +var var_priv_decl : u32; +fn foo() { + var var_func_decl : u32; + let let_decl = var_func_decl; + const const_decl = 0u; + _ = subgroupBroadcast(0, ${kIdCases[t.params.value].code}); +}`; + + t.expectCompileResult(kIdCases[t.params.value].valid, wgsl); +}); + +g.test('stage'). +desc('Validates it is only usable in correct stage'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex'])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = subgroupBroadcast(0, 0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcastFirst.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcastFirst.spec.js new file mode 100644 index 00000000000..a04ce44734e --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupBroadcastFirst.spec.js @@ -0,0 +1,210 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupBroadcastFirst +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { Type, elementTypeOf, kAllScalarsAndVectors } from '../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = subgroupBroadcastFirst(0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +g.test('requires_subgroups_f16'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + const features = ['shader-f16', 'subgroups']; + if (t.params.enable) { + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const wgsl = ` +enable f16; +enable subgroups; +${t.params.enable ? 'enable subgroups_f16;' : ''} +fn foo() { + _ = subgroupBroadcastFirst(0h); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kArgumentTypes = objectsToRecord(kAllScalarsAndVectors); + +const kStages = { + constant: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = subgroupBroadcastFirst(0); +}`, + override: ` +enable subgroups; +override o = subgroupBroadcastFirst(0);`, + runtime: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = subgroupBroadcastFirst(0); +}` +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage]; + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}subgroupBroadcastFirst(0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kArgumentTypes))). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kArgumentTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = subgroupBroadcastFirst(${type.create(0).wgsl()}); +}`; + + t.expectCompileResult(elementTypeOf(type) !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates data parameter type'). +params((u) => +u. +combine('dataType', keysOf(kArgumentTypes)). +combine('retType', keysOf(kArgumentTypes)). +filter((t) => { + const retType = kArgumentTypes[t.retType]; + const retEleTy = elementTypeOf(retType); + const dataType = kArgumentTypes[t.dataType]; + const dataEleTy = elementTypeOf(dataType); + return ( + retEleTy !== Type.abstractInt && + retEleTy !== Type.abstractFloat && + dataEleTy !== Type.abstractInt && + dataEleTy !== Type.abstractFloat); + +}) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + if (dataType.requiresF16() || retType.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + let enables = `enable subgroups;\n`; + if (dataType.requiresF16() || retType.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = subgroupBroadcastFirst(${dataType.create(0).wgsl()}); +}`; + + const expect = elementTypeOf(dataType) !== Type.bool && dataType === retType; + t.expectCompileResult(expect, wgsl); +}); + +g.test('stage'). +desc('Validates it is only usable in correct stage'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex'])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = subgroupBroadcastFirst(0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupElect.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupElect.spec.js new file mode 100644 index 00000000000..cfd6f8df769 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupElect.spec.js @@ -0,0 +1,175 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupElect. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { Type, elementTypeOf, kAllScalarsAndVectors } from '../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = subgroupElect(); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kStages = { + constant: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = subgroupElect(); +}`, + override: ` +enable subgroups +override o = select(0, 1, subgroupElect());`, + runtime: ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = subgroupElect(); +}` +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages))). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage]; + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}subgroupElect(); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates there are no valid data parameters'). +params((u) => u.combine('type', keysOf(kTypes))). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = subgroupElect(${type.create(0).wgsl()}); +}`; + + t.expectCompileResult(false, wgsl); +}); + +g.test('return_type'). +desc('Validates return type'). +params((u) => +u.combine('type', keysOf(kTypes)).filter((t) => { + const type = kTypes[t.type]; + const eleType = elementTypeOf(type); + return eleType !== Type.abstractInt && eleType !== Type.abstractFloat; +}) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${type.toString()} = subgroupElect(); +}`; + + t.expectCompileResult(type === Type.bool, wgsl); +}); + +g.test('stage'). +desc('validates builtin is only usable in the correct stages'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex'])). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = subgroupElect(); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMinMax.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMinMax.spec.js new file mode 100644 index 00000000000..6d4c57d195f --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMinMax.spec.js @@ -0,0 +1,227 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupMin and subgroupMax. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { + Type, + elementTypeOf, + kAllScalarsAndVectors, + isConvertible } from +'../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +const kOps = ['subgroupMin', 'subgroupMax']; + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = ${t.params.op}(0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +g.test('requires_subgroups_f16'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['shader-f16', 'subgroups']; + if (t.params.enable) { + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const wgsl = ` +enable f16; +enable subgroups; +${t.params.enable ? 'enable subgroups_f16;' : ''} +fn foo() { + _ = ${t.params.op}(0h); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kStages = { + constant: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = ${op}(0); +}`; + }, + override: (op) => { + return ` +enable subgroups +override o = ${op}(0);`; + }, + runtime: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = ${op}(0); +}`; + } +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages)).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage](t.params.op); + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}${t.params.op}(0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kTypes)).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.op}(${type.create(0).wgsl()}); +}`; + + const eleType = elementTypeOf(type); + t.expectCompileResult(eleType !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates return type'). +params((u) => +u. +combine('retType', keysOf(kTypes)). +filter((t) => { + const type = kTypes[t.retType]; + const eleType = elementTypeOf(type); + return eleType !== Type.abstractInt && eleType !== Type.abstractFloat; +}). +combine('op', kOps). +combine('paramType', keysOf(kTypes)) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + if (retType.requiresF16() || paramType.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + let enables = `enable subgroups;\n`; + if (retType.requiresF16() || paramType.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = ${t.params.op}(${paramType.create(0).wgsl()}); +}`; + + // Can't just use isConvertible since functions must concretize the parameter + // type before examining the whole statement. + const eleParamType = elementTypeOf(paramType); + const eleRetType = elementTypeOf(retType); + let expect = paramType === retType && eleRetType !== Type.bool; + if (eleParamType === Type.abstractInt) { + expect = eleRetType === Type.i32 && isConvertible(paramType, retType); + } else if (eleParamType === Type.abstractFloat) { + expect = eleRetType === Type.f32 && isConvertible(paramType, retType); + } + t.expectCompileResult(expect, wgsl); +}); + +g.test('stage'). +desc('validates builtin is only usable in the correct stages'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex']).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = ${t.params.op}(0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMul.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMul.spec.js new file mode 100644 index 00000000000..4a71b7f6295 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupMul.spec.js @@ -0,0 +1,235 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupMul, subgroupExclusiveMul, and subgroupInclusiveMul +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { Type, elementTypeOf, kAllScalarsAndVectors } from '../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +const kBuiltins = ['subgroupMul', 'subgroupExclusiveMul', 'subgroupInclusiveMul']; + +const kStages = { + constant: (builtin) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = ${builtin}(0); +}`; + }, + override: (builtin) => { + return ` +enable subgroups; +override o = ${builtin}(0);`; + }, + runtime: (builtin) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = ${builtin}(0); +}`; + } +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages)).beginSubcases().combine('builtin', kBuiltins)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage](t.params.builtin); + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => +u. +combine('must_use', [true, false]). +beginSubcases(). +combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}${t.params.builtin}(0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kArgumentTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => +u.combine('type', keysOf(kArgumentTypes)).beginSubcases().combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kArgumentTypes[t.params.type]; + if (type.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kArgumentTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.builtin}(${type.create(0).wgsl()}); +}`; + + t.expectCompileResult(elementTypeOf(type) !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates data parameter type'). +params((u) => +u. +combine('dataType', keysOf(kArgumentTypes)). +combine('retType', keysOf(kArgumentTypes)). +filter((t) => { + const retType = kArgumentTypes[t.retType]; + const retEleTy = elementTypeOf(retType); + const dataType = kArgumentTypes[t.dataType]; + const dataEleTy = elementTypeOf(dataType); + return ( + retEleTy !== Type.abstractInt && + retEleTy !== Type.abstractFloat && + dataEleTy !== Type.abstractInt && + dataEleTy !== Type.abstractFloat); + +}). +beginSubcases(). +combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + if (dataType.requiresF16() || retType.requiresF16()) { + features.push('subgroups-f16'); + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const dataType = kArgumentTypes[t.params.dataType]; + const retType = kArgumentTypes[t.params.retType]; + let enables = `enable subgroups;\n`; + if (dataType.requiresF16() || retType.requiresF16()) { + enables += `enable subgroups_f16;\nenable f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = ${t.params.builtin}(${dataType.create(0).wgsl()}); +}`; + + const expect = elementTypeOf(dataType) !== Type.bool && dataType === retType; + t.expectCompileResult(expect, wgsl); +}); + +g.test('stage'). +desc('Validates it is only usable in correct stage'). +params((u) => +u. +combine('stage', ['compute', 'fragment', 'vertex']). +beginSubcases(). +combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = ${t.params.builtin}(0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); + +const kInvalidTypeCases = { + array_u32: `array(1u,2u,3u)`, + array_f32: `array()`, + struct_s: `S()`, + struct_t: `T(1, 1)`, + ptr_func: `&func_var`, + ptr_priv: `&priv_var`, + frexp_ret: `frexp(0)` +}; + +g.test('invalid_types'). +desc('Tests that invalid non-plain types are rejected'). +params((u) => +u.combine('case', keysOf(kInvalidTypeCases)).beginSubcases().combine('builtin', kBuiltins) +). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const val = kInvalidTypeCases[t.params.case]; + const wgsl = ` +enable subgroups; + +struct S { + x : u32 +} + +struct T { + a : f32, + b : u32, +} + +var priv_var : f32; +fn foo() { + var func_var : vec4u; + _ = ${t.params.builtin}(${val}); +}`; + + t.expectCompileResult(false, wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupShuffle.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupShuffle.spec.js new file mode 100644 index 00000000000..a6321bd6d17 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/call/builtin/subgroupShuffle.spec.js @@ -0,0 +1,262 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for subgroupShuffle, subgroupShuffleXor, subgroupShuffleUp, and subgroupShuffleDown. +`;import { makeTestGroup } from '../../../../../../common/framework/test_group.js'; +import { keysOf, objectsToRecord } from '../../../../../../common/util/data_tables.js'; +import { + Type, + elementTypeOf, + kAllScalarsAndVectors, + isConvertible } from +'../../../../../util/conversion.js'; +import { ShaderValidationTest } from '../../../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +const kOps = [ +'subgroupShuffle', +'subgroupShuffleXor', +'subgroupShuffleUp', +'subgroupShuffleDown']; + + +g.test('requires_subgroups'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +${t.params.enable ? 'enable subgroups;' : ''} +fn foo() { + _ = ${t.params.op}(0, 0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +g.test('requires_subgroups_f16'). +desc('Validates that the subgroups feature is required'). +params((u) => u.combine('enable', [false, true]).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['shader-f16', 'subgroups']; + if (t.params.enable) { + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const wgsl = ` +enable f16; +enable subgroups; +${t.params.enable ? 'enable subgroups_f16;' : ''} +fn foo() { + _ = ${t.params.op}(0h, 0); +}`; + + t.expectCompileResult(t.params.enable, wgsl); +}); + +const kStages = { + constant: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + const x = ${op}(0, 0); +}`; + }, + override: (op) => { + return ` +enable subgroups +override o = ${op}(0, 0);`; + }, + runtime: (op) => { + return ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + let x = ${op}(0, 0); +}`; + } +}; + +g.test('early_eval'). +desc('Ensures the builtin is not able to be compile time evaluated'). +params((u) => u.combine('stage', keysOf(kStages)).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const code = kStages[t.params.stage](t.params.op); + t.expectCompileResult(t.params.stage === 'runtime', code); +}); + +g.test('must_use'). +desc('Tests that the builtin has the @must_use attribute'). +params((u) => u.combine('must_use', [true, false]).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const wgsl = ` +enable subgroups; +@compute @workgroup_size(16) +fn main() { + ${t.params.must_use ? '_ = ' : ''}${t.params.op}(0, 0); +}`; + + t.expectCompileResult(t.params.must_use, wgsl); +}); + +const kTypes = objectsToRecord(kAllScalarsAndVectors); + +g.test('data_type'). +desc('Validates data parameter type'). +params((u) => u.combine('type', keysOf(kTypes)).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.op}(${type.create(0).wgsl()}, 0); +}`; + + const eleType = elementTypeOf(type); + t.expectCompileResult(eleType !== Type.bool, wgsl); +}); + +g.test('return_type'). +desc('Validates return type'). +params((u) => +u. +combine('retType', keysOf(kTypes)). +filter((t) => { + const type = kTypes[t.retType]; + const eleType = elementTypeOf(type); + return eleType !== Type.abstractInt && eleType !== Type.abstractFloat; +}). +combine('op', kOps). +combine('paramType', keysOf(kTypes)) +). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + if (retType.requiresF16() || paramType.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const retType = kTypes[t.params.retType]; + const paramType = kTypes[t.params.paramType]; + let enables = `enable subgroups;\n`; + if (retType.requiresF16() || paramType.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + let res : ${retType.toString()} = ${t.params.op}(${paramType.create(0).wgsl()}, 0); +}`; + + // Can't just use isConvertible since functions must concretize the parameter + // type before examining the whole statement. + const eleParamType = elementTypeOf(paramType); + const eleRetType = elementTypeOf(retType); + let expect = paramType === retType && eleRetType !== Type.bool; + if (eleParamType === Type.abstractInt) { + expect = eleRetType === Type.i32 && isConvertible(paramType, retType); + } else if (eleParamType === Type.abstractFloat) { + expect = eleRetType === Type.f32 && isConvertible(paramType, retType); + } + t.expectCompileResult(expect, wgsl); +}); + +g.test('param2_type'). +desc('Validates shuffle parameter type'). +params((u) => u.combine('type', keysOf(kTypes)).combine('op', kOps)). +beforeAllSubcases((t) => { + const features = ['subgroups']; + const type = kTypes[t.params.type]; + if (type.requiresF16()) { + features.push('shader-f16'); + features.push('subgroups-f16'); + } + t.selectDeviceOrSkipTestCase(features); +}). +fn((t) => { + const type = kTypes[t.params.type]; + let enables = `enable subgroups;\n`; + if (type.requiresF16()) { + enables += `enable f16;\nenable subgroups_f16;`; + } + const wgsl = ` +${enables} +@compute @workgroup_size(1) +fn main() { + _ = ${t.params.op}(0, ${type.create(0).wgsl()}); +}`; + + const expect = + isConvertible(type, Type.u32) || type === Type.i32 && t.params.op === 'subgroupShuffle'; + t.expectCompileResult(expect, wgsl); +}); + +g.test('stage'). +desc('validates builtin is only usable in the correct stages'). +params((u) => u.combine('stage', ['compute', 'fragment', 'vertex']).combine('op', kOps)). +beforeAllSubcases((t) => { + t.selectDeviceOrSkipTestCase('subgroups'); +}). +fn((t) => { + const compute = ` +@compute @workgroup_size(1) +fn main() { + foo(); +}`; + + const fragment = ` +@fragment +fn main() { + foo(); +}`; + + const vertex = ` +@vertex +fn main() -> @builtin(position) vec4f { + foo(); + return vec4f(); +}`; + + const entry = { compute, fragment, vertex }[t.params.stage]; + const wgsl = ` +enable subgroups; +fn foo() { + _ = ${t.params.op}(0, 0); +} + +${entry} +`; + + t.expectCompileResult(t.params.stage !== 'vertex', wgsl); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/add_sub.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/add_sub.spec.js index 4760c3b9478..b608a966d8c 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/add_sub.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/add_sub.spec.js @@ -275,7 +275,7 @@ fn((t) => { let rhs = `mat${t.params.c}x${t.params.r}h(`; for (let i = 0; i < t.params.c; i++) { for (let k = 0; k < t.params.r; k++) { - lhs += `${kValue.f32.negative.min / 2},`; + lhs += `${kValue.f16.negative.min / 2},`; rhs += `${t.params.rhs},`; } } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/mul.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/mul.spec.js index d8ef4f2e752..fdc75636578 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/mul.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/expression/matrix/mul.spec.js @@ -631,7 +631,7 @@ fn((t) => { for (let i = 0; i < t.params.c; i++) { for (let k = 0; k < t.params.r; k++) { lhs += `${t.params.lhs},`; - rhs += `1`; + rhs += `1,`; } } rhs += ')'; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/extension/clip_distances.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/extension/clip_distances.spec.js new file mode 100644 index 00000000000..f0b1494a632 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/extension/clip_distances.spec.js @@ -0,0 +1,43 @@ +/** +* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts +**/export const description = ` +Validation tests for the clip_distances extension +`;import { makeTestGroup } from '../../../../common/framework/test_group.js'; +import { ShaderValidationTest } from '../shader_validation_test.js'; + +export const g = makeTestGroup(ShaderValidationTest); + +g.test('use_clip_distances_requires_extension_enabled'). +desc( + `Checks that the clip_distances built-in variable is only allowed with the WGSL extension + clip_distances enabled in shader and the WebGPU extension clip-distances supported on the + device.` +). +params((u) => +u.combine('requireExtension', [true, false]).combine('enableExtension', [true, false]) +). +beforeAllSubcases((t) => { + if (t.params.requireExtension) { + t.selectDeviceOrSkipTestCase({ requiredFeatures: ['clip-distances'] }); + } +}). +fn((t) => { + const { requireExtension, enableExtension } = t.params; + + t.expectCompileResult( + requireExtension && enableExtension, + ` + ${enableExtension ? 'enable clip_distances;' : ''} + struct VertexOut { + @builtin(clip_distances) my_clip_distances : array, + @builtin(position) my_position : vec4f, + } + @vertex fn main() -> VertexOut { + var output : VertexOut; + output.my_clip_distances[0] = 1.0; + output.my_position = vec4f(0.0, 0.0, 0.0, 1.0); + return output; + } + ` + ); +}); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/functions/alias_analysis.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/functions/alias_analysis.spec.js index 0549dc9c90f..9669d6d7854 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/functions/alias_analysis.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/functions/alias_analysis.spec.js @@ -409,6 +409,42 @@ fn caller() { t.expectCompileResult(shouldPass(t.params.aliased, t.params.a_use, t.params.b_use), code); }); +g.test('swizzles'). +desc(`Test aliasing of two pointers passed to a function and used with swizzles.`). +params((u) => +u. +combine('address_space', ['private', 'storage', 'workgroup']). +combine('aliased', [true, false]). +beginSubcases(). +combine('a_use', ['no_access', 'compound_assign_lhs']). +combine('deref', [true, false]) +). +fn((t) => { + if (requiresUnrestrictedPointerParameters(t.params.address_space)) { + t.skipIfLanguageFeatureNotSupported('unrestricted_pointer_parameters'); + } + if (t.params.deref === false) { + t.skipIfLanguageFeatureNotSupported('pointer_composite_access'); + } + + const ptr_vec = ptr(t.params.address_space, 'vec4i'); + const code = ` +${declareModuleScopeVar('x', t.params.address_space, 'vec4i')} +${declareModuleScopeVar('y', t.params.address_space, 'vec4i')} + +fn callee(pa : ${ptr_vec}, pb : ${ptr_vec}) -> i32 { + ${kUses[t.params.a_use].gen(`(*pa)`)} + let value = ${t.params.deref ? `(*pb)` : `pb`}.wzyx; + return 0; +} + +fn caller() { + callee(&x, ${t.params.aliased ? `&x` : `&y`}); +} +`; + t.expectCompileResult(shouldPass(t.params.aliased, t.params.a_use, 'let_init'), code); +}); + g.test('same_pointer_read_and_write'). desc(`Test that we can read from and write to the same pointer.`). params((u) => diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/enable.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/enable.spec.js index b0ce591dfa5..df71c06dd38 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/enable.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/enable.spec.js @@ -65,13 +65,46 @@ enable f16;`, unknown: { code: `enable unknown;`, pass: false + }, + subgroups: { + code: `enable subgroups;`, + pass: true + }, + subgroups_f16_fail: { + code: `enable subgroups_f16;`, + pass: false + }, + subgroups_f16_pass1: { + code: ` + enable subgroups_f16; + enable subgroups; + enable f16;`, + pass: true + }, + subgroups_f16_pass2: { + code: ` + enable f16; + enable subgroups; + enable subgroups_f16;`, + pass: true } }; g.test('enable'). desc(`Tests that enables are validated correctly`). beforeAllSubcases((t) => { - t.selectDeviceOrSkipTestCase('shader-f16'); + const features = []; + const name = t.params.case; + if (name.includes('subgroups_f16')) { + features.push('subgroups'); + features.push('subgroups-f16'); + features.push('shader-f16'); + } else if (name.includes('subgroups')) { + features.push('subgroups'); + } else { + features.push('shader-f16'); + } + t.selectDeviceOrSkipTestCase(features); }). params((u) => u.combine('case', keysOf(kCases))). fn((t) => { diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/identifiers.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/identifiers.spec.js index d7510cc5b00..4869ebfb28b 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/identifiers.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/parse/identifiers.spec.js @@ -199,6 +199,8 @@ const kInvalidIdentifiers = new Set([ 'noexcept', 'noinline', 'nointerpolation', +'non_coherent', +'noncoherent', 'noperspective', 'null', 'nullptr', diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/builtins.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/builtins.spec.js index 57d56e175d4..041423d58f7 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/builtins.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/builtins.spec.js @@ -10,7 +10,7 @@ export const g = makeTestGroup(ShaderValidationTest); // List of all built-in variables and their stage, in|out usage, and type. // Taken from table in Section 15: -// https://www.w3.org/TR/2021/WD-WGSL-20211013/#builtin-variables +// https://www.w3.org/TR/WGSL/#builtin-inputs-outputs export const kBuiltins = [ { name: 'vertex_index', stage: 'vertex', io: 'in', type: 'u32' }, { name: 'instance_index', stage: 'vertex', io: 'in', type: 'u32' }, @@ -25,7 +25,19 @@ export const kBuiltins = [ { name: 'num_workgroups', stage: 'compute', io: 'in', type: 'vec3' }, { name: 'sample_index', stage: 'fragment', io: 'in', type: 'u32' }, { name: 'sample_mask', stage: 'fragment', io: 'in', type: 'u32' }, -{ name: 'sample_mask', stage: 'fragment', io: 'out', type: 'u32' }]; +{ name: 'sample_mask', stage: 'fragment', io: 'out', type: 'u32' }, +{ name: 'subgroup_invocation_id', stage: 'compute', io: 'in', type: 'u32' }, +{ name: 'subgroup_size', stage: 'compute', io: 'in', type: 'u32' }, +{ name: 'subgroup_invocation_id', stage: 'fragment', io: 'in', type: 'u32' }, +{ name: 'subgroup_size', stage: 'fragment', io: 'in', type: 'u32' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }, +{ name: 'clip_distances', stage: 'vertex', io: 'out', type: 'array' }]; // List of types to test against. @@ -60,7 +72,15 @@ const kTestTypes = [ 'array', 'array', 'array', +'array', +'array', +'array', 'array', +'array', +'array', +'array', +'array', +'array', 'MyStruct']; @@ -81,6 +101,18 @@ beforeAllSubcases((t) => { t.isCompatibility && ['sample_index', 'sample_mask'].includes(t.params.name), 'compatibility mode does not support sample_index or sample_mask' ); + if (t.params.name.includes('subgroup')) { + t.selectDeviceOrSkipTestCase('subgroups'); + } else if (t.params.name === 'clip_distances') { + t.selectDeviceOrSkipTestCase('clip-distances'); + } + t.skipIf( + t.params.name !== 'position' && + t.params.target_stage === 'vertex' && + t.params.target_io === 'out' && + !t.params.use_struct, + 'missing @builtin(position) in the vertex output when the vertex output is not a struct' + ); }). fn((t) => { const code = generateShader({ @@ -110,15 +142,27 @@ desc( params((u) => u. combineWithParams(kBuiltins). +combine('use_struct', [true, false]). beginSubcases(). -combine('target_type', kTestTypes). -combine('use_struct', [true, false]) +combine('target_type', kTestTypes) ). beforeAllSubcases((t) => { t.skipIf( t.isCompatibility && ['sample_index', 'sample_mask'].includes(t.params.name), 'compatibility mode does not support sample_index or sample_mask' ); + if (t.params.name.includes('subgroup')) { + t.selectDeviceOrSkipTestCase('subgroups'); + } else if (t.params.name === 'clip_distances') { + t.selectDeviceOrSkipTestCase('clip-distances'); + } + t.skipIf( + t.params.name !== 'position' && + t.params.stage === 'vertex' && + t.params.io === 'out' && + !t.params.use_struct, + 'missing @builtin(position) in the vertex output' + ); }). fn((t) => { let code = ''; @@ -286,10 +330,31 @@ desc(`Test that a builtin name can be used in different contexts`). params((u) => u. combineWithParams(kBuiltins). -combine('use', ['alias', 'struct', 'function', 'module-var', 'function-var']) +combine('use', ['alias', 'struct', 'function', 'module-var', 'function-var']). +combine('enable_extension', [true, false]). +unless( + (t) => t.enable_extension && !(t.name.includes('subgroup') || t.name === 'clip_distances') +) ). +beforeAllSubcases((t) => { + if (!t.params.enable_extension) { + return; + } + if (t.params.name.includes('subgroup')) { + t.selectDeviceOrSkipTestCase('subgroups'); + } else if (t.params.name === 'clip_distances') { + t.selectDeviceOrSkipTestCase('clip-distances'); + } +}). fn((t) => { let code = ''; + if (t.params.enable_extension) { + if (t.params.name.includes('subgroups')) { + code += 'enable subgroup;\n'; + } else if (t.params.name === 'clip_distances') { + code += 'enable clip_distances;\n'; + } + } if (t.params.use === 'alias') { code += `alias ${t.params.name} = i32;`; } else if (t.params.use === `struct`) { diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/interpolate.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/interpolate.spec.js index 1799aea931e..ff8590ddeca 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/interpolate.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/interpolate.spec.js @@ -9,15 +9,11 @@ import { generateShader } from './util.js'; export const g = makeTestGroup(ShaderValidationTest); // List of valid interpolation attributes. -const kValidCompatInterpolationAttributes = new Set([ +const kValidInterpolationAttributes = new Set([ '', -'@interpolate(flat, either)', '@interpolate(perspective)', '@interpolate(perspective, center)', -'@interpolate(perspective, centroid)'] -); -const kValidInterpolationAttributes = new Set([ -...kValidCompatInterpolationAttributes, +'@interpolate(perspective, centroid)', '@interpolate(flat)', '@interpolate(flat, first)', '@interpolate(flat, either)', @@ -83,10 +79,7 @@ fn((t) => { io: t.params.io, use_struct: t.params.use_struct }); - const validInterpolationAttributes = t.isCompatibility ? - kValidCompatInterpolationAttributes : - kValidInterpolationAttributes; - t.expectCompileResult(validInterpolationAttributes.has(interpolate), code); + t.expectCompileResult(kValidInterpolationAttributes.has(interpolate), code); }); g.test('require_location'). @@ -140,9 +133,7 @@ fn((t) => { use_struct: t.params.use_struct }); - const expectSuccess = t.isCompatibility ? - t.params.attribute === '@interpolate(flat, either)' : - t.params.attribute.startsWith('@interpolate(flat'); + const expectSuccess = t.params.attribute.startsWith('@interpolate(flat'); t.expectCompileResult(expectSuccess, code); }); @@ -171,8 +162,7 @@ const kValidationTests = { }, trailing_comma_one_arg: { src: `@interpolate(flat,)`, - pass: true, - compatPass: false + pass: true }, trailing_comma_two_arg: { src: `@interpolate(perspective, center,)`, @@ -230,9 +220,6 @@ fn((t) => { @builtin(position) vec4 { return vec4f(0); }`; - const expectSuccess = - kValidationTests[t.params.attr].pass && ( - t.isCompatibility ? kValidationTests[t.params.attr].compatPass ?? true : true); - + const expectSuccess = kValidationTests[t.params.attr].pass; t.expectCompileResult(expectSuccess, code); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/util.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/util.js index 38659014c88..e04946968b7 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/util.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_io/util.js @@ -24,6 +24,13 @@ }) { let code = ''; + if (attribute.includes('subgroup')) { + code += 'enable subgroups;\n'; + } + if (attribute.includes('clip_distances')) { + code += 'enable clip_distances;\n'; + } + if (use_struct) { // Generate a struct that wraps the entry point IO variable. code += 'struct S {\n'; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_validation_test.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_validation_test.js index 82192482e21..ed0b3a09f93 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_validation_test.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/shader_validation_test.js @@ -119,9 +119,14 @@ export class ShaderValidationTest extends GPUTest { + + { const phonies = []; + if (args.statements !== undefined) { + phonies.push(...args.statements); + } if (args.constants !== undefined) { phonies.push(...keysOf(args.constants).map((c) => `_ = ${c};`)); } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/statement/phony.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/statement/phony.spec.js index da106d26fbc..bf5691a8e7b 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/statement/phony.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/statement/phony.spec.js @@ -169,4 +169,11 @@ fn f() { ${kTests[t.params.test].wgsl} }`; t.expectCompileResult(kTests[t.params.test].pass, code); +}); + +g.test('module_scope'). +desc(`Phony assignment is not valid at module scope`). +fn((t) => { + const code = `_ = 1; `; + t.expectCompileResult(false, code); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/types/textures.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/types/textures.spec.js index 085d450c297..e6e22057d6a 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/types/textures.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/types/textures.spec.js @@ -120,7 +120,7 @@ fn((t) => { const { format, access, comma } = t.params; // bgra8unorm is considered a valid storage format at shader compilation stage const isFormatValid = - isTextureFormatUsableAsStorageFormat(format, t.isCompatibility) || format === 'bgra8unorm'; + isTextureFormatUsableAsStorageFormat(format, false) || format === 'bgra8unorm'; const isAccessValid = kAccessModes.includes(access); const wgsl = `@group(0) @binding(0) var tex: texture_storage_2d<${format}, ${access}${comma}>;`; t.expectCompileResult(isFormatValid && isAccessValid, wgsl); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/uniformity/uniformity.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/uniformity/uniformity.spec.js index 2c7464aecc1..e5554c4a9c4 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/uniformity/uniformity.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/shader/validation/uniformity/uniformity.spec.js @@ -262,6 +262,14 @@ const kFragmentBuiltinValues = [ { builtin: `sample_mask`, type: `u32` +}, +{ + builtin: `subgroup_invocation_id`, + type: `u32` +}, +{ + builtin: `subgroup_size`, + type: `u32` }]; @@ -273,6 +281,10 @@ beforeAllSubcases((t) => { t.isCompatibility && ['sample_index', 'sample_mask'].includes(t.params.builtin), 'compatibility mode does not support sample_index or sample_mask' ); + const builtin = t.params.builtin; + if (builtin.includes('subgroup')) { + t.selectDeviceOrSkipTestCase('subgroups'); + } }). fn((t) => { let cond = ``; @@ -297,7 +309,9 @@ fn((t) => { unreachable(`Unhandled type`); } } + const enable = t.params.builtin.includes('subgroup') ? 'enable subgroups;' : ''; const code = ` +${enable} @group(0) @binding(0) var s : sampler; @group(0) @binding(1) var tex : texture_2d; @@ -338,12 +352,27 @@ const kComputeBuiltinValues = [ builtin: `num_workgroups`, type: `vec3`, uniform: true +}, +{ + builtin: `subgroup_invocation_id`, + type: `u32`, + uniform: false +}, +{ + builtin: `subgroup_size`, + type: `u32`, + uniform: true }]; g.test('compute_builtin_values'). desc(`Test uniformity of compute built-in values`). params((u) => u.combineWithParams(kComputeBuiltinValues).beginSubcases()). +beforeAllSubcases((t) => { + if (t.params.builtin.includes('subgroup')) { + t.selectDeviceOrSkipTestCase('subgroups'); + } +}). fn((t) => { let cond = ``; switch (t.params.type) { @@ -367,7 +396,9 @@ fn((t) => { unreachable(`Unhandled type`); } } + const enable = t.params.builtin.includes('subgroup') ? 'enable subgroups;' : ''; const code = ` +${enable} @compute @workgroup_size(16,1,1) fn main(@builtin(${t.params.builtin}) p : ${t.params.type}) { if ${cond} { @@ -776,6 +807,20 @@ const kPointerCases = { check: `contents`, uniform: `never`, needs_deref_sugar: true + }, + contents_rhs_pointer_swizzle_uniform: { + code: `func_vector = vec4(uniform_value); + let test_val = dot((&func_vector).yw, vec2());`, + check: `contents`, + uniform: true, + needs_deref_sugar: true + }, + contents_rhs_pointer_swizzle_non_uniform: { + code: `func_vector = vec4(nonuniform_value); + let test_val = dot((&func_vector).yw, vec2());`, + check: `contents`, + uniform: false, + needs_deref_sugar: true } }; @@ -815,6 +860,7 @@ fn needs_uniform(val : u32) -> u32{ fn main(@builtin(local_invocation_id) lid : vec3, @builtin(global_invocation_id) gid : vec3) { var func_scalar : u32; + var func_vector : vec4u; var func_array : array; var func_struct : Outer; diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/util/copy_to_texture.js b/tests/wpt/webgpu/tests/webgpu/webgpu/util/copy_to_texture.js index 5065bd11250..dc5ddad5aa9 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/util/copy_to_texture.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/util/copy_to_texture.js @@ -55,7 +55,7 @@ export const kCopySubrectInfo = [ }]; -export class CopyToTextureUtils extends TextureTestMixin(GPUTest) { +export class TextureUploadingUtils extends TextureTestMixin(GPUTest) { doFlipY( sourcePixels, width, diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/util/math.js b/tests/wpt/webgpu/tests/webgpu/webgpu/util/math.js index e44458cfbd9..816aa1e2775 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/util/math.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/util/math.js @@ -961,6 +961,17 @@ counts = counts.neg_norm = counts.neg_norm === undefined ? counts.pos_norm : counts.neg_norm; counts.neg_sub = counts.neg_sub === undefined ? counts.pos_sub : counts.neg_sub; + let special_pos = []; + // The first interior point for 'pos_norm' is at 3. Because we have two special values we start allowing these + // special values as soon as they will fit as interior values. + if (counts.pos_norm >= 4) { + special_pos = [ + // Largest float as signed integer + 0x4effffff, + // Largest float as unsigned integer + 0x4f7fffff]; + + } // Generating bit fields first and then converting to f32, so that the spread across the possible f32 values is more // even. Generating against the bounds of f32 values directly results in the values being extremely biased towards the // extremes, since they are so much larger. @@ -980,7 +991,14 @@ counts = kBit.f32.positive.subnormal.max, counts.pos_sub ), - ...linearRange(kBit.f32.positive.min, kBit.f32.positive.max, counts.pos_norm)]. + ...[ + ...linearRange( + kBit.f32.positive.min, + kBit.f32.positive.max, + counts.pos_norm - special_pos.length + ), + ...special_pos]. + sort((n1, n2) => n1 - n2)]. map(Math.trunc); return bit_fields.map(reinterpretU32AsF32); } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/util/shader.js b/tests/wpt/webgpu/tests/webgpu/webgpu/util/shader.js index c4fd89c3af6..88fe957a47a 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/util/shader.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/util/shader.js @@ -1,6 +1,6 @@ /** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/import { unreachable } from '../../common/util/util.js';export const kDefaultVertexShaderCode = ` +**/import { assert, unreachable } from '../../common/util/util.js';export const kDefaultVertexShaderCode = ` @vertex fn main() -> @builtin(position) vec4 { return vec4(0.0, 0.0, 0.0, 1.0); } @@ -109,7 +109,8 @@ outputs, -fragDepth = null) +fragDepth = null, +dualSourceBlending = false) { if (outputs.length === 0) { if (fragDepth) { @@ -165,10 +166,22 @@ fragDepth = null) unreachable(); } - outputStructString += `@location(${i}) o${i} : ${outputType},\n`; + if (dualSourceBlending) { + assert(i === 0 && outputs.length === 1); + outputStructString += ` + @location(0) @blend_src(0) o0 : ${outputType}, + @location(0) @blend_src(1) o0_blend : ${outputType}, + `; + resultStrings.push(resultStrings[0]); + break; + } else { + outputStructString += `@location(${i}) o${i} : ${outputType},\n`; + } } return ` + ${dualSourceBlending ? 'enable dual_source_blending;' : ''} + struct Outputs { ${outputStructString} } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture.js b/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture.js index bd7dd92f94e..f5448751784 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture.js @@ -1,9 +1,487 @@ /** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/import { assert } from '../../common/util/util.js'; +**/import { assert } from '../../common/util/util.js';import { isDepthOrStencilTextureFormat, kTextureFormatInfo } from '../format_info.js'; + import { getTextureCopyLayout } from './texture/layout.js'; -import { reifyExtent3D } from './unions.js'; +import { reifyExtent3D, reifyOrigin3D } from './unions.js'; + +// Note: For values that are supposedly unused we use 0.123 as a sentinel for +// float formats and 123 for integer formats. For example, rendering to r8unorm +// returns (v, 9.123, 0.123, 0.123). Since only v should be used this shouldn't +// matter but just in case we set it to 123 so it's more likely to cause an +// issue if something is wrong. +const kLoadValueFromStorageInfo = + + + + + + + +{ + r8unorm: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: ` + return vec4f(unpack4x8unorm(src[byteOffset / 4])[byteOffset % 4], 0.123, 0.123, 0.123) + ` + }, + r8uint: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: ` + return vec4u(unpack4xU8(src[byteOffset / 4])[byteOffset % 4], 123, 123, 123) + ` + }, + r8sint: { + storageType: 'u32', + texelType: 'vec4i', + unpackWGSL: ` + return vec4i(unpack4xI8(src[byteOffset / 4])[byteOffset % 4], 123, 123, 123) + ` + }, + rg8unorm: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: ` + let v = unpack4x8unorm(src[byteOffset / 4]); + return vec4f(select(v.rg, v.ba, byteOffset % 4 >= 2), 0.123, 0.123) + ` + }, + rg8uint: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: ` + let v = unpack4xU8(src[byteOffset / 4]); + return vec4u(select(v.rg, v.ba, byteOffset % 4 >= 2), 123, 123) + ` + }, + rg8sint: { + storageType: 'u32', + texelType: 'vec4i', + unpackWGSL: ` + let v = unpack4xI8(src[byteOffset / 4]); + return vec4i(select(v.rg, v.ba, byteOffset % 4 >= 2), 123, 123) + ` + }, + rgba8unorm: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: 'return unpack4x8unorm(src[byteOffset / 4])' + }, + 'rgba8unorm-srgb': { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: ` + let v = unpack4x8unorm(src[byteOffset / 4]); + let srgb = select( + v / 12.92, + pow((v + 0.055) / 1.055, vec4f(2.4)), + v >= vec4f(0.04045) + ); + return vec4f(srgb.rgb, v.a); + ` + }, + bgra8unorm: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: 'return unpack4x8unorm(src[byteOffset / 4]).bgra' + }, + 'bgra8unorm-srgb': { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: ` + let v = unpack4x8unorm(src[byteOffset / 4]); + let srgb = select( + v / 12.92, + pow((v + 0.055) / 1.055, vec4f(2.4)), + v >= vec4f(0.04045) + ); + return vec4f(srgb.bgr, v.a); + ` + }, + rgba8uint: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: 'return unpack4xU8(src[byteOffset / 4])' + }, + rgba8sint: { + storageType: 'u32', + texelType: 'vec4i', + unpackWGSL: 'return unpack4xI8(src[byteOffset / 4])' + }, + r16float: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: + 'return vec4f(unpack2x16float(src[byteOffset / 4])[byteOffset % 4 / 2], 0.123, 0.123, 0.123)' + }, + r16uint: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: + 'return vec4u(extractBits(src[byteOffset / 4], (byteOffset % 4 / 2 * 16), 16), 123, 123, 123)' + }, + r16sint: { + storageType: 'i32', + texelType: 'vec4i', + unpackWGSL: + 'return vec4i(extractBits(src[byteOffset / 4], byteOffset % 4 / 2 * 16, 16), 123, 123, 123)' + }, + rg16float: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: 'return vec4f(unpack2x16float(src[byteOffset / 4]), 0.123, 0.123)' + }, + rg16uint: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: ` + let v = src[byteOffset / 4]; + return vec4u(v & 0xFFFF, v >> 16, 123, 123) + ` + }, + rg16sint: { + storageType: 'i32', + texelType: 'vec4i', + unpackWGSL: ` + let v = src[byteOffset / 4]; + return vec4i( + extractBits(v, 0, 16), + extractBits(v, 16, 16), + 123, 123) + ` + }, + rgba16float: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: ` + return vec4f( + unpack2x16float(src[byteOffset / 4]), + unpack2x16float(src[byteOffset / 4 + 1])) + ` + }, + rgba16uint: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: ` + let v0 = src[byteOffset / 4]; + let v1 = src[byteOffset / 4 + 1]; + return vec4u(v0 & 0xFFFF, v0 >> 16, v1 & 0xFFFF, v1 >> 16) + ` + }, + rgba16sint: { + storageType: 'i32', + texelType: 'vec4i', + unpackWGSL: ` + let v0 = src[byteOffset / 4]; + let v1 = src[byteOffset / 4 + 1]; + return vec4i( + extractBits(v0, 0, 16), + extractBits(v0, 16, 16), + extractBits(v1, 0, 16), + extractBits(v1, 16, 16), + ) + ` + }, + r32float: { + storageType: 'f32', + texelType: 'vec4f', + unpackWGSL: 'return vec4f(src[byteOffset / 4], 0.123, 0.123, 0.123)' + }, + rgb10a2uint: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: ` + let v = src[byteOffset / 4]; + return vec4u( + extractBits(v, 0, 10), + extractBits(v, 10, 10), + extractBits(v, 20, 10), + extractBits(v, 30, 2), + ) + ` + }, + rgb10a2unorm: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: ` + let v = src[byteOffset / 4]; + return vec4f( + f32(extractBits(v, 0, 10)) / f32(0x3FF), + f32(extractBits(v, 10, 10)) / f32(0x3FF), + f32(extractBits(v, 20, 10)) / f32(0x3FF), + f32(extractBits(v, 30, 2)) / f32(0x3), + ) + ` + }, + depth16unorm: { + storageType: 'u32', + texelType: 'vec4f', + unpackWGSL: ` + let v = unpack2x16unorm(src[byteOffset / 4])[byteOffset % 4 / 2]; + return vec4f(v, 0.123, 0.123, 0.123) + `, + useFragDepth: true + }, + depth32float: { + storageType: 'f32', + texelType: 'vec4f', + unpackWGSL: ` + let v = src[byteOffset / 4]; + return vec4f(v, 0.123, 0.123, 0.123) + `, + useFragDepth: true + }, + stencil8: { + storageType: 'u32', + texelType: 'vec4u', + unpackWGSL: ` + return vec4u(unpack4xU8(src[byteOffset / 4])[byteOffset % 4], 123, 123, 123) + `, + discardWithStencil: true + } +}; + +function getCopyBufferToTextureViaRenderCode(format) { + const info = kLoadValueFromStorageInfo[format]; + assert(!!info); + const { storageType, texelType, unpackWGSL, useFragDepth, discardWithStencil } = info; + + const [depthDecl, depthCode] = useFragDepth ? + ['@builtin(frag_depth) d: f32,', 'fs.d = fs.v[0];'] : + ['', '']; + + const stencilCode = discardWithStencil ? 'if ((fs.v.r & vin.stencilMask) == 0) { discard; }' : ''; + + return ` + struct Uniforms { + numTexelRows: u32, + bytesPerRow: u32, + bytesPerSample: u32, + sampleCount: u32, + }; + + struct VSOutput { + @builtin(position) pos: vec4f, + @location(0) @interpolate(flat, either) sampleIndex: u32, + @location(1) @interpolate(flat, either) stencilMask: u32, + }; + + @vertex fn vs(@builtin(vertex_index) vNdx: u32, @builtin(instance_index) iNdx: u32) -> VSOutput { + let points = array( + vec2f(0, 0), vec2f(1, 0), vec2f(0, 1), vec2f(1, 1), + ); + let sampleRow = vNdx / 4; + let numSampleRows = f32(uni.numTexelRows * uni.sampleCount); + let rowOffset = f32(sampleRow) / numSampleRows; + let rowMult = 1.0 / numSampleRows; + let p = (points[vNdx % 4] * vec2f(1, rowMult) + vec2f(0, rowOffset)) * 2.0 - 1.0; + return VSOutput( + vec4f(p, 0, 1), + uni.sampleCount - sampleRow % uni.sampleCount - 1, + 1u << iNdx); + } + + @group(0) @binding(0) var uni: Uniforms; + @group(0) @binding(1) var src: array<${storageType}>; + + fn unpack(byteOffset: u32) -> ${texelType} { + ${unpackWGSL}; + } + + struct FSOutput { + @location(0) v: ${texelType}, + ${depthDecl} + }; + + @fragment fn fs(vin: VSOutput) -> FSOutput { + let coord = vec2u(vin.pos.xy); + let byteOffset = + coord.y * uni.bytesPerRow + + (coord.x * uni.sampleCount + vin.sampleIndex) * uni.bytesPerSample; + var fs: FSOutput; + fs.v = unpack(byteOffset); + ${depthCode} + ${stencilCode} + return fs; + } + `; +} + +const s_copyBufferToTextureViaRenderPipelines = new WeakMap( + + +); + +function copyBufferToTextureViaRender( +t, +encoder, +source, +dest, +size) +{ + const { format, sampleCount } = dest.texture; + const origin = reifyOrigin3D(dest.origin ?? [0]); + const copySize = reifyExtent3D(size); + + const msInfo = kLoadValueFromStorageInfo[format]; + assert(!!msInfo); + const { useFragDepth, discardWithStencil } = msInfo; + + const { device } = t; + const numBlits = discardWithStencil ? 8 : 1; + for (let blitCount = 0; blitCount < numBlits; ++blitCount) { + const code = getCopyBufferToTextureViaRenderCode(format); + const stencilWriteMask = 1 << blitCount; + const id = JSON.stringify({ + format, + useFragDepth, + stencilWriteMask, + discardWithStencil, + sampleCount, + code + }); + const pipelines = + s_copyBufferToTextureViaRenderPipelines.get(device) ?? new Map(); + s_copyBufferToTextureViaRenderPipelines.set(device, pipelines); + let pipeline = pipelines.get(id); + if (!pipeline) { + const module = device.createShaderModule({ code }); + pipeline = device.createRenderPipeline({ + label: `blitCopyFor-${format}`, + layout: 'auto', + vertex: { module }, + ...(discardWithStencil ? + { + fragment: { + module, + targets: [] + }, + depthStencil: { + depthWriteEnabled: false, + depthCompare: 'always', + format, + stencilWriteMask, + stencilFront: { + passOp: 'replace' + } + } + } : + useFragDepth ? + { + fragment: { + module, + targets: [] + }, + depthStencil: { + depthWriteEnabled: true, + depthCompare: 'always', + format + } + } : + { + fragment: { + module, + targets: [{ format }] + } + }), + primitive: { + topology: 'triangle-strip' + }, + ...(sampleCount > 1 && { multisample: { count: sampleCount } }) + }); + pipelines.set(id, pipeline); + } + + const info = kTextureFormatInfo[format]; + const uniforms = new Uint32Array([ + copySize.height, // numTexelRows: u32, + source.bytesPerRow, // bytesPerRow: u32, + info.bytesPerBlock, // bytesPerSample: u32, + dest.texture.sampleCount // sampleCount: u32, + ]); + const uniformBuffer = t.makeBufferWithContents( + uniforms, + GPUBufferUsage.COPY_DST | GPUBufferUsage.UNIFORM + ); + const storageBuffer = t.createBufferTracked({ + size: source.buffer.size, + usage: GPUBufferUsage.COPY_DST | GPUBufferUsage.STORAGE + }); + encoder.copyBufferToBuffer(source.buffer, 0, storageBuffer, 0, storageBuffer.size); + const baseMipLevel = dest.mipLevel; + for (let l = 0; l < copySize.depthOrArrayLayers; ++l) { + const baseArrayLayer = origin.z + l; + const mipLevelCount = 1; + const arrayLayerCount = 1; + const pass = encoder.beginRenderPass( + discardWithStencil ? + { + colorAttachments: [], + depthStencilAttachment: { + view: dest.texture.createView({ + baseMipLevel, + baseArrayLayer, + mipLevelCount, + arrayLayerCount + }), + stencilClearValue: 0, + stencilLoadOp: 'load', + stencilStoreOp: 'store' + } + } : + useFragDepth ? + { + colorAttachments: [], + depthStencilAttachment: { + view: dest.texture.createView({ + baseMipLevel, + baseArrayLayer, + mipLevelCount, + arrayLayerCount + }), + depthClearValue: 0, + depthLoadOp: 'clear', + depthStoreOp: 'store' + } + } : + { + colorAttachments: [ + { + view: dest.texture.createView({ + baseMipLevel, + baseArrayLayer, + mipLevelCount, + arrayLayerCount + }), + loadOp: 'clear', + storeOp: 'store' + }] + + } + ); + pass.setViewport(origin.x, origin.y, copySize.width, copySize.height, 0, 1); + pass.setPipeline(pipeline); + + const offset = + (source.offset ?? 0) + (source.bytesPerRow ?? 0) * (source.rowsPerImage ?? 0) * l; + const bindGroup = device.createBindGroup({ + layout: pipeline.getBindGroupLayout(0), + entries: [ + { binding: 0, resource: { buffer: uniformBuffer } }, + { binding: 1, resource: { buffer: storageBuffer, offset } }] + + }); + + pass.setBindGroup(0, bindGroup); + pass.setStencilReference(0xff); + pass.draw(4 * copySize.height * dest.texture.sampleCount, 1, 0, blitCount); + pass.end(); + } + } +} /** * Creates a mipmapped texture where each mipmap level's (`i`) content is @@ -22,7 +500,7 @@ desc) // Create the texture and then initialize each mipmap level separately. const texture = t.createTextureTracked({ ...desc, - format: texelViews[0].format, + format, usage: desc.usage | GPUTextureUsage.COPY_DST, mipLevelCount: texelViews.length }); @@ -52,16 +530,27 @@ desc) bytesPerRow, rowsPerImage: mipHeight, subrectOrigin: [0, 0, 0], - subrectSize: [mipWidth, mipHeight, mipDepthOrArray] + subrectSize: [mipWidth, mipHeight, mipDepthOrArray], + sampleCount: texture.sampleCount }); stagingBuffer.unmap(); - // Copy from the staging buffer into the texture. - commandEncoder.copyBufferToTexture( - { buffer: stagingBuffer, bytesPerRow, rowsPerImage }, - { texture, mipLevel }, - [mipWidth, mipHeight, mipDepthOrArray] - ); + if (texture.sampleCount > 1 || isDepthOrStencilTextureFormat(format)) { + copyBufferToTextureViaRender( + t, + commandEncoder, + { buffer: stagingBuffer, bytesPerRow, rowsPerImage }, + { texture, mipLevel }, + [mipWidth, mipHeight, mipDepthOrArray] + ); + } else { + // Copy from the staging buffer into the texture. + commandEncoder.copyBufferToTexture( + { buffer: stagingBuffer, bytesPerRow, rowsPerImage }, + { texture, mipLevel }, + [mipWidth, mipHeight, mipDepthOrArray] + ); + } } t.device.queue.submit([commandEncoder.finish()]); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/base.js b/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/base.js index 282f6a95a47..a8f921e7b0b 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/base.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/base.js @@ -3,6 +3,8 @@ **/import { assert, unreachable } from '../../../common/util/util.js';import { kTextureFormatInfo } from '../../format_info.js';import { align } from '../../util/math.js'; import { reifyExtent3D } from '../../util/unions.js'; + + /** * Compute the maximum mip level count allowed for a given texture size and texture dimension. */ @@ -237,6 +239,7 @@ view) const format = view.format ?? texture.format; const mipLevelCount = view.mipLevelCount ?? texture.mipLevelCount - baseMipLevel; const dimension = view.dimension ?? defaultViewDimensionsForTexture(texture); + const usage = (view.usage ?? 0) === 0 ? texture.usage : view.usage; let arrayLayerCount = view.arrayLayerCount; if (arrayLayerCount === undefined) { @@ -253,6 +256,7 @@ view) format, dimension, aspect, + usage, baseMipLevel, mipLevelCount, baseArrayLayer, @@ -267,12 +271,15 @@ view) */ export function* fullSubrectCoordinates( subrectOrigin, -subrectSize) +subrectSize, +sampleCount = 1) { for (let z = subrectOrigin.z; z < subrectOrigin.z + subrectSize.depthOrArrayLayers; ++z) { for (let y = subrectOrigin.y; y < subrectOrigin.y + subrectSize.height; ++y) { for (let x = subrectOrigin.x; x < subrectOrigin.x + subrectSize.width; ++x) { - yield { x, y, z }; + for (let sampleIndex = 0; sampleIndex < sampleCount; ++sampleIndex) { + yield { x, y, z, sampleIndex }; + } } } } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/texel_view.js b/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/texel_view.js index e61baf99e44..532c9fbc722 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/texel_view.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/util/texture/texel_view.js @@ -56,7 +56,9 @@ export class TexelView { bytesPerRow, rowsPerImage, subrectOrigin, - subrectSize + subrectSize, + sampleCount = 1 + @@ -83,7 +85,9 @@ export class TexelView { const imageOffsetInRows = (coords.z - origin.z) * rowsPerImage; const rowOffset = (imageOffsetInRows + (coords.y - origin.y)) * bytesPerRow; - const offset = rowOffset + (coords.x - origin.x) * info.bytesPerBlock; + const offset = + rowOffset + + ((coords.x - origin.x) * sampleCount + (coords.sampleIndex ?? 0)) * info.bytesPerBlock; // MAINTENANCE_TODO: To support block formats, decode the block and then index into the result. return subrectData.subarray(offset, offset + info.bytesPerBlock); @@ -136,7 +140,9 @@ export class TexelView { bytesPerRow, rowsPerImage, subrectOrigin: subrectOrigin_, - subrectSize: subrectSize_ + subrectSize: subrectSize_, + sampleCount = 1 + @@ -153,8 +159,12 @@ export class TexelView { for (let z = subrectOrigin.z; z < subrectOrigin.z + subrectSize.depthOrArrayLayers; ++z) { for (let y = subrectOrigin.y; y < subrectOrigin.y + subrectSize.height; ++y) { for (let x = subrectOrigin.x; x < subrectOrigin.x + subrectSize.width; ++x) { - const start = (z * rowsPerImage + y) * bytesPerRow + x * info.bytesPerBlock; - memcpy({ src: this.bytes({ x, y, z }) }, { dst: subrectData, start }); + for (let sampleIndex = 0; sampleIndex < sampleCount; ++sampleIndex) { + const start = + (z * rowsPerImage + y) * bytesPerRow + + (x * sampleCount + sampleIndex) * info.bytesPerBlock; + memcpy({ src: this.bytes({ x, y, z, sampleIndex }) }, { dst: subrectData, start }); + } } } } diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/canvas/configure.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/canvas/configure.spec.js index 58ebfb4af58..c4ff5ad4fbc 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/canvas/configure.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/canvas/configure.spec.js @@ -5,7 +5,7 @@ Tests for GPUCanvasContext.configure. TODO: - Test colorSpace -- Test viewFormats +- Test toneMapping `;import { makeTestGroup } from '../../../common/framework/test_group.js'; import { assert } from '../../../common/util/util.js'; import { kCanvasTextureFormats, kTextureUsages } from '../../capability_info.js'; @@ -42,6 +42,16 @@ fn((t) => { format: 'rgba8unorm' }); + const configuration = ctx.getConfiguration(); + assert(configuration !== null); + t.expect(configuration.device === t.device); + t.expect(configuration.format === 'rgba8unorm'); + t.expect(configuration.usage === GPUTextureUsage.RENDER_ATTACHMENT); + t.expect(configuration.viewFormats.length === 0); + t.expect(configuration.colorSpace === 'srgb'); + t.expect(configuration.toneMapping.mode === 'standard'); + t.expect(configuration.alphaMode === 'opaque'); + const currentTexture = ctx.getCurrentTexture(); t.expect(currentTexture.format === 'rgba8unorm'); t.expect(currentTexture.usage === GPUTextureUsage.RENDER_ATTACHMENT); @@ -69,6 +79,9 @@ fn((t) => { const ctx = canvas.getContext('webgpu'); assert(ctx instanceof GPUCanvasContext, 'Failed to get WebGPU context from canvas'); + // getConfiguration returns null before configure. + t.expect(ctx.getConfiguration() === null); + // Calling configure without a device should throw a TypeError. t.shouldThrow('TypeError', () => { ctx.configure({ @@ -84,9 +97,21 @@ fn((t) => { // Calling configure with a device should succeed. ctx.configure({ device: t.device, - format: 'rgba8unorm' + format: 'rgba8unorm', + alphaMode: 'opaque' }); + // getConfiguration will succeed after configure. + const configuration = ctx.getConfiguration(); + assert(configuration !== null); + t.expect(configuration.device === t.device); + t.expect(configuration.format === 'rgba8unorm'); + t.expect(configuration.usage === GPUTextureUsage.RENDER_ATTACHMENT); + t.expect(configuration.viewFormats.length === 0); + t.expect(configuration.colorSpace === 'srgb'); + t.expect(configuration.toneMapping.mode === 'standard'); + t.expect(configuration.alphaMode === 'opaque'); + // getCurrentTexture will succeed with a valid device. ctx.getCurrentTexture(); @@ -96,12 +121,27 @@ fn((t) => { ctx.getCurrentTexture(); }); + // getConfiguration returns null after unconfigure. + t.expect(ctx.getConfiguration() === null); + // Should be able to successfully configure again after unconfiguring. ctx.configure({ device: t.device, - format: 'rgba8unorm' + format: 'rgba8unorm', + alphaMode: 'premultiplied' }); ctx.getCurrentTexture(); + + // getConfiguration will succeed after configure. + const newConfiguration = ctx.getConfiguration(); + assert(newConfiguration !== null); + t.expect(newConfiguration.device === t.device); + t.expect(newConfiguration.format === 'rgba8unorm'); + t.expect(newConfiguration.usage === GPUTextureUsage.RENDER_ATTACHMENT); + t.expect(newConfiguration.viewFormats.length === 0); + t.expect(newConfiguration.colorSpace === 'srgb'); + t.expect(newConfiguration.toneMapping.mode === 'standard'); + t.expect(newConfiguration.alphaMode === 'premultiplied'); }); g.test('format'). @@ -133,18 +173,21 @@ fn((t) => { } } - t.expectValidationError(() => { + if (validFormat) { ctx.configure({ device: t.device, format }); - }, !validFormat); - - t.expectValidationError(() => { - // Should always return a texture, whether the configured format was valid or not. - const currentTexture = ctx.getCurrentTexture(); - t.expect(currentTexture instanceof GPUTexture); - }, !validFormat); + const configuration = ctx.getConfiguration(); + t.expect(configuration.format === format); + } else { + t.shouldThrow('TypeError', () => { + ctx.configure({ + device: t.device, + format + }); + }); + } }); g.test('usage'). @@ -179,6 +222,9 @@ fn((t) => { usage }); + const configuration = ctx.getConfiguration(); + t.expect(configuration.usage === usage); + const currentTexture = ctx.getCurrentTexture(); t.expect(currentTexture instanceof GPUTexture); t.expect(currentTexture.usage === usage); @@ -289,6 +335,9 @@ fn((t) => { alphaMode }); + const configuration = ctx.getConfiguration(); + t.expect(configuration.alphaMode === alphaMode); + const currentTexture = ctx.getCurrentTexture(); t.expect(currentTexture instanceof GPUTexture); }); @@ -412,6 +461,9 @@ fn((t) => { }); }, !compatible); + const viewFormats = ctx.getConfiguration().viewFormats; + t.expect(viewFormats[0] === viewFormat); + // Likewise for getCurrentTexture(). let currentTexture; t.expectValidationError(() => { diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap.spec.js index 0ec99fdc591..df5e9bfe33a 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap.spec.js @@ -12,11 +12,11 @@ TODO: Test ImageBitmap generated from all possible ImageBitmapSource, relevant I TODO: Test zero-sized copies from all sources (just make sure params cover it) (e.g. 0x0, 0x4, 4x0). `;import { makeTestGroup } from '../../../common/framework/test_group.js'; import { kTextureFormatInfo, kValidTextureFormatsForCopyE2T } from '../../format_info.js'; -import { CopyToTextureUtils, kCopySubrectInfo } from '../../util/copy_to_texture.js'; +import { TextureUploadingUtils, kCopySubrectInfo } from '../../util/copy_to_texture.js'; import { kTestColorsAll, kTestColorsOpaque, makeTestColorsTexelView } from './util.js'; -export const g = makeTestGroup(CopyToTextureUtils); +export const g = makeTestGroup(TextureUploadingUtils); g.test('from_ImageData'). desc( diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageData.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageData.spec.js index 32000fbb011..aed20626d9e 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageData.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/ImageData.spec.js @@ -4,11 +4,11 @@ copyExternalImageToTexture from ImageData source. `;import { makeTestGroup } from '../../../common/framework/test_group.js'; import { kTextureFormatInfo, kValidTextureFormatsForCopyE2T } from '../../format_info.js'; -import { CopyToTextureUtils, kCopySubrectInfo } from '../../util/copy_to_texture.js'; +import { TextureUploadingUtils, kCopySubrectInfo } from '../../util/copy_to_texture.js'; import { kTestColorsAll, makeTestColorsTexelView } from './util.js'; -export const g = makeTestGroup(CopyToTextureUtils); +export const g = makeTestGroup(TextureUploadingUtils); g.test('from_ImageData'). desc( diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/canvas.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/canvas.spec.js index 5903908611c..71cbdc8ec3b 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/canvas.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/canvas.spec.js @@ -10,11 +10,11 @@ import { kValidTextureFormatsForCopyE2T } from '../../format_info.js'; -import { CopyToTextureUtils } from '../../util/copy_to_texture.js'; +import { TextureUploadingUtils } from '../../util/copy_to_texture.js'; import { kAllCanvasTypes, createCanvas } from '../../util/create_elements.js'; -class F extends CopyToTextureUtils { +class F extends TextureUploadingUtils { init2DCanvasContentWithColorSpace({ width, height, diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/image.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/image.spec.js index 1e8fed51d6f..05490a00e0a 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/image.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/copyToTexture/image.spec.js @@ -5,7 +5,7 @@ copyExternalImageToTexture from HTMLImageElement source. `;import { makeTestGroup } from '../../../common/framework/test_group.js'; import { raceWithRejectOnTimeout } from '../../../common/util/util.js'; import { kTextureFormatInfo, kValidTextureFormatsForCopyE2T } from '../../format_info.js'; -import { CopyToTextureUtils, kCopySubrectInfo } from '../../util/copy_to_texture.js'; +import { TextureUploadingUtils, kCopySubrectInfo } from '../../util/copy_to_texture.js'; import { kTestColorsOpaque, makeTestColorsTexelView } from './util.js'; @@ -21,7 +21,7 @@ async function decodeImageFromCanvas(canvas) { return image; } -export const g = makeTestGroup(CopyToTextureUtils); +export const g = makeTestGroup(TextureUploadingUtils); g.test('from_image'). desc( diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/external_texture/video.spec.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/external_texture/video.spec.js index 908287b3b04..e7a1f11f9c4 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/external_texture/video.spec.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/external_texture/video.spec.js @@ -9,12 +9,14 @@ Tests for external textures from HTMLVideoElement (and other video-type sources? TODO: consider whether external_texture and copyToTexture video tests should be in the same file TODO(#3193): Test video in BT.2020 color space `;import { makeTestGroup } from '../../../common/framework/test_group.js'; -import { GPUTest, TextureTestMixin } from '../../gpu_test.js'; + +import { TextureUploadingUtils } from '../../util/copy_to_texture.js'; import { createCanvas } from '../../util/create_elements.js'; import { startPlayingAndWaitForVideo, getVideoFrameFromVideoElement, getVideoElement, + captureCameraFrame, convertToUnorm8, kPredefinedColorSpace, kVideoNames, @@ -26,7 +28,7 @@ const kHeight = 16; const kWidth = 16; const kFormat = 'rgba8unorm'; -export const g = makeTestGroup(TextureTestMixin(GPUTest)); +export const g = makeTestGroup(TextureUploadingUtils); function createExternalTextureSamplingTestPipeline( t, @@ -37,16 +39,34 @@ colorAttachmentFormat = kFormat) vertex: { module: t.device.createShaderModule({ code: ` - @vertex fn main(@builtin(vertex_index) VertexIndex : u32) -> @builtin(position) vec4 { - var pos = array, 6>( - vec4( 1.0, 1.0, 0.0, 1.0), - vec4( 1.0, -1.0, 0.0, 1.0), - vec4(-1.0, -1.0, 0.0, 1.0), - vec4( 1.0, 1.0, 0.0, 1.0), - vec4(-1.0, -1.0, 0.0, 1.0), - vec4(-1.0, 1.0, 0.0, 1.0) + struct VertexOutput { + @builtin(position) Position : vec4f, + @location(0) fragUV : vec2f, + } + + @vertex fn main(@builtin(vertex_index) VertexIndex : u32) -> VertexOutput { + const pos = array( + vec2( 1.0, 1.0), + vec2( 1.0, -1.0), + vec2(-1.0, -1.0), + vec2( 1.0, 1.0), + vec2(-1.0, -1.0), + vec2(-1.0, 1.0), ); - return pos[VertexIndex]; + + const uv = array( + vec2(1.0, 0.0), + vec2(1.0, 1.0), + vec2(0.0, 1.0), + vec2(1.0, 0.0), + vec2(0.0, 1.0), + vec2(0.0, 0.0), + ); + + var output : VertexOutput; + output.Position = vec4(pos[VertexIndex], 0.0, 1.0); + output.fragUV = uv[VertexIndex]; + return output; } ` }), @@ -58,9 +78,9 @@ colorAttachmentFormat = kFormat) @group(0) @binding(0) var s : sampler; @group(0) @binding(1) var t : texture_external; - @fragment fn main(@builtin(position) FragCoord : vec4) - -> @location(0) vec4 { - return textureSampleBaseClampToEdge(t, s, FragCoord.xy / vec2(16.0, 16.0)); + @fragment fn main(@location(0) fragUV : vec2f) + -> @location(0) vec4f { + return textureSampleBaseClampToEdge(t, s, fragUV); } ` }), @@ -602,4 +622,100 @@ fn(async (t) => { { coord: { x: 1, y: 1 }, exp: convertToUnorm8(presentColors[expect.bottomRightColor]) }] ); }); +}); + +g.test('importExternalTexture,cameraCapture'). +desc( + ` +Tests that we can import an VideoFrame from webcam into a GPUExternalTexture, sample from it and +compared with 2d canvas rendering result. +` +). +params((u) => +u // +.combineWithParams(checkNonStandardIsZeroCopyIfAvailable()). +combine('dstColorSpace', kPredefinedColorSpace) +). +fn(async (t) => { + const { dstColorSpace } = t.params; + + const frame = await captureCameraFrame(t); + + if (frame.displayHeight === 0 || frame.displayWidth === 0) { + t.skip('Captured video frame has 0 height or width.'); + } + + const frameWidth = frame.displayWidth; + const frameHeight = frame.displayHeight; + + // Use WebGPU + GPUExternalTexture to render the captured frame. + const colorAttachment = t.createTextureTracked({ + format: kFormat, + size: { width: frameWidth, height: frameHeight }, + usage: GPUTextureUsage.COPY_SRC | GPUTextureUsage.RENDER_ATTACHMENT + }); + + const pipeline = createExternalTextureSamplingTestPipeline(t); + const bindGroup = createExternalTextureSamplingTestBindGroup( + t, + t.params.checkNonStandardIsZeroCopy, + frame, + pipeline, + dstColorSpace + ); + + const commandEncoder = t.device.createCommandEncoder(); + const passEncoder = commandEncoder.beginRenderPass({ + colorAttachments: [ + { + view: colorAttachment.createView(), + clearValue: { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }, + loadOp: 'clear', + storeOp: 'store' + }] + + }); + passEncoder.setPipeline(pipeline); + passEncoder.setBindGroup(0, bindGroup); + passEncoder.draw(6); + passEncoder.end(); + t.device.queue.submit([commandEncoder.finish()]); + + // Use 2d context canvas as expected result. + const canvas = createCanvas(t, 'onscreen', frameWidth, frameHeight); + + const canvasContext = canvas.getContext('2d', { colorSpace: dstColorSpace }); + + if (canvasContext === null) { + t.skip(' onscreen canvas 2d context not available'); + } + + const ctx = canvasContext; + ctx.drawImage(frame, 0, 0, frameWidth, frameHeight); + + const imageData = ctx.getImageData(0, 0, frameWidth, frameHeight, { + colorSpace: dstColorSpace + }); + + const expectedView = t.getExpectedDstPixelsFromSrcPixels({ + srcPixels: imageData.data, + srcOrigin: [0, 0], + srcSize: [frameWidth, frameHeight], + dstOrigin: [0, 0], + dstSize: [frameWidth, frameHeight], + subRectSize: [frameWidth, frameHeight], + format: 'rgba8unorm', + flipSrcBeforeCopy: false, + srcDoFlipYDuringCopy: false, + conversion: { + srcPremultiplied: false, + dstPremultiplied: true + } + }); + + t.expectTexelViewComparisonIsOkInTexture({ texture: colorAttachment }, expectedView, [ + frameWidth, + frameHeight, + 1] + ); }); \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/reftests/gpu_ref_test.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/reftests/gpu_ref_test.js index ae7c29d98c3..603c8a848d8 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/reftests/gpu_ref_test.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/reftests/gpu_ref_test.js @@ -1,6 +1,6 @@ /** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts -**/import { assert } from '../../../common/util/util.js';import { takeScreenshotDelayed } from '../../../common/util/wpt_reftest_wait.js'; +**/import { assert } from '../../../common/util/util.js';import { takeScreenshot, takeScreenshotDelayed } from '../../../common/util/wpt_reftest_wait.js'; @@ -22,5 +22,8 @@ export function runRefTest(fn) { await fn({ device, queue }); takeScreenshotDelayed(50); - })(); + })().catch(() => { + // remove reftest-wait to mark end of test + takeScreenshot(); + }); } \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/util.js b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/util.js index dc66e3c70dc..7d7b5ea97d6 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/util.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/web_platform/util.js @@ -466,7 +466,9 @@ video) return raceWithRejectOnTimeout( new Promise((resolve) => { - const videoTrack = video.captureStream().getVideoTracks()[0]; + const videoTrack = video. + captureStream(). + getVideoTracks()[0]; const trackProcessor = new MediaStreamTrackProcessor({ track: videoTrack }); @@ -546,4 +548,61 @@ timeoutMessage) }); const promise = raceWithRejectOnTimeout(promiseWithoutTimeout, 2000, timeoutMessage); return { promise, callbackAndResolve: callbackAndResolve }; +} + +/** + * Create VideoFrame from camera captured frame. Check whether browser environment has + * camera supported. + * Returns a webcodec VideoFrame. + * + * @param test: GPUTest that requires getting VideoFrame + * + */ +export async function captureCameraFrame(test) { + if ( + typeof navigator.mediaDevices === 'undefined' || + typeof navigator.mediaDevices.getUserMedia === 'undefined') + { + test.skip("Browser doesn't support capture frame from camera."); + } + + const stream = await navigator.mediaDevices.getUserMedia({ video: true }); + const track = stream.getVideoTracks()[0]; + + if (!track) { + test.skip("Doesn't have valid camera captured stream for testing."); + } + + // Use MediaStreamTrackProcessor and ReadableStream to generate video frame directly. + if (typeof MediaStreamTrackProcessor !== 'undefined') { + const trackProcessor = new MediaStreamTrackProcessor({ track }); + const reader = trackProcessor.readable.getReader(); + const result = await reader.read(); + if (result.done) { + test.skip('MediaStreamTrackProcessor: Cannot get valid frame from readable stream.'); + } + + return result.value; + } + + // Fallback to ImageCapture if MediaStreamTrackProcessor not supported. Using grabFrame() to + // generate imageBitmap and creating video frame from it. + if (typeof ImageCapture !== 'undefined') { + const imageCapture = new ImageCapture(track); + const imageBitmap = await imageCapture.grabFrame(); + return new VideoFrame(imageBitmap); + } + + // Fallback to using HTMLVideoElement to do capture. + if (typeof HTMLVideoElement === 'undefined') { + test.skip('Try to use HTMLVideoElement do capture but HTMLVideoElement not available.'); + } + + const video = document.createElement('video'); + video.srcObject = stream; + + const frame = await getVideoFrameFromVideoElement(test, video); + test.trackForCleanup(frame); + + return frame; } \ No newline at end of file diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/capability_checks/limits/maxInterStageShaderComponents.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/capability_checks/features/clip_distances.as_worker.js similarity index 84% rename from tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/capability_checks/limits/maxInterStageShaderComponents.as_worker.js rename to tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/capability_checks/features/clip_distances.as_worker.js index 5141c00a5c4..9b22d7c1a6f 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/capability_checks/limits/maxInterStageShaderComponents.as_worker.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/capability_checks/features/clip_distances.as_worker.js @@ -1,6 +1,6 @@ // AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. -import { g } from '../../../../../api/validation/capability_checks/limits/maxInterStageShaderComponents.spec.js'; +import { g } from '../../../../../api/validation/capability_checks/features/clip_distances.spec.js'; import { wrapTestGroupForWorker } from '../../../../../../common/runtime/helper/wrap_for_worker.js'; wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/render_pipeline/float32_blendable.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/render_pipeline/float32_blendable.as_worker.js new file mode 100644 index 00000000000..2e555731925 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/api/validation/render_pipeline/float32_blendable.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../api/validation/render_pipeline/float32_blendable.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/compat/api/validation/shader_module/shader_module.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/compat/api/validation/render_pipeline/unsupported_wgsl.as_worker.js similarity index 68% rename from tests/wpt/webgpu/tests/webgpu/webgpu/webworker/compat/api/validation/shader_module/shader_module.as_worker.js rename to tests/wpt/webgpu/tests/webgpu/webgpu/webworker/compat/api/validation/render_pipeline/unsupported_wgsl.as_worker.js index dca678fc5c2..73253239ce4 100644 --- a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/compat/api/validation/shader_module/shader_module.as_worker.js +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/compat/api/validation/render_pipeline/unsupported_wgsl.as_worker.js @@ -1,6 +1,6 @@ // AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. -import { g } from '../../../../../compat/api/validation/shader_module/shader_module.spec.js'; +import { g } from '../../../../../compat/api/validation/render_pipeline/unsupported_wgsl.spec.js'; import { wrapTestGroupForWorker } from '../../../../../../common/runtime/helper/wrap_for_worker.js'; wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadBroadcast.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadBroadcast.as_worker.js new file mode 100644 index 00000000000..fa7e498be73 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadBroadcast.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/quadBroadcast.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadSwap.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadSwap.as_worker.js new file mode 100644 index 00000000000..d063f88bded --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/quadSwap.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/quadSwap.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAdd.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAdd.as_worker.js new file mode 100644 index 00000000000..9fb6203693a --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAdd.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/subgroupAdd.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAll.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAll.as_worker.js new file mode 100644 index 00000000000..8539083e1cb --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAll.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/subgroupAll.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAny.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAny.as_worker.js new file mode 100644 index 00000000000..4bf6661598f --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupAny.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/subgroupAny.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBallot.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBallot.as_worker.js new file mode 100644 index 00000000000..41af5ff2a2f --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBallot.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/subgroupBallot.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBitwise.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBitwise.as_worker.js new file mode 100644 index 00000000000..b4d653ba1ec --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBitwise.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/subgroupBitwise.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBroadcast.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBroadcast.as_worker.js new file mode 100644 index 00000000000..38121d06e89 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupBroadcast.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/subgroupBroadcast.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupMul.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupMul.as_worker.js new file mode 100644 index 00000000000..40fe882bd16 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/subgroupMul.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/subgroupMul.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.as_worker.js new file mode 100644 index 00000000000..c600bcfe4f7 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/execution/expression/call/builtin/textureSampleBaseClampToEdge.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/shader_io/vertex_builtins.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/shader_io/vertex_builtins.as_worker.js new file mode 100644 index 00000000000..f1434e4198c --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/shader_io/vertex_builtins.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../shader/execution/shader_io/vertex_builtins.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/statement/phony.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/statement/phony.as_worker.js new file mode 100644 index 00000000000..be0c5d890c8 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/execution/statement/phony.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../shader/execution/statement/phony.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/binary/short_circuiting_and_or.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/binary/short_circuiting_and_or.as_worker.js new file mode 100644 index 00000000000..386f440e27a --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/binary/short_circuiting_and_or.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../shader/validation/expression/binary/short_circuiting_and_or.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadBroadcast.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadBroadcast.as_worker.js new file mode 100644 index 00000000000..004bf5dda89 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadBroadcast.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/quadBroadcast.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadSwap.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadSwap.as_worker.js new file mode 100644 index 00000000000..a6211b3ba89 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/quadSwap.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/quadSwap.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAdd.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAdd.as_worker.js new file mode 100644 index 00000000000..0937bd54a5c --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAdd.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupAdd.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAnyAll.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAnyAll.as_worker.js new file mode 100644 index 00000000000..3d3fec43639 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupAnyAll.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupAnyAll.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBallot.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBallot.as_worker.js new file mode 100644 index 00000000000..01347681d01 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBallot.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupBallot.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBitwise.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBitwise.as_worker.js new file mode 100644 index 00000000000..e15ba05df39 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBitwise.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupBitwise.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcast.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcast.as_worker.js new file mode 100644 index 00000000000..7d516fd0ec7 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcast.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupBroadcast.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcastFirst.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcastFirst.as_worker.js new file mode 100644 index 00000000000..0f225d44f5d --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupBroadcastFirst.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupBroadcastFirst.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupElect.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupElect.as_worker.js new file mode 100644 index 00000000000..c0b935c51b5 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupElect.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupElect.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMinMax.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMinMax.as_worker.js new file mode 100644 index 00000000000..a740e8891eb --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMinMax.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupMinMax.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMul.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMul.as_worker.js new file mode 100644 index 00000000000..decde6dba9e --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupMul.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupMul.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupShuffle.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupShuffle.as_worker.js new file mode 100644 index 00000000000..b7022dee21d --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/expression/call/builtin/subgroupShuffle.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../../../shader/validation/expression/call/builtin/subgroupShuffle.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); diff --git a/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/extension/clip_distances.as_worker.js b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/extension/clip_distances.as_worker.js new file mode 100644 index 00000000000..3f9f191fb24 --- /dev/null +++ b/tests/wpt/webgpu/tests/webgpu/webgpu/webworker/shader/validation/extension/clip_distances.as_worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../../shader/validation/extension/clip_distances.spec.js'; +import { wrapTestGroupForWorker } from '../../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g);